Shades of Red Oxide #4D1916
Tints of Red Oxide #4D1916
RGB
CMYK
RGB Variations
Color information
#4D1916 (or 0x4D1916) is known color: Red Oxide. HEX triplet: 4D, 19 and 16. RGB value is (77,25,22). Sum of RGB (Red+Green+Blue) = 77+25+22=124 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.10% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1916 is #B2E6E9. Grayscale: #282828. Windows color (decimal): -11724522 or 1448269. OLE color: 1448269.
HSL color Cylindrical-coordinate representation of color #4D1916: hue angle of 3.27º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D1916 is Cyan = 0, Magento = 0.68, Yellow = 0.71 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 25 | 22 | - |
| CMYK | 0 | 0.68 | 0.71 | 0.70 |
| HSL | 3.27º | 0.56% | 0.19% | - |
| HSV(B) | 3.27º | 0.71% | 0.3% | - |
| XYZ | 3.55 | 2.33 | 1.02 | - |
| YUV | 40.21 | 117.73 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 25 | 22 | 0 | 0.68 | 0.71 | 0.70 | 3.27 | 0.56 | 0.19 |
| Hex | 4D | 19 | 16 | 0 | 44 | 47 | 46 | 3 | 38 | 13 |
| Octal | 115 | 31 | 26 | 0 | 104 | 107 | 106 | 3 | 70 | 23 |
| Binary | 1001101 | 11001 | 10110 | 0 | 1000100 | 1000111 | 1000110 | 11 | 111000 | 10011 |
Color Harmonies of #4D1916
Complementary color
Monochromatic Colors of #4D1916
Black with #4D1916
Text Example
Text Example
White with #4D1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1916; }
p { color: rgb(77,25,22); }
H1.HeaderClassName
{
color: #4D1916;
}
.AnyTagClassName
{
color: #4D1916;
}
</style>
background-color css
<style>
a { background-color: #4D1916; }
a { background-color: rgb(77,25,22); }
div.DivClassName
{
background-color: #4D1916;
}
.BgClassName
{
background-color: #4D1916;
}
</style>
border-color css
<style>
span { border-color: #4D1916; }
span { border-color: rgb(77,25,22); }
td.TdClassName
{
border-color: #4D1916;
}
.TagClassName
{
border-color: #4D1916;
}
</style>