Shades of Lonestar #4B1D1E
Tints of Lonestar #4B1D1E
RGB
CMYK
RGB Variations
Color information
#4B1D1E (or 0x4B1D1E) is known color: Lonestar. HEX triplet: 4B, 1D and 1E. RGB value is (75,29,30). Sum of RGB (Red+Green+Blue) = 75+29+30=134 (17% of max value = 765). Red value is 75 (29.69% from 255 or 55.97% from 134); Green value is 29 (11.72% from 255 or 21.64% from 134); Blue value is 30 (12.11% from 255 or 22.39% from 134); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1D1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B1D1E is #B4E2E1. Grayscale: #2A2A2A. Windows color (decimal): -11854562 or 1973579. OLE color: 1973579.
HSL color Cylindrical-coordinate representation of color #4B1D1E: hue angle of 358.7º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4B1D1E is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 29 | 30 | - |
| CMYK | 0 | 0.61 | 0.60 | 0.71 |
| HSL | 358.7º | 0.44% | 0.2% | - |
| HSV(B) | 358.7º | 0.61% | 0.29% | - |
| XYZ | 3.58 | 2.47 | 1.52 | - |
| YUV | 42.87 | 120.74 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 29 | 30 | 0 | 0.61 | 0.60 | 0.71 | 358.7 | 0.44 | 0.2 |
| Hex | 4B | 1D | 1E | 0 | 3D | 3C | 47 | 167 | 2C | 14 |
| Octal | 113 | 35 | 36 | 0 | 75 | 74 | 107 | 547 | 54 | 24 |
| Binary | 1001011 | 11101 | 11110 | 0 | 111101 | 111100 | 1000111 | 101100111 | 101100 | 10100 |
Color Harmonies of #4B1D1E
Complementary color
Monochromatic Colors of #4B1D1E
Black with #4B1D1E
Text Example
Text Example
White with #4B1D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1D1E; }
p { color: rgb(75,29,30); }
H1.HeaderClassName
{
color: #4B1D1E;
}
.AnyTagClassName
{
color: #4B1D1E;
}
</style>
background-color css
<style>
a { background-color: #4B1D1E; }
a { background-color: rgb(75,29,30); }
div.DivClassName
{
background-color: #4B1D1E;
}
.BgClassName
{
background-color: #4B1D1E;
}
</style>
border-color css
<style>
span { border-color: #4B1D1E; }
span { border-color: rgb(75,29,30); }
td.TdClassName
{
border-color: #4B1D1E;
}
.TagClassName
{
border-color: #4B1D1E;
}
</style>