#79342A

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

Shades of Lusty #79342A

Tints of Lusty #79342A

Color information

#79342A (or 0x79342A) is unknown color: approx Lusty. HEX triplet: 79, 34 and 2A. RGB value is (121,52,42). Sum of RGB (Red+Green+Blue) = 121+52+42=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79342A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79342A is #86CBD5. Grayscale: #474747. Windows color (decimal): -8834006 or 2765945. OLE color: 2765945.

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

Color convert

RGB1215242-
CMYK00.570.650.53
HSL7.59º48.47%31.96%-
HSV(B)7.59º65.29%47.45%-
XYZ9.536.692.98-
YUV71.49111.36163.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 52 (20.70% from 255) = 24.19%
BLUE value IS 42 (16.80% from 255) = 19.53%
R=56.28%
G=24.19%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121524200.570.650.537.5948.4731.96
Hex79342A039413583020
Octal171645207110165106040
Binary1111001110100101010011100110000011101011000110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79342A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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