Shades of Lusty #812C27
Tints of Lusty #812C27
RGB
CMYK
RGB Variations
Color information
#812C27 (or 0x812C27) is known color: Lusty. HEX triplet: 81, 2C and 27. RGB value is (129,44,39). Sum of RGB (Red+Green+Blue) = 129+44+39=212 (28% of max value = 765). Red value is 129 (50.78% from 255 or 60.85% from 212); Green value is 44 (17.58% from 255 or 20.75% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 129 - color contains mainly: red. Hex color #812C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812C27 is #7ED3D8. Grayscale: #444444. Windows color (decimal): -8311769 or 2567297. OLE color: 2567297.
HSL color Cylindrical-coordinate representation of color #812C27: hue angle of 3.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #812C27 is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 39 | - |
| CMYK | 0 | 0.66 | 0.70 | 0.49 |
| HSL | 3.33º | 0.54% | 0.33% | - |
| HSV(B) | 3.33º | 0.7% | 0.51% | - |
| XYZ | 10.32 | 6.61 | 2.65 | - |
| YUV | 68.85 | 111.16 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 39 | 0 | 0.66 | 0.70 | 0.49 | 3.33 | 0.54 | 0.33 |
| Hex | 81 | 2C | 27 | 0 | 42 | 46 | 31 | 3 | 36 | 21 |
| Octal | 201 | 54 | 47 | 0 | 102 | 106 | 61 | 3 | 66 | 41 |
| Binary | 10000001 | 101100 | 100111 | 0 | 1000010 | 1000110 | 110001 | 11 | 110110 | 100001 |
Color Harmonies of #812C27
Complementary color
Monochromatic Colors of #812C27
Black with #812C27
Text Example
Text Example
White with #812C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C27; }
p { color: rgb(129,44,39); }
H1.HeaderClassName
{
color: #812C27;
}
.AnyTagClassName
{
color: #812C27;
}
</style>
background-color css
<style>
a { background-color: #812C27; }
a { background-color: rgb(129,44,39); }
div.DivClassName
{
background-color: #812C27;
}
.BgClassName
{
background-color: #812C27;
}
</style>
border-color css
<style>
span { border-color: #812C27; }
span { border-color: rgb(129,44,39); }
td.TdClassName
{
border-color: #812C27;
}
.TagClassName
{
border-color: #812C27;
}
</style>