Shades of Lonestar #512627
Tints of Lonestar #512627
RGB
CMYK
RGB Variations
Color information
#512627 (or 0x512627) is known color: Lonestar. HEX triplet: 51, 26 and 27. RGB value is (81,38,39). Sum of RGB (Red+Green+Blue) = 81+38+39=158 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.27% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 39 (15.62% from 255 or 24.68% from 158); Max value from RGB is 81 - color contains mainly: red. Hex color #512627 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512627 is #AED9D8. Grayscale: #333333. Windows color (decimal): -11459033 or 2565713. OLE color: 2565713.
HSL color Cylindrical-coordinate representation of color #512627: hue angle of 358.6º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #512627 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 39 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.68 |
| HSL | 358.6º | 0.36% | 0.23% | - |
| HSV(B) | 358.6º | 0.53% | 0.32% | - |
| XYZ | 4.45 | 3.28 | 2.32 | - |
| YUV | 50.97 | 121.25 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 39 | 0 | 0.53 | 0.52 | 0.68 | 358.6 | 0.36 | 0.23 |
| Hex | 51 | 26 | 27 | 0 | 35 | 34 | 44 | 167 | 24 | 17 |
| Octal | 121 | 46 | 47 | 0 | 65 | 64 | 104 | 547 | 44 | 27 |
| Binary | 1010001 | 100110 | 100111 | 0 | 110101 | 110100 | 1000100 | 101100111 | 100100 | 10111 |
Color Harmonies of #512627
Complementary color
Monochromatic Colors of #512627
Black with #512627
Text Example
Text Example
White with #512627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512627; }
p { color: rgb(81,38,39); }
H1.HeaderClassName
{
color: #512627;
}
.AnyTagClassName
{
color: #512627;
}
</style>
background-color css
<style>
a { background-color: #512627; }
a { background-color: rgb(81,38,39); }
div.DivClassName
{
background-color: #512627;
}
.BgClassName
{
background-color: #512627;
}
</style>
border-color css
<style>
span { border-color: #512627; }
span { border-color: rgb(81,38,39); }
td.TdClassName
{
border-color: #512627;
}
.TagClassName
{
border-color: #512627;
}
</style>