#79332A

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

Shades of Lusty #79332A

Tints of Lusty #79332A

Color information

#79332A (or 0x79332A) is unknown color: approx Lusty. HEX triplet: 79, 33 and 2A. RGB value is (121,51,42). Sum of RGB (Red+Green+Blue) = 121+51+42=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 42 (16.80% from 255 or 19.63% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79332A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79332A is #86CCD5. Grayscale: #474747. Windows color (decimal): -8834262 or 2765689. OLE color: 2765689.

HSL color Cylindrical-coordinate representation of color #79332A: hue angle of 6.84º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #79332A is Cyan = 0, Magento = 0.58, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1215142-
CMYK00.580.650.53
HSL6.84º48.47%31.96%-
HSV(B)6.84º65.29%47.45%-
XYZ9.496.62.96-
YUV70.9111.69163.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 42 (16.80% from 255) = 19.63%
R=56.54%
G=23.83%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121514200.580.650.536.8448.4731.96
Hex79332A03A413573020
Octal17163520721016576040
Binary111100111001110101001110101000001110101111110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79332A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79332A; }

 p { color: rgb(121,51,42); }

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

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

 a { background-color: rgb(121,51,42); }

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

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

 span { border-color: rgb(121,51,42); }

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