#79302E

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

Shades of Lusty #79302E

Tints of Lusty #79302E

Color information

#79302E (or 0x79302E) is unknown color: approx Lusty. HEX triplet: 79, 30 and 2E. RGB value is (121,48,46). Sum of RGB (Red+Green+Blue) = 121+48+46=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 46 (18.36% from 255 or 21.40% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #79302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79302E is #86CFD1. Grayscale: #454545. Windows color (decimal): -8835026 or 3027065. OLE color: 3027065.

HSL color Cylindrical-coordinate representation of color #79302E: hue angle of 1.6º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #79302E is Cyan = 0, Magento = 0.60, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB1214846-
CMYK00.600.620.53
HSL1.6º44.91%32.75%-
HSV(B)1.6º61.98%47.45%-
XYZ9.446.383.32-
YUV69.6114.68164.66-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 56.28%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 46 (18.36% from 255) = 21.40%
R=56.28%
G=22.33%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121484600.600.620.531.644.9132.75
Hex79302E03C3E3522d21
Octal1716056074766525541
Binary1111001110000101110011110011111011010110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79302E; }

 p { color: rgb(121,48,46); }

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

<style>
 a { background-color: #79302E; }

 a { background-color: rgb(121,48,46); }

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

<style>
 span { border-color: #79302E; }

 span { border-color: rgb(121,48,46); }

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