#812A28

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

Shades of Lusty #812A28

Tints of Lusty #812A28

Color information

#812A28 (or 0x812A28) is unknown color: approx Lusty. HEX triplet: 81, 2A and 28. RGB value is (129,42,40). Sum of RGB (Red+Green+Blue) = 129+42+40=211 (27% of max value = 765). Red value is 129 (50.78% from 255 or 61.14% from 211); Green value is 42 (16.80% from 255 or 19.91% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 129 - color contains mainly: red. Hex color #812A28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A28 is #7ED5D7. Grayscale: #434343. Windows color (decimal): -8312280 or 2632321. OLE color: 2632321.

HSL color Cylindrical-coordinate representation of color #812A28: hue angle of 1.35º 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 #812A28 is Cyan = 0, Magento = 0.67, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB1294240-
CMYK00.670.690.49
HSL1.35º52.66%33.14%-
HSV(B)1.35º68.99%50.59%-
XYZ10.266.482.72-
YUV67.78112.32171.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 61.14%
GREEN value IS 42 (16.80% from 255) = 19.91%
BLUE value IS 40 (16.02% from 255) = 18.96%
R=61.14%
G=19.91%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129424000.670.690.491.3552.6633.14
Hex812A28043453113521
Octal201525001031056116541
Binary100000011010101010000100001110001011100011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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