Shades of Lonestar #511E1F
Tints of Lonestar #511E1F
RGB
CMYK
RGB Variations
Color information
#511E1F (or 0x511E1F) is known color: Lonestar. HEX triplet: 51, 1E and 1F. RGB value is (81,30,31). Sum of RGB (Red+Green+Blue) = 81+30+31=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #511E1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511E1F is #AEE1E0. Grayscale: #2D2D2D. Windows color (decimal): -11461089 or 2039377. OLE color: 2039377.
HSL color Cylindrical-coordinate representation of color #511E1F: hue angle of 358.82º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #511E1F is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 30 | 31 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.68 |
| HSL | 358.82º | 0.46% | 0.22% | - |
| HSV(B) | 358.82º | 0.63% | 0.32% | - |
| XYZ | 4.1 | 2.78 | 1.62 | - |
| YUV | 45.36 | 119.9 | 153.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 30 | 31 | 0 | 0.63 | 0.62 | 0.68 | 358.82 | 0.46 | 0.22 |
| Hex | 51 | 1E | 1F | 0 | 3F | 3E | 44 | 167 | 2E | 16 |
| Octal | 121 | 36 | 37 | 0 | 77 | 76 | 104 | 547 | 56 | 26 |
| Binary | 1010001 | 11110 | 11111 | 0 | 111111 | 111110 | 1000100 | 101100111 | 101110 | 10110 |
Color Harmonies of #511E1F
Complementary color
Monochromatic Colors of #511E1F
Black with #511E1F
Text Example
Text Example
White with #511E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511E1F; }
p { color: rgb(81,30,31); }
H1.HeaderClassName
{
color: #511E1F;
}
.AnyTagClassName
{
color: #511E1F;
}
</style>
background-color css
<style>
a { background-color: #511E1F; }
a { background-color: rgb(81,30,31); }
div.DivClassName
{
background-color: #511E1F;
}
.BgClassName
{
background-color: #511E1F;
}
</style>
border-color css
<style>
span { border-color: #511E1F; }
span { border-color: rgb(81,30,31); }
td.TdClassName
{
border-color: #511E1F;
}
.TagClassName
{
border-color: #511E1F;
}
</style>