Shades of Red Oxide #4D110B
Tints of Red Oxide #4D110B
RGB
CMYK
RGB Variations
Color information
#4D110B (or 0x4D110B) is known color: Red Oxide. HEX triplet: 4D, 11 and 0B. RGB value is (77,17,11). Sum of RGB (Red+Green+Blue) = 77+17+11=105 (13% of max value = 765). Red value is 77 (30.47% from 255 or 73.33% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 77 - color contains mainly: red. Hex color #4D110B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D110B is #B2EEF4. Grayscale: #222222. Windows color (decimal): -11726581 or 725325. OLE color: 725325.
HSL color Cylindrical-coordinate representation of color #4D110B: hue angle of 5.45º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4D110B is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 17 | 11 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.70 |
| HSL | 5.45º | 0.75% | 0.17% | - |
| HSV(B) | 5.45º | 0.86% | 0.3% | - |
| XYZ | 3.32 | 2 | 0.53 | - |
| YUV | 34.26 | 114.88 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 17 | 11 | 0 | 0.78 | 0.86 | 0.70 | 5.45 | 0.75 | 0.17 |
| Hex | 4D | 11 | B | 0 | 4E | 56 | 46 | 5 | 4B | 11 |
| Octal | 115 | 21 | 13 | 0 | 116 | 126 | 106 | 5 | 113 | 21 |
| Binary | 1001101 | 10001 | 1011 | 0 | 1001110 | 1010110 | 1000110 | 101 | 1001011 | 10001 |
Color Harmonies of #4D110B
Complementary color
Monochromatic Colors of #4D110B
Black with #4D110B
Text Example
Text Example
White with #4D110B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D110B; }
p { color: rgb(77,17,11); }
H1.HeaderClassName
{
color: #4D110B;
}
.AnyTagClassName
{
color: #4D110B;
}
</style>
background-color css
<style>
a { background-color: #4D110B; }
a { background-color: rgb(77,17,11); }
div.DivClassName
{
background-color: #4D110B;
}
.BgClassName
{
background-color: #4D110B;
}
</style>
border-color css
<style>
span { border-color: #4D110B; }
span { border-color: rgb(77,17,11); }
td.TdClassName
{
border-color: #4D110B;
}
.TagClassName
{
border-color: #4D110B;
}
</style>