#792620

Color #792620 Lusty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lusty #792620

Tints of Lusty #792620

Color information

#792620 (or 0x792620) is unknown color: approx Lusty. HEX triplet: 79, 26 and 20. RGB value is (121,38,32). Sum of RGB (Red+Green+Blue) = 121+38+32=191 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.35% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 32 (12.89% from 255 or 16.75% from 191); Max value from RGB is 121 - color contains mainly: red. Hex color #792620 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792620 is #86D9DF. Grayscale: #3E3E3E. Windows color (decimal): -8837600 or 2107001. OLE color: 2107001.

HSL color Cylindrical-coordinate representation of color #792620: hue angle of 4.04º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792620 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1213832-
CMYK00.690.740.53
HSL4.04º58.17%30%-
HSV(B)4.04º73.55%47.45%-
XYZ8.845.561.97-
YUV62.13111169.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 121 (47.66% from 255) = 63.35%
GREEN value IS 38 (15.23% from 255) = 19.90%
BLUE value IS 32 (12.89% from 255) = 16.75%
R=63.35%
G=19.90%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121383200.690.740.534.0458.1730
Hex7926200454A3543a1e
Octal171464001051126547236
Binary111100110011010000001000101100101011010110011101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792620; }

 p { color: rgb(121,38,32); }

 H1.HeaderClassName
 {
   color: #792620;
 }
 .AnyTagClassName
 {
   color: #792620;
 }
</style>
background-color css

<style>
 a { background-color: #792620; }

 a { background-color: rgb(121,38,32); }

 div.DivClassName
 {
   background-color: #792620;
 }
 .BgClassName
 {
   background-color: #792620;
 }
</style>
border-color css

<style>
 span { border-color: #792620; }

 span { border-color: rgb(121,38,32); }

 td.TdClassName
 {
   border-color: #792620;
 }
 .TagClassName
 {
   border-color: #792620;
 }
</style>