#79271D

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

Shades of Lusty #79271D

Tints of Lusty #79271D

Color information

#79271D (or 0x79271D) is unknown color: approx Lusty. HEX triplet: 79, 27 and 1D. RGB value is (121,39,29). Sum of RGB (Red+Green+Blue) = 121+39+29=189 (25% of max value = 765). Red value is 121 (47.66% from 255 or 64.02% from 189); Green value is 39 (15.62% from 255 or 20.63% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 121 - color contains mainly: red. Hex color #79271D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #79271D is #86D8E2. Grayscale: #3E3E3E. Windows color (decimal): -8837347 or 1910649. OLE color: 1910649.

HSL color Cylindrical-coordinate representation of color #79271D: hue angle of 6.52º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #79271D is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1213929-
CMYK00.680.760.53
HSL6.52º61.33%29.41%-
HSV(B)6.52º76.03%47.45%-
XYZ8.835.61.78-
YUV62.38109.17169.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 64.02%
GREEN value IS 39 (15.62% from 255) = 20.63%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=64.02%
G=20.63%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121392900.680.760.536.5261.3329.41
Hex79271D0444C3573d1d
Octal171473501041146577535
Binary11110011001111110101000100100110011010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79271D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,39,29); }

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

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

 a { background-color: rgb(121,39,29); }

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

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

 span { border-color: rgb(121,39,29); }

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