#79352E

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

Shades of Lusty #79352E

Tints of Lusty #79352E

Color information

#79352E (or 0x79352E) is unknown color: approx Lusty. HEX triplet: 79, 35 and 2E. RGB value is (121,53,46). Sum of RGB (Red+Green+Blue) = 121+53+46=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #79352E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79352E is #86CAD1. Grayscale: #484848. Windows color (decimal): -8833746 or 3028345. OLE color: 3028345.

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

Color convert

RGB1215346-
CMYK00.560.620.53
HSL5.6º44.91%32.75%-
HSV(B)5.6º61.98%47.45%-
XYZ9.656.813.39-
YUV72.53113.03162.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=55%
G=24.09%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121534600.560.620.535.644.9132.75
Hex79352E0383E3562d21
Octal1716556070766565541
Binary11110011101011011100111000111110110101110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79352E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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