Shades of Lonestar #532024
Tints of Lonestar #532024
RGB
CMYK
RGB Variations
Color information
#532024 (or 0x532024) is known color: Lonestar. HEX triplet: 53, 20 and 24. RGB value is (83,32,36). Sum of RGB (Red+Green+Blue) = 83+32+36=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 32 (12.89% from 255 or 21.19% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #532024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532024 is #ACDFDB. Grayscale: #2F2F2F. Windows color (decimal): -11329500 or 2367571. OLE color: 2367571.
HSL color Cylindrical-coordinate representation of color #532024: hue angle of 355.29º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #532024 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 36 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.67 |
| HSL | 355.29º | 0.44% | 0.23% | - |
| HSV(B) | 355.29º | 0.61% | 0.33% | - |
| XYZ | 4.4 | 3 | 2.02 | - |
| YUV | 47.71 | 121.4 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 36 | 0 | 0.61 | 0.57 | 0.67 | 355.29 | 0.44 | 0.23 |
| Hex | 53 | 20 | 24 | 0 | 3D | 39 | 43 | 163 | 2C | 17 |
| Octal | 123 | 40 | 44 | 0 | 75 | 71 | 103 | 543 | 54 | 27 |
| Binary | 1010011 | 100000 | 100100 | 0 | 111101 | 111001 | 1000011 | 101100011 | 101100 | 10111 |
Color Harmonies of #532024
Complementary color
Monochromatic Colors of #532024
Black with #532024
Text Example
Text Example
White with #532024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532024; }
p { color: rgb(83,32,36); }
H1.HeaderClassName
{
color: #532024;
}
.AnyTagClassName
{
color: #532024;
}
</style>
background-color css
<style>
a { background-color: #532024; }
a { background-color: rgb(83,32,36); }
div.DivClassName
{
background-color: #532024;
}
.BgClassName
{
background-color: #532024;
}
</style>
border-color css
<style>
span { border-color: #532024; }
span { border-color: rgb(83,32,36); }
td.TdClassName
{
border-color: #532024;
}
.TagClassName
{
border-color: #532024;
}
</style>