Shades of Lusty #812F28
Tints of Lusty #812F28
RGB
CMYK
RGB Variations
Color information
#812F28 (or 0x812F28) is known color: Lusty. HEX triplet: 81, 2F and 28. RGB value is (129,47,40). Sum of RGB (Red+Green+Blue) = 129+47+40=216 (28% of max value = 765). Red value is 129 (50.78% from 255 or 59.72% from 216); Green value is 47 (18.75% from 255 or 21.76% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 129 - color contains mainly: red. Hex color #812F28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812F28 is #7ED0D7. Grayscale: #464646. Windows color (decimal): -8311000 or 2633601. OLE color: 2633601.
HSL color Cylindrical-coordinate representation of color #812F28: hue angle of 4.72º 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 #812F28 is Cyan = 0, Magento = 0.64, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 47 | 40 | - |
| CMYK | 0 | 0.64 | 0.69 | 0.49 |
| HSL | 4.72º | 0.53% | 0.33% | - |
| HSV(B) | 4.72º | 0.69% | 0.51% | - |
| XYZ | 10.45 | 6.85 | 2.78 | - |
| YUV | 70.72 | 110.67 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 47 | 40 | 0 | 0.64 | 0.69 | 0.49 | 4.72 | 0.53 | 0.33 |
| Hex | 81 | 2F | 28 | 0 | 40 | 45 | 31 | 5 | 35 | 21 |
| Octal | 201 | 57 | 50 | 0 | 100 | 105 | 61 | 5 | 65 | 41 |
| Binary | 10000001 | 101111 | 101000 | 0 | 1000000 | 1000101 | 110001 | 101 | 110101 | 100001 |
Color Harmonies of #812F28
Complementary color
Monochromatic Colors of #812F28
Black with #812F28
Text Example
Text Example
White with #812F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812F28; }
p { color: rgb(129,47,40); }
H1.HeaderClassName
{
color: #812F28;
}
.AnyTagClassName
{
color: #812F28;
}
</style>
background-color css
<style>
a { background-color: #812F28; }
a { background-color: rgb(129,47,40); }
div.DivClassName
{
background-color: #812F28;
}
.BgClassName
{
background-color: #812F28;
}
</style>
border-color css
<style>
span { border-color: #812F28; }
span { border-color: rgb(129,47,40); }
td.TdClassName
{
border-color: #812F28;
}
.TagClassName
{
border-color: #812F28;
}
</style>