Shades of Lonestar #4E2021
Tints of Lonestar #4E2021
RGB
CMYK
RGB Variations
Color information
#4E2021 (or 0x4E2021) is known color: Lonestar. HEX triplet: 4E, 20 and 21. RGB value is (78,32,33). Sum of RGB (Red+Green+Blue) = 78+32+33=143 (18% of max value = 765). Red value is 78 (30.86% from 255 or 54.55% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2021 is #B1DFDE. Grayscale: #2D2D2D. Windows color (decimal): -11657183 or 2170958. OLE color: 2170958.
HSL color Cylindrical-coordinate representation of color #4E2021: hue angle of 358.7º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4E2021 is Cyan = 0, Magento = 0.59, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 32 | 33 | - |
| CMYK | 0 | 0.59 | 0.58 | 0.69 |
| HSL | 358.7º | 0.42% | 0.22% | - |
| HSV(B) | 358.7º | 0.59% | 0.31% | - |
| XYZ | 3.93 | 2.76 | 1.76 | - |
| YUV | 45.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 32 | 33 | 0 | 0.59 | 0.58 | 0.69 | 358.7 | 0.42 | 0.22 |
| Hex | 4E | 20 | 21 | 0 | 3B | 3A | 45 | 167 | 2A | 16 |
| Octal | 116 | 40 | 41 | 0 | 73 | 72 | 105 | 547 | 52 | 26 |
| Binary | 1001110 | 100000 | 100001 | 0 | 111011 | 111010 | 1000101 | 101100111 | 101010 | 10110 |
Color Harmonies of #4E2021
Complementary color
Monochromatic Colors of #4E2021
Black with #4E2021
Text Example
Text Example
White with #4E2021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E2021; }
p { color: rgb(78,32,33); }
H1.HeaderClassName
{
color: #4E2021;
}
.AnyTagClassName
{
color: #4E2021;
}
</style>
background-color css
<style>
a { background-color: #4E2021; }
a { background-color: rgb(78,32,33); }
div.DivClassName
{
background-color: #4E2021;
}
.BgClassName
{
background-color: #4E2021;
}
</style>
border-color css
<style>
span { border-color: #4E2021; }
span { border-color: rgb(78,32,33); }
td.TdClassName
{
border-color: #4E2021;
}
.TagClassName
{
border-color: #4E2021;
}
</style>