Shades of Lusty #812A29
Tints of Lusty #812A29
RGB
CMYK
RGB Variations
Color information
#812A29 (or 0x812A29) is known color: Lusty. HEX triplet: 81, 2A and 29. RGB value is (129,42,41). Sum of RGB (Red+Green+Blue) = 129+42+41=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 41 (16.41% from 255 or 19.34% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #812A29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812A29 is #7ED5D6. Grayscale: #434343. Windows color (decimal): -8312279 or 2697857. OLE color: 2697857.
HSL color Cylindrical-coordinate representation of color #812A29: hue angle of 0.68º 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 #812A29 is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 41 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.49 |
| HSL | 0.68º | 0.52% | 0.33% | - |
| HSV(B) | 0.68º | 0.68% | 0.51% | - |
| XYZ | 10.28 | 6.48 | 2.81 | - |
| YUV | 67.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 41 | 0 | 0.67 | 0.68 | 0.49 | 0.68 | 0.52 | 0.33 |
| Hex | 81 | 2A | 29 | 0 | 43 | 44 | 31 | 1 | 34 | 21 |
| Octal | 201 | 52 | 51 | 0 | 103 | 104 | 61 | 1 | 64 | 41 |
| Binary | 10000001 | 101010 | 101001 | 0 | 1000011 | 1000100 | 110001 | 1 | 110100 | 100001 |
Color Harmonies of #812A29
Complementary color
Monochromatic Colors of #812A29
Black with #812A29
Text Example
Text Example
White with #812A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A29; }
p { color: rgb(129,42,41); }
H1.HeaderClassName
{
color: #812A29;
}
.AnyTagClassName
{
color: #812A29;
}
</style>
background-color css
<style>
a { background-color: #812A29; }
a { background-color: rgb(129,42,41); }
div.DivClassName
{
background-color: #812A29;
}
.BgClassName
{
background-color: #812A29;
}
</style>
border-color css
<style>
span { border-color: #812A29; }
span { border-color: rgb(129,42,41); }
td.TdClassName
{
border-color: #812A29;
}
.TagClassName
{
border-color: #812A29;
}
</style>