Shades of Lonestar #4F2123
Tints of Lonestar #4F2123
RGB
CMYK
RGB Variations
Color information
#4F2123 (or 0x4F2123) is known color: Lonestar. HEX triplet: 4F, 21 and 23. RGB value is (79,33,35). Sum of RGB (Red+Green+Blue) = 79+33+35=147 (19% of max value = 765). Red value is 79 (31.25% from 255 or 53.74% from 147); Green value is 33 (13.28% from 255 or 22.45% from 147); Blue value is 35 (14.06% from 255 or 23.81% from 147); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2123 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2123 is #B0DEDC. Grayscale: #2F2F2F. Windows color (decimal): -11591389 or 2302287. OLE color: 2302287.
HSL color Cylindrical-coordinate representation of color #4F2123: hue angle of 357.39º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2123 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 35 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.69 |
| HSL | 357.39º | 0.41% | 0.22% | - |
| HSV(B) | 357.39º | 0.58% | 0.31% | - |
| XYZ | 4.07 | 2.87 | 1.93 | - |
| YUV | 46.98 | 121.24 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 35 | 0 | 0.58 | 0.56 | 0.69 | 357.39 | 0.41 | 0.22 |
| Hex | 4F | 21 | 23 | 0 | 3A | 38 | 45 | 165 | 29 | 16 |
| Octal | 117 | 41 | 43 | 0 | 72 | 70 | 105 | 545 | 51 | 26 |
| Binary | 1001111 | 100001 | 100011 | 0 | 111010 | 111000 | 1000101 | 101100101 | 101001 | 10110 |
Color Harmonies of #4F2123
Complementary color
Monochromatic Colors of #4F2123
Black with #4F2123
Text Example
Text Example
White with #4F2123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2123; }
p { color: rgb(79,33,35); }
H1.HeaderClassName
{
color: #4F2123;
}
.AnyTagClassName
{
color: #4F2123;
}
</style>
background-color css
<style>
a { background-color: #4F2123; }
a { background-color: rgb(79,33,35); }
div.DivClassName
{
background-color: #4F2123;
}
.BgClassName
{
background-color: #4F2123;
}
</style>
border-color css
<style>
span { border-color: #4F2123; }
span { border-color: rgb(79,33,35); }
td.TdClassName
{
border-color: #4F2123;
}
.TagClassName
{
border-color: #4F2123;
}
</style>