Shades of Red Oxide #4E170C
Tints of Red Oxide #4E170C
RGB
CMYK
RGB Variations
Color information
#4E170C (or 0x4E170C) is known color: Red Oxide. HEX triplet: 4E, 17 and 0C. RGB value is (78,23,12). Sum of RGB (Red+Green+Blue) = 78+23+12=113 (14% of max value = 765). Red value is 78 (30.86% from 255 or 69.03% from 113); Green value is 23 (9.38% from 255 or 20.35% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 78 - color contains mainly: red. Hex color #4E170C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E170C is #B1E8F3. Grayscale: #262626. Windows color (decimal): -11659508 or 792398. OLE color: 792398.
HSL color Cylindrical-coordinate representation of color #4E170C: hue angle of 10º degrees, saturation: 0.73, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4E170C is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 12 | - |
| CMYK | 0 | 0.71 | 0.85 | 0.69 |
| HSL | 10º | 0.73% | 0.18% | - |
| HSV(B) | 10º | 0.85% | 0.31% | - |
| XYZ | 3.51 | 2.26 | 0.6 | - |
| YUV | 38.19 | 113.22 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 12 | 0 | 0.71 | 0.85 | 0.69 | 10 | 0.73 | 0.18 |
| Hex | 4E | 17 | C | 0 | 47 | 55 | 45 | A | 49 | 12 |
| Octal | 116 | 27 | 14 | 0 | 107 | 125 | 105 | 12 | 111 | 22 |
| Binary | 1001110 | 10111 | 1100 | 0 | 1000111 | 1010101 | 1000101 | 1010 | 1001001 | 10010 |
Color Harmonies of #4E170C
Complementary color
Monochromatic Colors of #4E170C
Black with #4E170C
Text Example
Text Example
White with #4E170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E170C; }
p { color: rgb(78,23,12); }
H1.HeaderClassName
{
color: #4E170C;
}
.AnyTagClassName
{
color: #4E170C;
}
</style>
background-color css
<style>
a { background-color: #4E170C; }
a { background-color: rgb(78,23,12); }
div.DivClassName
{
background-color: #4E170C;
}
.BgClassName
{
background-color: #4E170C;
}
</style>
border-color css
<style>
span { border-color: #4E170C; }
span { border-color: rgb(78,23,12); }
td.TdClassName
{
border-color: #4E170C;
}
.TagClassName
{
border-color: #4E170C;
}
</style>