Shades of Lonestar #542128
Tints of Lonestar #542128
RGB
CMYK
RGB Variations
Color information
#542128 (or 0x542128) is known color: Lonestar. HEX triplet: 54, 21 and 28. RGB value is (84,33,40). Sum of RGB (Red+Green+Blue) = 84+33+40=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #542128 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542128 is #ABDED7. Grayscale: #313131. Windows color (decimal): -11263704 or 2629972. OLE color: 2629972.
HSL color Cylindrical-coordinate representation of color #542128: hue angle of 351.76º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #542128 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 84 | 33 | 40 | - |
| CMYK | 0 | 0.61 | 0.52 | 0.67 |
| HSL | 351.76º | 0.44% | 0.23% | - |
| HSV(B) | 351.76º | 0.61% | 0.33% | - |
| XYZ | 4.58 | 3.13 | 2.37 | - |
| YUV | 49.05 | 122.9 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 40 | 0 | 0.61 | 0.52 | 0.67 | 351.76 | 0.44 | 0.23 |
| Hex | 54 | 21 | 28 | 0 | 3D | 34 | 43 | 160 | 2C | 17 |
| Octal | 124 | 41 | 50 | 0 | 75 | 64 | 103 | 540 | 54 | 27 |
| Binary | 1010100 | 100001 | 101000 | 0 | 111101 | 110100 | 1000011 | 101100000 | 101100 | 10111 |
Color Harmonies of #542128
Complementary color
Monochromatic Colors of #542128
Black with #542128
Text Example
Text Example
White with #542128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542128; }
p { color: rgb(84,33,40); }
H1.HeaderClassName
{
color: #542128;
}
.AnyTagClassName
{
color: #542128;
}
</style>
background-color css
<style>
a { background-color: #542128; }
a { background-color: rgb(84,33,40); }
div.DivClassName
{
background-color: #542128;
}
.BgClassName
{
background-color: #542128;
}
</style>
border-color css
<style>
span { border-color: #542128; }
span { border-color: rgb(84,33,40); }
td.TdClassName
{
border-color: #542128;
}
.TagClassName
{
border-color: #542128;
}
</style>