Shades of Lonestar #53242A
Tints of Lonestar #53242A
RGB
CMYK
RGB Variations
Color information
#53242A (or 0x53242A) is known color: Lonestar. HEX triplet: 53, 24 and 2A. RGB value is (83,36,42). Sum of RGB (Red+Green+Blue) = 83+36+42=161 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.55% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 83 - color contains mainly: red. Hex color #53242A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53242A is #ACDBD5. Grayscale: #323232. Windows color (decimal): -11328470 or 2761811. OLE color: 2761811.
HSL color Cylindrical-coordinate representation of color #53242A: hue angle of 352.34º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53242A is Cyan = 0, Magento = 0.57, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 36 | 42 | - |
| CMYK | 0 | 0.57 | 0.49 | 0.67 |
| HSL | 352.34º | 0.39% | 0.23% | - |
| HSV(B) | 352.34º | 0.57% | 0.33% | - |
| XYZ | 4.62 | 3.27 | 2.58 | - |
| YUV | 50.74 | 123.07 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 36 | 42 | 0 | 0.57 | 0.49 | 0.67 | 352.34 | 0.39 | 0.23 |
| Hex | 53 | 24 | 2A | 0 | 39 | 31 | 43 | 160 | 27 | 17 |
| Octal | 123 | 44 | 52 | 0 | 71 | 61 | 103 | 540 | 47 | 27 |
| Binary | 1010011 | 100100 | 101010 | 0 | 111001 | 110001 | 1000011 | 101100000 | 100111 | 10111 |
Color Harmonies of #53242A
Complementary color
Monochromatic Colors of #53242A
Black with #53242A
Text Example
Text Example
White with #53242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53242A; }
p { color: rgb(83,36,42); }
H1.HeaderClassName
{
color: #53242A;
}
.AnyTagClassName
{
color: #53242A;
}
</style>
background-color css
<style>
a { background-color: #53242A; }
a { background-color: rgb(83,36,42); }
div.DivClassName
{
background-color: #53242A;
}
.BgClassName
{
background-color: #53242A;
}
</style>
border-color css
<style>
span { border-color: #53242A; }
span { border-color: rgb(83,36,42); }
td.TdClassName
{
border-color: #53242A;
}
.TagClassName
{
border-color: #53242A;
}
</style>