Shades of Lonestar #4F1F21
Tints of Lonestar #4F1F21
RGB
CMYK
RGB Variations
Color information
#4F1F21 (or 0x4F1F21) is known color: Lonestar. HEX triplet: 4F, 1F and 21. RGB value is (79,31,33). Sum of RGB (Red+Green+Blue) = 79+31+33=143 (18% of max value = 765). Red value is 79 (31.25% from 255 or 55.24% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 33 (13.28% from 255 or 23.08% from 143); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F21 is #B0E0DE. Grayscale: #2D2D2D. Windows color (decimal): -11591903 or 2170703. OLE color: 2170703.
HSL color Cylindrical-coordinate representation of color #4F1F21: hue angle of 357.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F21 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 31 | 33 | - |
| CMYK | 0 | 0.61 | 0.58 | 0.69 |
| HSL | 357.5º | 0.44% | 0.22% | - |
| HSV(B) | 357.5º | 0.61% | 0.31% | - |
| XYZ | 3.99 | 2.75 | 1.76 | - |
| YUV | 45.58 | 120.9 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 33 | 0 | 0.61 | 0.58 | 0.69 | 357.5 | 0.44 | 0.22 |
| Hex | 4F | 1F | 21 | 0 | 3D | 3A | 45 | 166 | 2C | 16 |
| Octal | 117 | 37 | 41 | 0 | 75 | 72 | 105 | 546 | 54 | 26 |
| Binary | 1001111 | 11111 | 100001 | 0 | 111101 | 111010 | 1000101 | 101100110 | 101100 | 10110 |
Color Harmonies of #4F1F21
Complementary color
Monochromatic Colors of #4F1F21
Black with #4F1F21
Text Example
Text Example
White with #4F1F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1F21; }
p { color: rgb(79,31,33); }
H1.HeaderClassName
{
color: #4F1F21;
}
.AnyTagClassName
{
color: #4F1F21;
}
</style>
background-color css
<style>
a { background-color: #4F1F21; }
a { background-color: rgb(79,31,33); }
div.DivClassName
{
background-color: #4F1F21;
}
.BgClassName
{
background-color: #4F1F21;
}
</style>
border-color css
<style>
span { border-color: #4F1F21; }
span { border-color: rgb(79,31,33); }
td.TdClassName
{
border-color: #4F1F21;
}
.TagClassName
{
border-color: #4F1F21;
}
</style>