Shades of Lonestar #53252A
Tints of Lonestar #53252A
RGB
CMYK
RGB Variations
Color information
#53252A (or 0x53252A) is known color: Lonestar. HEX triplet: 53, 25 and 2A. RGB value is (83,37,42). Sum of RGB (Red+Green+Blue) = 83+37+42=162 (21% of max value = 765). Red value is 83 (32.81% from 255 or 51.23% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 83 - color contains mainly: red. Hex color #53252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53252A is #ACDAD5. Grayscale: #333333. Windows color (decimal): -11328214 or 2762067. OLE color: 2762067.
HSL color Cylindrical-coordinate representation of color #53252A: hue angle of 353.48º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53252A is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 37 | 42 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.67 |
| HSL | 353.48º | 0.38% | 0.24% | - |
| HSV(B) | 353.48º | 0.55% | 0.33% | - |
| XYZ | 4.65 | 3.33 | 2.59 | - |
| YUV | 51.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 37 | 42 | 0 | 0.55 | 0.49 | 0.67 | 353.48 | 0.38 | 0.24 |
| Hex | 53 | 25 | 2A | 0 | 37 | 31 | 43 | 161 | 26 | 18 |
| Octal | 123 | 45 | 52 | 0 | 67 | 61 | 103 | 541 | 46 | 30 |
| Binary | 1010011 | 100101 | 101010 | 0 | 110111 | 110001 | 1000011 | 101100001 | 100110 | 11000 |
Color Harmonies of #53252A
Complementary color
Monochromatic Colors of #53252A
Black with #53252A
Text Example
Text Example
White with #53252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53252A; }
p { color: rgb(83,37,42); }
H1.HeaderClassName
{
color: #53252A;
}
.AnyTagClassName
{
color: #53252A;
}
</style>
background-color css
<style>
a { background-color: #53252A; }
a { background-color: rgb(83,37,42); }
div.DivClassName
{
background-color: #53252A;
}
.BgClassName
{
background-color: #53252A;
}
</style>
border-color css
<style>
span { border-color: #53252A; }
span { border-color: rgb(83,37,42); }
td.TdClassName
{
border-color: #53252A;
}
.TagClassName
{
border-color: #53252A;
}
</style>