Shades of Red Oxide #4D1814
Tints of Red Oxide #4D1814
RGB
CMYK
RGB Variations
Color information
#4D1814 (or 0x4D1814) is known color: Red Oxide. HEX triplet: 4D, 18 and 14. RGB value is (77,24,20). Sum of RGB (Red+Green+Blue) = 77+24+20=121 (16% of max value = 765). Red value is 77 (30.47% from 255 or 63.64% from 121); Green value is 24 (9.77% from 255 or 19.83% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1814 is #B2E7EB. Grayscale: #272727. Windows color (decimal): -11724780 or 1316941. OLE color: 1316941.
HSL color Cylindrical-coordinate representation of color #4D1814: hue angle of 4.21º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1814 is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 24 | 20 | - |
| CMYK | 0 | 0.69 | 0.74 | 0.70 |
| HSL | 4.21º | 0.59% | 0.19% | - |
| HSV(B) | 4.21º | 0.74% | 0.3% | - |
| XYZ | 3.51 | 2.28 | 0.92 | - |
| YUV | 39.39 | 117.06 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 24 | 20 | 0 | 0.69 | 0.74 | 0.70 | 4.21 | 0.59 | 0.19 |
| Hex | 4D | 18 | 14 | 0 | 45 | 4A | 46 | 4 | 3B | 13 |
| Octal | 115 | 30 | 24 | 0 | 105 | 112 | 106 | 4 | 73 | 23 |
| Binary | 1001101 | 11000 | 10100 | 0 | 1000101 | 1001010 | 1000110 | 100 | 111011 | 10011 |
Color Harmonies of #4D1814
Complementary color
Monochromatic Colors of #4D1814
Black with #4D1814
Text Example
Text Example
White with #4D1814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1814; }
p { color: rgb(77,24,20); }
H1.HeaderClassName
{
color: #4D1814;
}
.AnyTagClassName
{
color: #4D1814;
}
</style>
background-color css
<style>
a { background-color: #4D1814; }
a { background-color: rgb(77,24,20); }
div.DivClassName
{
background-color: #4D1814;
}
.BgClassName
{
background-color: #4D1814;
}
</style>
border-color css
<style>
span { border-color: #4D1814; }
span { border-color: rgb(77,24,20); }
td.TdClassName
{
border-color: #4D1814;
}
.TagClassName
{
border-color: #4D1814;
}
</style>