Shades of Lonestar #532128
Tints of Lonestar #532128
RGB
CMYK
RGB Variations
Color information
#532128 (or 0x532128) is known color: Lonestar. HEX triplet: 53, 21 and 28. RGB value is (83,33,40). Sum of RGB (Red+Green+Blue) = 83+33+40=156 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.21% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 83 - color contains mainly: red. Hex color #532128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532128 is #ACDED7. Grayscale: #303030. Windows color (decimal): -11329240 or 2629971. OLE color: 2629971.
HSL color Cylindrical-coordinate representation of color #532128: hue angle of 351.6º 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 #532128 is Cyan = 0, Magento = 0.60, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 33 | 40 | - |
| CMYK | 0 | 0.60 | 0.52 | 0.67 |
| HSL | 351.6º | 0.43% | 0.23% | - |
| HSV(B) | 351.6º | 0.6% | 0.33% | - |
| XYZ | 4.49 | 3.08 | 2.37 | - |
| YUV | 48.75 | 123.07 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 33 | 40 | 0 | 0.60 | 0.52 | 0.67 | 351.6 | 0.43 | 0.23 |
| Hex | 53 | 21 | 28 | 0 | 3C | 34 | 43 | 160 | 2B | 17 |
| Octal | 123 | 41 | 50 | 0 | 74 | 64 | 103 | 540 | 53 | 27 |
| Binary | 1010011 | 100001 | 101000 | 0 | 111100 | 110100 | 1000011 | 101100000 | 101011 | 10111 |
Color Harmonies of #532128
Complementary color
Monochromatic Colors of #532128
Black with #532128
Text Example
Text Example
White with #532128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532128; }
p { color: rgb(83,33,40); }
H1.HeaderClassName
{
color: #532128;
}
.AnyTagClassName
{
color: #532128;
}
</style>
background-color css
<style>
a { background-color: #532128; }
a { background-color: rgb(83,33,40); }
div.DivClassName
{
background-color: #532128;
}
.BgClassName
{
background-color: #532128;
}
</style>
border-color css
<style>
span { border-color: #532128; }
span { border-color: rgb(83,33,40); }
td.TdClassName
{
border-color: #532128;
}
.TagClassName
{
border-color: #532128;
}
</style>