Shades of Lonestar #55252A
Tints of Lonestar #55252A
RGB
CMYK
RGB Variations
Color information
#55252A (or 0x55252A) is known color: Lonestar. HEX triplet: 55, 25 and 2A. RGB value is (85,37,42). Sum of RGB (Red+Green+Blue) = 85+37+42=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 37 (14.84% from 255 or 22.56% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #55252A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55252A is #AADAD5. Grayscale: #333333. Windows color (decimal): -11197142 or 2762069. OLE color: 2762069.
HSL color Cylindrical-coordinate representation of color #55252A: hue angle of 353.75º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55252A is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 37 | 42 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.67 |
| HSL | 353.75º | 0.39% | 0.24% | - |
| HSV(B) | 353.75º | 0.56% | 0.33% | - |
| XYZ | 4.83 | 3.42 | 2.6 | - |
| YUV | 51.92 | 122.4 | 151.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 37 | 42 | 0 | 0.56 | 0.51 | 0.67 | 353.75 | 0.39 | 0.24 |
| Hex | 55 | 25 | 2A | 0 | 38 | 33 | 43 | 162 | 27 | 18 |
| Octal | 125 | 45 | 52 | 0 | 70 | 63 | 103 | 542 | 47 | 30 |
| Binary | 1010101 | 100101 | 101010 | 0 | 111000 | 110011 | 1000011 | 101100010 | 100111 | 11000 |
Color Harmonies of #55252A
Complementary color
Monochromatic Colors of #55252A
Black with #55252A
Text Example
Text Example
White with #55252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55252A; }
p { color: rgb(85,37,42); }
H1.HeaderClassName
{
color: #55252A;
}
.AnyTagClassName
{
color: #55252A;
}
</style>
background-color css
<style>
a { background-color: #55252A; }
a { background-color: rgb(85,37,42); }
div.DivClassName
{
background-color: #55252A;
}
.BgClassName
{
background-color: #55252A;
}
</style>
border-color css
<style>
span { border-color: #55252A; }
span { border-color: rgb(85,37,42); }
td.TdClassName
{
border-color: #55252A;
}
.TagClassName
{
border-color: #55252A;
}
</style>