Shades of Lusty #812E29
Tints of Lusty #812E29
RGB
CMYK
RGB Variations
Color information
#812E29 (or 0x812E29) is known color: Lusty. HEX triplet: 81, 2E and 29. RGB value is (129,46,41). Sum of RGB (Red+Green+Blue) = 129+46+41=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 41 (16.41% from 255 or 18.98% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #812E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812E29 is #7ED1D6. Grayscale: #464646. Windows color (decimal): -8311255 or 2698881. OLE color: 2698881.
HSL color Cylindrical-coordinate representation of color #812E29: hue angle of 3.41º 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 #812E29 is Cyan = 0, Magento = 0.64, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 41 | - |
| CMYK | 0 | 0.64 | 0.68 | 0.49 |
| HSL | 3.41º | 0.52% | 0.33% | - |
| HSV(B) | 3.41º | 0.68% | 0.51% | - |
| XYZ | 10.43 | 6.78 | 2.86 | - |
| YUV | 70.25 | 111.5 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 41 | 0 | 0.64 | 0.68 | 0.49 | 3.41 | 0.52 | 0.33 |
| Hex | 81 | 2E | 29 | 0 | 40 | 44 | 31 | 3 | 34 | 21 |
| Octal | 201 | 56 | 51 | 0 | 100 | 104 | 61 | 3 | 64 | 41 |
| Binary | 10000001 | 101110 | 101001 | 0 | 1000000 | 1000100 | 110001 | 11 | 110100 | 100001 |
Color Harmonies of #812E29
Complementary color
Monochromatic Colors of #812E29
Black with #812E29
Text Example
Text Example
White with #812E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E29; }
p { color: rgb(129,46,41); }
H1.HeaderClassName
{
color: #812E29;
}
.AnyTagClassName
{
color: #812E29;
}
</style>
background-color css
<style>
a { background-color: #812E29; }
a { background-color: rgb(129,46,41); }
div.DivClassName
{
background-color: #812E29;
}
.BgClassName
{
background-color: #812E29;
}
</style>
border-color css
<style>
span { border-color: #812E29; }
span { border-color: rgb(129,46,41); }
td.TdClassName
{
border-color: #812E29;
}
.TagClassName
{
border-color: #812E29;
}
</style>