#79322B

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

Shades of Lusty #79322B

Tints of Lusty #79322B

Color information

#79322B (or 0x79322B) is unknown color: approx Lusty. HEX triplet: 79, 32 and 2B. RGB value is (121,50,43). Sum of RGB (Red+Green+Blue) = 121+50+43=214 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.54% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 43 (17.19% from 255 or 20.09% from 214); Max value from RGB is 121 - color contains mainly: red. Hex color #79322B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79322B is #86CDD4. Grayscale: #464646. Windows color (decimal): -8834517 or 2830969. OLE color: 2830969.

HSL color Cylindrical-coordinate representation of color #79322B: hue angle of 5.38º degrees, saturation: 0.48, 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 #79322B is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1215043-
CMYK00.590.640.53
HSL5.38º47.56%32.16%-
HSV(B)5.38º64.46%47.45%-
XYZ9.466.523.05-
YUV70.43112.52164.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.54%
GREEN value IS 50 (19.92% from 255) = 23.36%
BLUE value IS 43 (17.19% from 255) = 20.09%
R=56.54%
G=23.36%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121504300.590.640.535.3847.5632.16
Hex79322B03B403553020
Octal17162530731006556040
Binary111100111001010101101110111000000110101101110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79322B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79322B; }

 p { color: rgb(121,50,43); }

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

<style>
 a { background-color: #79322B; }

 a { background-color: rgb(121,50,43); }

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

<style>
 span { border-color: #79322B; }

 span { border-color: rgb(121,50,43); }

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