#79342D

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

Shades of Lusty #79342D

Tints of Lusty #79342D

Color information

#79342D (or 0x79342D) is unknown color: approx Lusty. HEX triplet: 79, 34 and 2D. RGB value is (121,52,45). Sum of RGB (Red+Green+Blue) = 121+52+45=218 (28% of max value = 765). Red value is 121 (47.66% from 255 or 55.50% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 121 - color contains mainly: red. Hex color #79342D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79342D is #86CBD2. Grayscale: #474747. Windows color (decimal): -8834003 or 2962553. OLE color: 2962553.

HSL color Cylindrical-coordinate representation of color #79342D: hue angle of 5.53º 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 #79342D is Cyan = 0, Magento = 0.57, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1215245-
CMYK00.570.630.53
HSL5.53º45.78%32.55%-
HSV(B)5.53º62.81%47.45%-
XYZ9.596.713.27-
YUV71.83112.86163.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 55.50%
GREEN value IS 52 (20.70% from 255) = 23.85%
BLUE value IS 45 (17.97% from 255) = 20.64%
R=55.50%
G=23.85%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121524500.570.630.535.5345.7832.55
Hex79342D0393F3562e21
Octal1716455071776565641
Binary11110011101001011010111001111111110101110101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79342D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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