Shades of Lonestar #522529
Tints of Lonestar #522529
RGB
CMYK
RGB Variations
Color information
#522529 (or 0x522529) is known color: Lonestar. HEX triplet: 52, 25 and 29. RGB value is (82,37,41). Sum of RGB (Red+Green+Blue) = 82+37+41=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #522529 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #522529 is #ADDAD6. Grayscale: #323232. Windows color (decimal): -11393751 or 2696530. OLE color: 2696530.
HSL color Cylindrical-coordinate representation of color #522529: hue angle of 354.67º degrees, saturation: 0.38, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #522529 is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 37 | 41 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.68 |
| HSL | 354.67º | 0.38% | 0.23% | - |
| HSV(B) | 354.67º | 0.55% | 0.32% | - |
| XYZ | 4.54 | 3.28 | 2.49 | - |
| YUV | 50.91 | 122.41 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 41 | 0 | 0.55 | 0.50 | 0.68 | 354.67 | 0.38 | 0.23 |
| Hex | 52 | 25 | 29 | 0 | 37 | 32 | 44 | 163 | 26 | 17 |
| Octal | 122 | 45 | 51 | 0 | 67 | 62 | 104 | 543 | 46 | 27 |
| Binary | 1010010 | 100101 | 101001 | 0 | 110111 | 110010 | 1000100 | 101100011 | 100110 | 10111 |
Color Harmonies of #522529
Complementary color
Monochromatic Colors of #522529
Black with #522529
Text Example
Text Example
White with #522529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522529; }
p { color: rgb(82,37,41); }
H1.HeaderClassName
{
color: #522529;
}
.AnyTagClassName
{
color: #522529;
}
</style>
background-color css
<style>
a { background-color: #522529; }
a { background-color: rgb(82,37,41); }
div.DivClassName
{
background-color: #522529;
}
.BgClassName
{
background-color: #522529;
}
</style>
border-color css
<style>
span { border-color: #522529; }
span { border-color: rgb(82,37,41); }
td.TdClassName
{
border-color: #522529;
}
.TagClassName
{
border-color: #522529;
}
</style>