Shades of Lonestar #53232B
Tints of Lonestar #53232B
RGB
CMYK
RGB Variations
Color information
#53232B (or 0x53232B) is known color: Lonestar. HEX triplet: 53, 23 and 2B. RGB value is (83,35,43). Sum of RGB (Red+Green+Blue) = 83+35+43=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53232B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53232B is #ACDCD4. Grayscale: #323232. Windows color (decimal): -11328725 or 2827091. OLE color: 2827091.
HSL color Cylindrical-coordinate representation of color #53232B: hue angle of 350º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53232B is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 35 | 43 | - |
| CMYK | 0 | 0.58 | 0.48 | 0.67 |
| HSL | 350º | 0.41% | 0.23% | - |
| HSV(B) | 350º | 0.58% | 0.33% | - |
| XYZ | 4.6 | 3.22 | 2.66 | - |
| YUV | 50.26 | 123.9 | 151.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 43 | 0 | 0.58 | 0.48 | 0.67 | 350 | 0.41 | 0.23 |
| Hex | 53 | 23 | 2B | 0 | 3A | 30 | 43 | 15E | 29 | 17 |
| Octal | 123 | 43 | 53 | 0 | 72 | 60 | 103 | 536 | 51 | 27 |
| Binary | 1010011 | 100011 | 101011 | 0 | 111010 | 110000 | 1000011 | 101011110 | 101001 | 10111 |
Color Harmonies of #53232B
Complementary color
Monochromatic Colors of #53232B
Black with #53232B
Text Example
Text Example
White with #53232B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53232B; }
p { color: rgb(83,35,43); }
H1.HeaderClassName
{
color: #53232B;
}
.AnyTagClassName
{
color: #53232B;
}
</style>
background-color css
<style>
a { background-color: #53232B; }
a { background-color: rgb(83,35,43); }
div.DivClassName
{
background-color: #53232B;
}
.BgClassName
{
background-color: #53232B;
}
</style>
border-color css
<style>
span { border-color: #53232B; }
span { border-color: rgb(83,35,43); }
td.TdClassName
{
border-color: #53232B;
}
.TagClassName
{
border-color: #53232B;
}
</style>