#812D28

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

Shades of Lusty #812D28

Tints of Lusty #812D28

Color information

#812D28 (or 0x812D28) is unknown color: approx Lusty. HEX triplet: 81, 2D and 28. RGB value is (129,45,40). Sum of RGB (Red+Green+Blue) = 129+45+40=214 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.28% from 214); Green value is 45 (17.97% from 255 or 21.03% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 129 - color contains mainly: red. Hex color #812D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812D28 is #7ED2D7. Grayscale: #454545. Windows color (decimal): -8311512 or 2633089. OLE color: 2633089.

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

Color convert

RGB1294540-
CMYK00.650.690.49
HSL3.37º52.66%33.14%-
HSV(B)3.37º68.99%50.59%-
XYZ10.376.72.75-
YUV69.55111.33170.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.28%
GREEN value IS 45 (17.97% from 255) = 21.03%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=60.28%
G=21.03%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129454000.650.690.493.3752.6633.14
Hex812D28041453133521
Octal201555001011056136541
Binary1000000110110110100001000001100010111000111110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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