#812b29

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

Shades of Lusty #812B29

Tints of Lusty #812B29

Color information

#812B29 (or 0x812B29) is unknown color: approx Lusty. HEX triplet: 81, 2B and 29. RGB value is (129,43,41). Sum of RGB (Red+Green+Blue) = 129+43+41=213 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.56% from 213); Green value is 43 (17.19% from 255 or 20.19% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 129 - color contains mainly: red. Hex color #812B29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812B29 is #7ED4D6. Grayscale: #444444. Windows color (decimal): -8312023 or 2698113. OLE color: 2698113.

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

Color convert

RGB1294341-
CMYK00.670.680.49
HSL1.36º51.76%33.33%-
HSV(B)1.36º68.22%50.59%-
XYZ10.326.552.82-
YUV68.49112.49171.16-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60.56%
GREEN value IS 43 (17.19% from 255) = 20.19%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=60.56%
G=20.19%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129434100.670.680.491.3651.7633.33
Hex812B29043443113421
Octal201535101031046116441
Binary100000011010111010010100001110001001100011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812b29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,43,41); }

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

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

 a { background-color: rgb(129,43,41); }

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

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

 span { border-color: rgb(129,43,41); }

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