#812D27

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

Shades of Lusty #812D27

Tints of Lusty #812D27

Color information

#812D27 (or 0x812D27) is unknown color: approx Lusty. HEX triplet: 81, 2D and 27. RGB value is (129,45,39). Sum of RGB (Red+Green+Blue) = 129+45+39=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 45 (17.97% from 255 or 21.13% from 213); Blue value is 39 (15.62% from 255 or 18.31% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #812D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D27 is #7ED2D8. Grayscale: #454545. Windows color (decimal): -8311513 or 2567553. OLE color: 2567553.

HSL color Cylindrical-coordinate representation of color #812D27: hue angle of 4º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812D27 is Cyan = 0, Magento = 0.65, Yellow = 0.70 and Black (K on CMYK) = 0.49.

Color convert

RGB1294539-
CMYK00.650.700.49
HSL53.57%32.94%-
HSV(B)69.77%50.59%-
XYZ10.366.692.66-
YUV69.43110.83170.49-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 45 (17.97% from 255) = 21.13%
BLUE value IS 39 (15.62% from 255) = 18.31%
R=60.56%
G=21.13%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129453900.650.700.49453.5732.94
Hex812D27041463143621
Octal201554701011066146641
Binary10000001101101100111010000011000110110001100110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812D27; }

 p { color: rgb(129,45,39); }

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

<style>
 a { background-color: #812D27; }

 a { background-color: rgb(129,45,39); }

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

<style>
 span { border-color: #812D27; }

 span { border-color: rgb(129,45,39); }

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