Shades of Lonestar #511F22
Tints of Lonestar #511F22
RGB
CMYK
RGB Variations
Color information
#511F22 (or 0x511F22) is known color: Lonestar. HEX triplet: 51, 1F and 22. RGB value is (81,31,34). Sum of RGB (Red+Green+Blue) = 81+31+34=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #511F22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511F22 is #AEE0DD. Grayscale: #2E2E2E. Windows color (decimal): -11460830 or 2236241. OLE color: 2236241.
HSL color Cylindrical-coordinate representation of color #511F22: hue angle of 356.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #511F22 is Cyan = 0, Magento = 0.62, Yellow = 0.58 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 31 | 34 | - |
| CMYK | 0 | 0.62 | 0.58 | 0.68 |
| HSL | 356.4º | 0.45% | 0.22% | - |
| HSV(B) | 356.4º | 0.62% | 0.32% | - |
| XYZ | 4.17 | 2.84 | 1.84 | - |
| YUV | 46.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 34 | 0 | 0.62 | 0.58 | 0.68 | 356.4 | 0.45 | 0.22 |
| Hex | 51 | 1F | 22 | 0 | 3E | 3A | 44 | 164 | 2D | 16 |
| Octal | 121 | 37 | 42 | 0 | 76 | 72 | 104 | 544 | 55 | 26 |
| Binary | 1010001 | 11111 | 100010 | 0 | 111110 | 111010 | 1000100 | 101100100 | 101101 | 10110 |
Color Harmonies of #511F22
Complementary color
Monochromatic Colors of #511F22
Black with #511F22
Text Example
Text Example
White with #511F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F22; }
p { color: rgb(81,31,34); }
H1.HeaderClassName
{
color: #511F22;
}
.AnyTagClassName
{
color: #511F22;
}
</style>
background-color css
<style>
a { background-color: #511F22; }
a { background-color: rgb(81,31,34); }
div.DivClassName
{
background-color: #511F22;
}
.BgClassName
{
background-color: #511F22;
}
</style>
border-color css
<style>
span { border-color: #511F22; }
span { border-color: rgb(81,31,34); }
td.TdClassName
{
border-color: #511F22;
}
.TagClassName
{
border-color: #511F22;
}
</style>