Shades of Lonestar #4D1E21
Tints of Lonestar #4D1E21
RGB
CMYK
RGB Variations
Color information
#4D1E21 (or 0x4D1E21) is known color: Lonestar. HEX triplet: 4D, 1E and 21. RGB value is (77,30,33). Sum of RGB (Red+Green+Blue) = 77+30+33=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 30 (12.11% from 255 or 21.43% from 140); Blue value is 33 (13.28% from 255 or 23.57% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1E21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1E21 is #B2E1DE. Grayscale: #2C2C2C. Windows color (decimal): -11723231 or 2170445. OLE color: 2170445.
HSL color Cylindrical-coordinate representation of color #4D1E21: hue angle of 356.17º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4D1E21 is Cyan = 0, Magento = 0.61, Yellow = 0.57 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 30 | 33 | - |
| CMYK | 0 | 0.61 | 0.57 | 0.70 |
| HSL | 356.17º | 0.44% | 0.21% | - |
| HSV(B) | 356.17º | 0.61% | 0.3% | - |
| XYZ | 3.8 | 2.62 | 1.74 | - |
| YUV | 44.4 | 121.57 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 30 | 33 | 0 | 0.61 | 0.57 | 0.70 | 356.17 | 0.44 | 0.21 |
| Hex | 4D | 1E | 21 | 0 | 3D | 39 | 46 | 164 | 2C | 15 |
| Octal | 115 | 36 | 41 | 0 | 75 | 71 | 106 | 544 | 54 | 25 |
| Binary | 1001101 | 11110 | 100001 | 0 | 111101 | 111001 | 1000110 | 101100100 | 101100 | 10101 |
Color Harmonies of #4D1E21
Complementary color
Monochromatic Colors of #4D1E21
Black with #4D1E21
Text Example
Text Example
White with #4D1E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1E21; }
p { color: rgb(77,30,33); }
H1.HeaderClassName
{
color: #4D1E21;
}
.AnyTagClassName
{
color: #4D1E21;
}
</style>
background-color css
<style>
a { background-color: #4D1E21; }
a { background-color: rgb(77,30,33); }
div.DivClassName
{
background-color: #4D1E21;
}
.BgClassName
{
background-color: #4D1E21;
}
</style>
border-color css
<style>
span { border-color: #4D1E21; }
span { border-color: rgb(77,30,33); }
td.TdClassName
{
border-color: #4D1E21;
}
.TagClassName
{
border-color: #4D1E21;
}
</style>