Shades of Lonestar #55272A
Tints of Lonestar #55272A
RGB
CMYK
RGB Variations
Color information
#55272A (or 0x55272A) is known color: Lonestar. HEX triplet: 55, 27 and 2A. RGB value is (85,39,42). Sum of RGB (Red+Green+Blue) = 85+39+42=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55272A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55272A is #AAD8D5. Grayscale: #353535. Windows color (decimal): -11196630 or 2762581. OLE color: 2762581.
HSL color Cylindrical-coordinate representation of color #55272A: hue angle of 356.09º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55272A is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 39 | 42 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.67 |
| HSL | 356.09º | 0.37% | 0.24% | - |
| HSV(B) | 356.09º | 0.54% | 0.33% | - |
| XYZ | 4.89 | 3.55 | 2.62 | - |
| YUV | 53.1 | 121.74 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 39 | 42 | 0 | 0.54 | 0.51 | 0.67 | 356.09 | 0.37 | 0.24 |
| Hex | 55 | 27 | 2A | 0 | 36 | 33 | 43 | 164 | 25 | 18 |
| Octal | 125 | 47 | 52 | 0 | 66 | 63 | 103 | 544 | 45 | 30 |
| Binary | 1010101 | 100111 | 101010 | 0 | 110110 | 110011 | 1000011 | 101100100 | 100101 | 11000 |
Color Harmonies of #55272A
Complementary color
Monochromatic Colors of #55272A
Black with #55272A
Text Example
Text Example
White with #55272A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55272A; }
p { color: rgb(85,39,42); }
H1.HeaderClassName
{
color: #55272A;
}
.AnyTagClassName
{
color: #55272A;
}
</style>
background-color css
<style>
a { background-color: #55272A; }
a { background-color: rgb(85,39,42); }
div.DivClassName
{
background-color: #55272A;
}
.BgClassName
{
background-color: #55272A;
}
</style>
border-color css
<style>
span { border-color: #55272A; }
span { border-color: rgb(85,39,42); }
td.TdClassName
{
border-color: #55272A;
}
.TagClassName
{
border-color: #55272A;
}
</style>