#79352C

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

Shades of Lusty #79352C

Tints of Lusty #79352C

Color information

#79352C (or 0x79352C) is unknown color: approx Lusty. HEX triplet: 79, 35 and 2C. RGB value is (121,53,44). Sum of RGB (Red+Green+Blue) = 121+53+44=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 53 (21.09% from 255 or 24.31% from 218); Blue value is 44 (17.58% from 255 or 20.18% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79352C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79352C is #86CAD3. Grayscale: #484848. Windows color (decimal): -8833748 or 2897273. OLE color: 2897273.

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

Color convert

RGB1215344-
CMYK00.560.640.53
HSL7.01º46.67%32.35%-
HSV(B)7.01º63.64%47.45%-
XYZ9.616.793.19-
YUV72.31112.03162.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 53 (21.09% from 255) = 24.31%
BLUE value IS 44 (17.58% from 255) = 20.18%
R=55.50%
G=24.31%
B=20.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121534400.560.640.537.0146.6732.35
Hex79352C038403572f20
Octal17165540701006575740
Binary111100111010110110001110001000000110101111101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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