Shades of Lonestar #55262B
Tints of Lonestar #55262B
RGB
CMYK
RGB Variations
Color information
#55262B (or 0x55262B) is known color: Lonestar. HEX triplet: 55, 26 and 2B. RGB value is (85,38,43). Sum of RGB (Red+Green+Blue) = 85+38+43=166 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.20% from 166); Green value is 38 (15.23% from 255 or 22.89% from 166); Blue value is 43 (17.19% from 255 or 25.90% from 166); Max value from RGB is 85 - color contains mainly: red. Hex color #55262B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55262B is #AAD9D4. Grayscale: #343434. Windows color (decimal): -11196885 or 2827861. OLE color: 2827861.
HSL color Cylindrical-coordinate representation of color #55262B: hue angle of 353.62º 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 #55262B is Cyan = 0, Magento = 0.55, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 38 | 43 | - |
| CMYK | 0 | 0.55 | 0.49 | 0.67 |
| HSL | 353.62º | 0.38% | 0.24% | - |
| HSV(B) | 353.62º | 0.55% | 0.33% | - |
| XYZ | 4.88 | 3.49 | 2.7 | - |
| YUV | 52.62 | 122.57 | 151.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 38 | 43 | 0 | 0.55 | 0.49 | 0.67 | 353.62 | 0.38 | 0.24 |
| Hex | 55 | 26 | 2B | 0 | 37 | 31 | 43 | 162 | 26 | 18 |
| Octal | 125 | 46 | 53 | 0 | 67 | 61 | 103 | 542 | 46 | 30 |
| Binary | 1010101 | 100110 | 101011 | 0 | 110111 | 110001 | 1000011 | 101100010 | 100110 | 11000 |
Color Harmonies of #55262B
Complementary color
Monochromatic Colors of #55262B
Black with #55262B
Text Example
Text Example
White with #55262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55262B; }
p { color: rgb(85,38,43); }
H1.HeaderClassName
{
color: #55262B;
}
.AnyTagClassName
{
color: #55262B;
}
</style>
background-color css
<style>
a { background-color: #55262B; }
a { background-color: rgb(85,38,43); }
div.DivClassName
{
background-color: #55262B;
}
.BgClassName
{
background-color: #55262B;
}
</style>
border-color css
<style>
span { border-color: #55262B; }
span { border-color: rgb(85,38,43); }
td.TdClassName
{
border-color: #55262B;
}
.TagClassName
{
border-color: #55262B;
}
</style>