Shades of Lonestar #57292A
Tints of Lonestar #57292A
RGB
CMYK
RGB Variations
Color information
#57292A (or 0x57292A) is known color: Lonestar. HEX triplet: 57, 29 and 2A. RGB value is (87,41,42). Sum of RGB (Red+Green+Blue) = 87+41+42=170 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.18% from 170); Green value is 41 (16.41% from 255 or 24.12% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 87 - color contains mainly: red. Hex color #57292A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #57292A is #A8D6D5. Grayscale: #363636. Windows color (decimal): -11065046 or 2763095. OLE color: 2763095.
HSL color Cylindrical-coordinate representation of color #57292A: hue angle of 358.7º degrees, saturation: 0.36, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57292A is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 87 | 41 | 42 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.66 |
| HSL | 358.7º | 0.36% | 0.25% | - |
| HSV(B) | 358.7º | 0.53% | 0.34% | - |
| XYZ | 5.14 | 3.78 | 2.65 | - |
| YUV | 54.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 41 | 42 | 0 | 0.53 | 0.52 | 0.66 | 358.7 | 0.36 | 0.25 |
| Hex | 57 | 29 | 2A | 0 | 35 | 34 | 42 | 167 | 24 | 19 |
| Octal | 127 | 51 | 52 | 0 | 65 | 64 | 102 | 547 | 44 | 31 |
| Binary | 1010111 | 101001 | 101010 | 0 | 110101 | 110100 | 1000010 | 101100111 | 100100 | 11001 |
Color Harmonies of #57292A
Complementary color
Monochromatic Colors of #57292A
Black with #57292A
Text Example
Text Example
White with #57292A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57292A; }
p { color: rgb(87,41,42); }
H1.HeaderClassName
{
color: #57292A;
}
.AnyTagClassName
{
color: #57292A;
}
</style>
background-color css
<style>
a { background-color: #57292A; }
a { background-color: rgb(87,41,42); }
div.DivClassName
{
background-color: #57292A;
}
.BgClassName
{
background-color: #57292A;
}
</style>
border-color css
<style>
span { border-color: #57292A; }
span { border-color: rgb(87,41,42); }
td.TdClassName
{
border-color: #57292A;
}
.TagClassName
{
border-color: #57292A;
}
</style>