#812E28

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

Shades of Lusty #812E28

Tints of Lusty #812E28

Color information

#812E28 (or 0x812E28) is unknown color: approx Lusty. HEX triplet: 81, 2E and 28. RGB value is (129,46,40). Sum of RGB (Red+Green+Blue) = 129+46+40=215 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60% from 215); Green value is 46 (18.36% from 255 or 21.40% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 129 - color contains mainly: red. Hex color #812E28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E28 is #7ED1D7. Grayscale: #464646. Windows color (decimal): -8311256 or 2633345. OLE color: 2633345.

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

Color convert

RGB1294640-
CMYK00.640.690.49
HSL4.04º52.66%33.14%-
HSV(B)4.04º68.99%50.59%-
XYZ10.416.772.77-
YUV70.13111169.99-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 60%
GREEN value IS 46 (18.36% from 255) = 21.40%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=60%
G=21.40%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129464000.640.690.494.0452.6633.14
Hex812E28040453143521
Octal201565001001056146541
Binary10000001101110101000010000001000101110001100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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