#79352D

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

Shades of Lusty #79352D

Tints of Lusty #79352D

Color information

#79352D (or 0x79352D) is unknown color: approx Lusty. HEX triplet: 79, 35 and 2D. RGB value is (121,53,45). Sum of RGB (Red+Green+Blue) = 121+53+45=219 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55.25% from 219); Green value is 53 (21.09% from 255 or 24.20% from 219); Blue value is 45 (17.97% from 255 or 20.55% from 219); Max value from RGB is 121 - color contains mainly: red. Hex color #79352D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79352D is #86CAD2. Grayscale: #484848. Windows color (decimal): -8833747 or 2962809. OLE color: 2962809.

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

Color convert

RGB1215345-
CMYK00.560.630.53
HSL6.32º45.78%32.55%-
HSV(B)6.32º62.81%47.45%-
XYZ9.636.83.29-
YUV72.42112.53162.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.25%
GREEN value IS 53 (21.09% from 255) = 24.20%
BLUE value IS 45 (17.97% from 255) = 20.55%
R=55.25%
G=24.20%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121534500.560.630.536.3245.7832.55
Hex79352D0383F3562e21
Octal1716555070776565641
Binary11110011101011011010111000111111110101110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79352D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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