Shades of Lonestar #4F1D1E
Tints of Lonestar #4F1D1E
RGB
CMYK
RGB Variations
Color information
#4F1D1E (or 0x4F1D1E) is known color: Lonestar. HEX triplet: 4F, 1D and 1E. RGB value is (79,29,30). Sum of RGB (Red+Green+Blue) = 79+29+30=138 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.25% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D1E is #B0E2E1. Grayscale: #2C2C2C. Windows color (decimal): -11592418 or 1973583. OLE color: 1973583.
HSL color Cylindrical-coordinate representation of color #4F1D1E: hue angle of 358.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D1E is Cyan = 0, Magento = 0.63, Yellow = 0.62 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 30 | - |
| CMYK | 0 | 0.63 | 0.62 | 0.69 |
| HSL | 358.8º | 0.46% | 0.21% | - |
| HSV(B) | 358.8º | 0.63% | 0.31% | - |
| XYZ | 3.9 | 2.63 | 1.53 | - |
| YUV | 44.06 | 120.07 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 30 | 0 | 0.63 | 0.62 | 0.69 | 358.8 | 0.46 | 0.21 |
| Hex | 4F | 1D | 1E | 0 | 3F | 3E | 45 | 167 | 2E | 15 |
| Octal | 117 | 35 | 36 | 0 | 77 | 76 | 105 | 547 | 56 | 25 |
| Binary | 1001111 | 11101 | 11110 | 0 | 111111 | 111110 | 1000101 | 101100111 | 101110 | 10101 |
Color Harmonies of #4F1D1E
Complementary color
Monochromatic Colors of #4F1D1E
Black with #4F1D1E
Text Example
Text Example
White with #4F1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D1E; }
p { color: rgb(79,29,30); }
H1.HeaderClassName
{
color: #4F1D1E;
}
.AnyTagClassName
{
color: #4F1D1E;
}
</style>
background-color css
<style>
a { background-color: #4F1D1E; }
a { background-color: rgb(79,29,30); }
div.DivClassName
{
background-color: #4F1D1E;
}
.BgClassName
{
background-color: #4F1D1E;
}
</style>
border-color css
<style>
span { border-color: #4F1D1E; }
span { border-color: rgb(79,29,30); }
td.TdClassName
{
border-color: #4F1D1E;
}
.TagClassName
{
border-color: #4F1D1E;
}
</style>