#792820

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

Shades of Lusty #792820

Tints of Lusty #792820

Color information

#792820 (or 0x792820) is unknown color: approx Lusty. HEX triplet: 79, 28 and 20. RGB value is (121,40,32). Sum of RGB (Red+Green+Blue) = 121+40+32=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 40 (16.02% from 255 or 20.73% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #792820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #792820 is #86D7DF. Grayscale: #3F3F3F. Windows color (decimal): -8837088 or 2107513. OLE color: 2107513.

HSL color Cylindrical-coordinate representation of color #792820: hue angle of 5.39º 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 #792820 is Cyan = 0, Magento = 0.67, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1214032-
CMYK00.670.740.53
HSL5.39º58.17%30%-
HSV(B)5.39º73.55%47.45%-
XYZ8.95.691.99-
YUV63.31110.34169.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 40 (16.02% from 255) = 20.73%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=62.69%
G=20.73%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121403200.670.740.535.3958.1730
Hex7928200434A3553a1e
Octal171504001031126557236
Binary111100110100010000001000011100101011010110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792820; }

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

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

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

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

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

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

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

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