Shades of Red Oxide #4E170D
Tints of Red Oxide #4E170D
RGB
CMYK
RGB Variations
Color information
#4E170D (or 0x4E170D) is known color: Red Oxide. HEX triplet: 4E, 17 and 0D. RGB value is (78,23,13). Sum of RGB (Red+Green+Blue) = 78+23+13=114 (15% of max value = 765). Red value is 78 (30.86% from 255 or 68.42% from 114); Green value is 23 (9.38% from 255 or 20.18% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 78 - color contains mainly: red. Hex color #4E170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4E170D is #B1E8F2. Grayscale: #262626. Windows color (decimal): -11659507 or 857934. OLE color: 857934.
HSL color Cylindrical-coordinate representation of color #4E170D: hue angle of 9.23º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E170D is Cyan = 0, Magento = 0.71, Yellow = 0.83 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 78 | 23 | 13 | - |
| CMYK | 0 | 0.71 | 0.83 | 0.69 |
| HSL | 9.23º | 0.71% | 0.18% | - |
| HSV(B) | 9.23º | 0.83% | 0.31% | - |
| XYZ | 3.52 | 2.26 | 0.63 | - |
| YUV | 38.31 | 113.72 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 23 | 13 | 0 | 0.71 | 0.83 | 0.69 | 9.23 | 0.71 | 0.18 |
| Hex | 4E | 17 | D | 0 | 47 | 53 | 45 | 9 | 47 | 12 |
| Octal | 116 | 27 | 15 | 0 | 107 | 123 | 105 | 11 | 107 | 22 |
| Binary | 1001110 | 10111 | 1101 | 0 | 1000111 | 1010011 | 1000101 | 1001 | 1000111 | 10010 |
Color Harmonies of #4E170D
Complementary color
Monochromatic Colors of #4E170D
Black with #4E170D
Text Example
Text Example
White with #4E170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4E170D; }
p { color: rgb(78,23,13); }
H1.HeaderClassName
{
color: #4E170D;
}
.AnyTagClassName
{
color: #4E170D;
}
</style>
background-color css
<style>
a { background-color: #4E170D; }
a { background-color: rgb(78,23,13); }
div.DivClassName
{
background-color: #4E170D;
}
.BgClassName
{
background-color: #4E170D;
}
</style>
border-color css
<style>
span { border-color: #4E170D; }
span { border-color: rgb(78,23,13); }
td.TdClassName
{
border-color: #4E170D;
}
.TagClassName
{
border-color: #4E170D;
}
</style>