Shades of Lonestar #56272B
Tints of Lonestar #56272B
RGB
CMYK
RGB Variations
Color information
#56272B (or 0x56272B) is known color: Lonestar. HEX triplet: 56, 27 and 2B. RGB value is (86,39,43). Sum of RGB (Red+Green+Blue) = 86+39+43=168 (22% of max value = 765). Red value is 86 (33.98% from 255 or 51.19% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 86 - color contains mainly: red. Hex color #56272B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #56272B is #A9D8D4. Grayscale: #353535. Windows color (decimal): -11131093 or 2828118. OLE color: 2828118.
HSL color Cylindrical-coordinate representation of color #56272B: hue angle of 354.89º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #56272B is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 39 | 43 | - |
| CMYK | 0 | 0.55 | 0.50 | 0.66 |
| HSL | 354.89º | 0.38% | 0.25% | - |
| HSV(B) | 354.89º | 0.55% | 0.34% | - |
| XYZ | 5 | 3.6 | 2.72 | - |
| YUV | 53.51 | 122.07 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 39 | 43 | 0 | 0.55 | 0.50 | 0.66 | 354.89 | 0.38 | 0.25 |
| Hex | 56 | 27 | 2B | 0 | 37 | 32 | 42 | 163 | 26 | 19 |
| Octal | 126 | 47 | 53 | 0 | 67 | 62 | 102 | 543 | 46 | 31 |
| Binary | 1010110 | 100111 | 101011 | 0 | 110111 | 110010 | 1000010 | 101100011 | 100110 | 11001 |
Color Harmonies of #56272B
Complementary color
Monochromatic Colors of #56272B
Black with #56272B
Text Example
Text Example
White with #56272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56272B; }
p { color: rgb(86,39,43); }
H1.HeaderClassName
{
color: #56272B;
}
.AnyTagClassName
{
color: #56272B;
}
</style>
background-color css
<style>
a { background-color: #56272B; }
a { background-color: rgb(86,39,43); }
div.DivClassName
{
background-color: #56272B;
}
.BgClassName
{
background-color: #56272B;
}
</style>
border-color css
<style>
span { border-color: #56272B; }
span { border-color: rgb(86,39,43); }
td.TdClassName
{
border-color: #56272B;
}
.TagClassName
{
border-color: #56272B;
}
</style>