#79312A

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

Shades of Lusty #79312A

Tints of Lusty #79312A

Color information

#79312A (or 0x79312A) is unknown color: approx Lusty. HEX triplet: 79, 31 and 2A. RGB value is (121,49,42). Sum of RGB (Red+Green+Blue) = 121+49+42=212 (28% of max value = 765). Red value is 121 (47.66% from 255 or 57.08% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 42 (16.80% from 255 or 19.81% from 212); Max value from RGB is 121 - color contains mainly: red. Hex color #79312A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79312A is #86CED5. Grayscale: #454545. Windows color (decimal): -8834774 or 2765177. OLE color: 2765177.

HSL color Cylindrical-coordinate representation of color #79312A: hue angle of 5.32º 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 #79312A is Cyan = 0, Magento = 0.60, Yellow = 0.65 and Black (K on CMYK) = 0.53.

Color convert

RGB1214942-
CMYK00.600.650.53
HSL5.32º48.47%31.96%-
HSV(B)5.32º65.29%47.45%-
XYZ9.46.432.94-
YUV69.73112.35164.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 57.08%
GREEN value IS 49 (19.53% from 255) = 23.11%
BLUE value IS 42 (16.80% from 255) = 19.81%
R=57.08%
G=23.11%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121494200.600.650.535.3248.4731.96
Hex79312A03C413553020
Octal17161520741016556040
Binary111100111000110101001111001000001110101101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79312A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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