Shades of Lonestar #512224
Tints of Lonestar #512224
RGB
CMYK
RGB Variations
Color information
#512224 (or 0x512224) is known color: Lonestar. HEX triplet: 51, 22 and 24. RGB value is (81,34,36). Sum of RGB (Red+Green+Blue) = 81+34+36=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 34 (13.67% from 255 or 22.52% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512224 is #AEDDDB. Grayscale: #303030. Windows color (decimal): -11460060 or 2368081. OLE color: 2368081.
HSL color Cylindrical-coordinate representation of color #512224: hue angle of 357.45º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #512224 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 34 | 36 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.68 |
| HSL | 357.45º | 0.41% | 0.23% | - |
| HSV(B) | 357.45º | 0.58% | 0.32% | - |
| XYZ | 4.28 | 3.02 | 2.03 | - |
| YUV | 48.28 | 121.07 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 34 | 36 | 0 | 0.58 | 0.56 | 0.68 | 357.45 | 0.41 | 0.23 |
| Hex | 51 | 22 | 24 | 0 | 3A | 38 | 44 | 165 | 29 | 17 |
| Octal | 121 | 42 | 44 | 0 | 72 | 70 | 104 | 545 | 51 | 27 |
| Binary | 1010001 | 100010 | 100100 | 0 | 111010 | 111000 | 1000100 | 101100101 | 101001 | 10111 |
Color Harmonies of #512224
Complementary color
Monochromatic Colors of #512224
Black with #512224
Text Example
Text Example
White with #512224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512224; }
p { color: rgb(81,34,36); }
H1.HeaderClassName
{
color: #512224;
}
.AnyTagClassName
{
color: #512224;
}
</style>
background-color css
<style>
a { background-color: #512224; }
a { background-color: rgb(81,34,36); }
div.DivClassName
{
background-color: #512224;
}
.BgClassName
{
background-color: #512224;
}
</style>
border-color css
<style>
span { border-color: #512224; }
span { border-color: rgb(81,34,36); }
td.TdClassName
{
border-color: #512224;
}
.TagClassName
{
border-color: #512224;
}
</style>