Shades of Lonestar #4C2021
Tints of Lonestar #4C2021
RGB
CMYK
RGB Variations
Color information
#4C2021 (or 0x4C2021) is known color: Lonestar. HEX triplet: 4C, 20 and 21. RGB value is (76,32,33). Sum of RGB (Red+Green+Blue) = 76+32+33=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 33 (13.28% from 255 or 23.40% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2021 is #B3DFDE. Grayscale: #2D2D2D. Windows color (decimal): -11788255 or 2170956. OLE color: 2170956.
HSL color Cylindrical-coordinate representation of color #4C2021: hue angle of 358.64º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C2021 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 32 | 33 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.70 |
| HSL | 358.64º | 0.41% | 0.21% | - |
| HSV(B) | 358.64º | 0.58% | 0.3% | - |
| XYZ | 3.77 | 2.68 | 1.76 | - |
| YUV | 45.27 | 121.08 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 32 | 33 | 0 | 0.58 | 0.57 | 0.70 | 358.64 | 0.41 | 0.21 |
| Hex | 4C | 20 | 21 | 0 | 3A | 39 | 46 | 167 | 29 | 15 |
| Octal | 114 | 40 | 41 | 0 | 72 | 71 | 106 | 547 | 51 | 25 |
| Binary | 1001100 | 100000 | 100001 | 0 | 111010 | 111001 | 1000110 | 101100111 | 101001 | 10101 |
Color Harmonies of #4C2021
Complementary color
Monochromatic Colors of #4C2021
Black with #4C2021
Text Example
Text Example
White with #4C2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C2021; }
p { color: rgb(76,32,33); }
H1.HeaderClassName
{
color: #4C2021;
}
.AnyTagClassName
{
color: #4C2021;
}
</style>
background-color css
<style>
a { background-color: #4C2021; }
a { background-color: rgb(76,32,33); }
div.DivClassName
{
background-color: #4C2021;
}
.BgClassName
{
background-color: #4C2021;
}
</style>
border-color css
<style>
span { border-color: #4C2021; }
span { border-color: rgb(76,32,33); }
td.TdClassName
{
border-color: #4C2021;
}
.TagClassName
{
border-color: #4C2021;
}
</style>