Shades of Red Oxide #4D1717
Tints of Red Oxide #4D1717
RGB
CMYK
RGB Variations
Color information
#4D1717 (or 0x4D1717) is known color: Red Oxide. HEX triplet: 4D, 17 and 17. RGB value is (77,23,23). Sum of RGB (Red+Green+Blue) = 77+23+23=123 (16% of max value = 765). Red value is 77 (30.47% from 255 or 62.60% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 23 (9.38% from 255 or 18.70% from 123); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1717 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1717 is #B2E8E8. Grayscale: #272727. Windows color (decimal): -11725033 or 1513293. OLE color: 1513293.
HSL color Cylindrical-coordinate representation of color #4D1717: hue angle of 0º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4D1717 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 23 | 23 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.70 |
| HSL | 0º | 0.54% | 0.2% | - |
| HSV(B) | 0º | 0.7% | 0.3% | - |
| XYZ | 3.52 | 2.25 | 1.06 | - |
| YUV | 39.15 | 118.89 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 23 | 0 | 0.70 | 0.70 | 0.70 | 0 | 0.54 | 0.2 |
| Hex | 4D | 17 | 17 | 0 | 46 | 46 | 46 | 0 | 36 | 14 |
| Octal | 115 | 27 | 27 | 0 | 106 | 106 | 106 | 0 | 66 | 24 |
| Binary | 1001101 | 10111 | 10111 | 0 | 1000110 | 1000110 | 1000110 | 0 | 110110 | 10100 |
Color Harmonies of #4D1717
Complementary color
Monochromatic Colors of #4D1717
Black with #4D1717
Text Example
Text Example
White with #4D1717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1717; }
p { color: rgb(77,23,23); }
H1.HeaderClassName
{
color: #4D1717;
}
.AnyTagClassName
{
color: #4D1717;
}
</style>
background-color css
<style>
a { background-color: #4D1717; }
a { background-color: rgb(77,23,23); }
div.DivClassName
{
background-color: #4D1717;
}
.BgClassName
{
background-color: #4D1717;
}
</style>
border-color css
<style>
span { border-color: #4D1717; }
span { border-color: rgb(77,23,23); }
td.TdClassName
{
border-color: #4D1717;
}
.TagClassName
{
border-color: #4D1717;
}
</style>