Shades of Lonestar #532228
Tints of Lonestar #532228
RGB
CMYK
RGB Variations
Color information
#532228 (or 0x532228) is known color: Lonestar. HEX triplet: 53, 22 and 28. RGB value is (83,34,40). Sum of RGB (Red+Green+Blue) = 83+34+40=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #532228 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532228 is #ACDDD7. Grayscale: #313131. Windows color (decimal): -11328984 or 2630227. OLE color: 2630227.
HSL color Cylindrical-coordinate representation of color #532228: hue angle of 352.65º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532228 is Cyan = 0, Magento = 0.59, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 40 | - |
| CMYK | 0 | 0.59 | 0.52 | 0.67 |
| HSL | 352.65º | 0.42% | 0.23% | - |
| HSV(B) | 352.65º | 0.59% | 0.33% | - |
| XYZ | 4.52 | 3.14 | 2.37 | - |
| YUV | 49.34 | 122.73 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 40 | 0 | 0.59 | 0.52 | 0.67 | 352.65 | 0.42 | 0.23 |
| Hex | 53 | 22 | 28 | 0 | 3B | 34 | 43 | 161 | 2A | 17 |
| Octal | 123 | 42 | 50 | 0 | 73 | 64 | 103 | 541 | 52 | 27 |
| Binary | 1010011 | 100010 | 101000 | 0 | 111011 | 110100 | 1000011 | 101100001 | 101010 | 10111 |
Color Harmonies of #532228
Complementary color
Monochromatic Colors of #532228
Black with #532228
Text Example
Text Example
White with #532228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532228; }
p { color: rgb(83,34,40); }
H1.HeaderClassName
{
color: #532228;
}
.AnyTagClassName
{
color: #532228;
}
</style>
background-color css
<style>
a { background-color: #532228; }
a { background-color: rgb(83,34,40); }
div.DivClassName
{
background-color: #532228;
}
.BgClassName
{
background-color: #532228;
}
</style>
border-color css
<style>
span { border-color: #532228; }
span { border-color: rgb(83,34,40); }
td.TdClassName
{
border-color: #532228;
}
.TagClassName
{
border-color: #532228;
}
</style>