#79352F

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

Shades of Lusty #79352F

Tints of Lusty #79352F

Color information

#79352F (or 0x79352F) is unknown color: approx Lusty. HEX triplet: 79, 35 and 2F. RGB value is (121,53,47). Sum of RGB (Red+Green+Blue) = 121+53+47=221 (29% of max value = 765). Red value is 121 (47.66% from 255 or 54.75% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 47 (18.75% from 255 or 21.27% from 221); Max value from RGB is 121 - color contains mainly: red. Hex color #79352F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79352F is #86CAD0. Grayscale: #484848. Windows color (decimal): -8833745 or 3093881. OLE color: 3093881.

HSL color Cylindrical-coordinate representation of color #79352F: hue angle of 4.86º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #79352F is Cyan = 0, Magento = 0.56, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1215347-
CMYK00.560.610.53
HSL4.86º44.05%32.94%-
HSV(B)4.86º61.16%47.45%-
XYZ9.676.823.5-
YUV72.65113.53162.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 54.75%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 47 (18.75% from 255) = 21.27%
R=54.75%
G=23.98%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121534700.560.610.534.8644.0532.94
Hex79352F0383D3552c21
Octal1716557070756555441
Binary11110011101011011110111000111101110101101101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79352F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79352F; }

 p { color: rgb(121,53,47); }

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

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

 a { background-color: rgb(121,53,47); }

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

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

 span { border-color: rgb(121,53,47); }

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