#79291F

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

Shades of Lusty #79291F

Tints of Lusty #79291F

Color information

#79291F (or 0x79291F) is unknown color: approx Lusty. HEX triplet: 79, 29 and 1F. RGB value is (121,41,31). Sum of RGB (Red+Green+Blue) = 121+41+31=193 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.69% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 31 (12.5% from 255 or 16.06% from 193); Max value from RGB is 121 - color contains mainly: red. Hex color #79291F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79291F is #86D6E0. Grayscale: #3F3F3F. Windows color (decimal): -8836833 or 2042233. OLE color: 2042233.

HSL color Cylindrical-coordinate representation of color #79291F: hue angle of 6.67º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #79291F is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB1214131-
CMYK00.660.740.53
HSL6.67º59.21%29.8%-
HSV(B)6.67º74.38%47.45%-
XYZ8.935.751.94-
YUV63.78109.5168.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 62.69%
GREEN value IS 41 (16.41% from 255) = 21.24%
BLUE value IS 31 (12.5% from 255) = 16.06%
R=62.69%
G=21.24%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.74
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121413100.660.740.536.6759.2129.8
Hex79291F0424A3573b1e
Octal171513701021126577336
Binary11110011010011111101000010100101011010111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79291F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79291F; }

 p { color: rgb(121,41,31); }

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

<style>
 a { background-color: #79291F; }

 a { background-color: rgb(121,41,31); }

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

<style>
 span { border-color: #79291F; }

 span { border-color: rgb(121,41,31); }

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