#79332C

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

Shades of Lusty #79332C

Tints of Lusty #79332C

Color information

#79332C (or 0x79332C) is unknown color: approx Lusty. HEX triplet: 79, 33 and 2C. RGB value is (121,51,44). Sum of RGB (Red+Green+Blue) = 121+51+44=216 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.02% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 121 - color contains mainly: red. Hex color #79332C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79332C is #86CCD3. Grayscale: #474747. Windows color (decimal): -8834260 or 2896761. OLE color: 2896761.

HSL color Cylindrical-coordinate representation of color #79332C: hue angle of 5.45º 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 #79332C is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1215144-
CMYK00.580.640.53
HSL5.45º46.67%32.35%-
HSV(B)5.45º63.64%47.45%-
XYZ9.526.613.16-
YUV71.13112.69163.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.02%
GREEN value IS 51 (20.31% from 255) = 23.61%
BLUE value IS 44 (17.58% from 255) = 20.37%
R=56.02%
G=23.61%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121514400.580.640.535.4546.6732.35
Hex79332C03A403552f20
Octal17163540721006555740
Binary111100111001110110001110101000000110101101101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79332C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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