Shades of Lonestar #532124
Tints of Lonestar #532124
RGB
CMYK
RGB Variations
Color information
#532124 (or 0x532124) is known color: Lonestar. HEX triplet: 53, 21 and 24. RGB value is (83,33,36). Sum of RGB (Red+Green+Blue) = 83+33+36=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #532124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532124 is #ACDEDB. Grayscale: #303030. Windows color (decimal): -11329244 or 2367827. OLE color: 2367827.
HSL color Cylindrical-coordinate representation of color #532124: hue angle of 356.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532124 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 36 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.67 |
| HSL | 356.4º | 0.43% | 0.23% | - |
| HSV(B) | 356.4º | 0.6% | 0.33% | - |
| XYZ | 4.43 | 3.05 | 2.03 | - |
| YUV | 48.29 | 121.07 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 36 | 0 | 0.60 | 0.57 | 0.67 | 356.4 | 0.43 | 0.23 |
| Hex | 53 | 21 | 24 | 0 | 3C | 39 | 43 | 164 | 2B | 17 |
| Octal | 123 | 41 | 44 | 0 | 74 | 71 | 103 | 544 | 53 | 27 |
| Binary | 1010011 | 100001 | 100100 | 0 | 111100 | 111001 | 1000011 | 101100100 | 101011 | 10111 |
Color Harmonies of #532124
Complementary color
Monochromatic Colors of #532124
Black with #532124
Text Example
Text Example
White with #532124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532124; }
p { color: rgb(83,33,36); }
H1.HeaderClassName
{
color: #532124;
}
.AnyTagClassName
{
color: #532124;
}
</style>
background-color css
<style>
a { background-color: #532124; }
a { background-color: rgb(83,33,36); }
div.DivClassName
{
background-color: #532124;
}
.BgClassName
{
background-color: #532124;
}
</style>
border-color css
<style>
span { border-color: #532124; }
span { border-color: rgb(83,33,36); }
td.TdClassName
{
border-color: #532124;
}
.TagClassName
{
border-color: #532124;
}
</style>