Shades of Lonestar #512125
Tints of Lonestar #512125
RGB
CMYK
RGB Variations
Color information
#512125 (or 0x512125) is known color: Lonestar. HEX triplet: 51, 21 and 25. RGB value is (81,33,37). Sum of RGB (Red+Green+Blue) = 81+33+37=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 33 (13.28% from 255 or 21.85% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #512125 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512125 is #AEDEDA. Grayscale: #2F2F2F. Windows color (decimal): -11460315 or 2433361. OLE color: 2433361.
HSL color Cylindrical-coordinate representation of color #512125: hue angle of 355º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512125 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 33 | 37 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.68 |
| HSL | 355º | 0.42% | 0.22% | - |
| HSV(B) | 355º | 0.59% | 0.32% | - |
| XYZ | 4.27 | 2.97 | 2.1 | - |
| YUV | 47.81 | 121.9 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 33 | 37 | 0 | 0.59 | 0.54 | 0.68 | 355 | 0.42 | 0.22 |
| Hex | 51 | 21 | 25 | 0 | 3B | 36 | 44 | 163 | 2A | 16 |
| Octal | 121 | 41 | 45 | 0 | 73 | 66 | 104 | 543 | 52 | 26 |
| Binary | 1010001 | 100001 | 100101 | 0 | 111011 | 110110 | 1000100 | 101100011 | 101010 | 10110 |
Color Harmonies of #512125
Complementary color
Monochromatic Colors of #512125
Black with #512125
Text Example
Text Example
White with #512125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512125; }
p { color: rgb(81,33,37); }
H1.HeaderClassName
{
color: #512125;
}
.AnyTagClassName
{
color: #512125;
}
</style>
background-color css
<style>
a { background-color: #512125; }
a { background-color: rgb(81,33,37); }
div.DivClassName
{
background-color: #512125;
}
.BgClassName
{
background-color: #512125;
}
</style>
border-color css
<style>
span { border-color: #512125; }
span { border-color: rgb(81,33,37); }
td.TdClassName
{
border-color: #512125;
}
.TagClassName
{
border-color: #512125;
}
</style>