Shades of Lonestar #512025
Tints of Lonestar #512025
RGB
CMYK
RGB Variations
Color information
#512025 (or 0x512025) is known color: Lonestar. HEX triplet: 51, 20 and 25. RGB value is (81,32,37). Sum of RGB (Red+Green+Blue) = 81+32+37=150 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 37 (14.84% from 255 or 24.67% from 150); Max value from RGB is 81 - color contains mainly: red. Hex color #512025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512025 is #AEDFDA. Grayscale: #2F2F2F. Windows color (decimal): -11460571 or 2433105. OLE color: 2433105.
HSL color Cylindrical-coordinate representation of color #512025: hue angle of 353.88º degrees, saturation: 0.43, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #512025 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 32 | 37 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.68 |
| HSL | 353.88º | 0.43% | 0.22% | - |
| HSV(B) | 353.88º | 0.6% | 0.32% | - |
| XYZ | 4.24 | 2.92 | 2.09 | - |
| YUV | 47.22 | 122.23 | 152.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 32 | 37 | 0 | 0.60 | 0.54 | 0.68 | 353.88 | 0.43 | 0.22 |
| Hex | 51 | 20 | 25 | 0 | 3C | 36 | 44 | 162 | 2B | 16 |
| Octal | 121 | 40 | 45 | 0 | 74 | 66 | 104 | 542 | 53 | 26 |
| Binary | 1010001 | 100000 | 100101 | 0 | 111100 | 110110 | 1000100 | 101100010 | 101011 | 10110 |
Color Harmonies of #512025
Complementary color
Monochromatic Colors of #512025
Black with #512025
Text Example
Text Example
White with #512025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512025; }
p { color: rgb(81,32,37); }
H1.HeaderClassName
{
color: #512025;
}
.AnyTagClassName
{
color: #512025;
}
</style>
background-color css
<style>
a { background-color: #512025; }
a { background-color: rgb(81,32,37); }
div.DivClassName
{
background-color: #512025;
}
.BgClassName
{
background-color: #512025;
}
</style>
border-color css
<style>
span { border-color: #512025; }
span { border-color: rgb(81,32,37); }
td.TdClassName
{
border-color: #512025;
}
.TagClassName
{
border-color: #512025;
}
</style>