Shades of Red Oxide #4F170D
Tints of Red Oxide #4F170D
RGB
CMYK
RGB Variations
Color information
#4F170D (or 0x4F170D) is known color: Red Oxide. HEX triplet: 4F, 17 and 0D. RGB value is (79,23,13). Sum of RGB (Red+Green+Blue) = 79+23+13=115 (15% of max value = 765). Red value is 79 (31.25% from 255 or 68.70% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 79 - color contains mainly: red. Hex color #4F170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F170D is #B0E8F2. Grayscale: #262626. Windows color (decimal): -11593971 or 857935. OLE color: 857935.
HSL color Cylindrical-coordinate representation of color #4F170D: hue angle of 9.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F170D is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 23 | 13 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.69 |
| HSL | 9.09º | 0.72% | 0.18% | - |
| HSV(B) | 9.09º | 0.84% | 0.31% | - |
| XYZ | 3.6 | 2.3 | 0.64 | - |
| YUV | 38.6 | 113.55 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 23 | 13 | 0 | 0.71 | 0.84 | 0.69 | 9.09 | 0.72 | 0.18 |
| Hex | 4F | 17 | D | 0 | 47 | 54 | 45 | 9 | 48 | 12 |
| Octal | 117 | 27 | 15 | 0 | 107 | 124 | 105 | 11 | 110 | 22 |
| Binary | 1001111 | 10111 | 1101 | 0 | 1000111 | 1010100 | 1000101 | 1001 | 1001000 | 10010 |
Color Harmonies of #4F170D
Complementary color
Monochromatic Colors of #4F170D
Black with #4F170D
Text Example
Text Example
White with #4F170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F170D; }
p { color: rgb(79,23,13); }
H1.HeaderClassName
{
color: #4F170D;
}
.AnyTagClassName
{
color: #4F170D;
}
</style>
background-color css
<style>
a { background-color: #4F170D; }
a { background-color: rgb(79,23,13); }
div.DivClassName
{
background-color: #4F170D;
}
.BgClassName
{
background-color: #4F170D;
}
</style>
border-color css
<style>
span { border-color: #4F170D; }
span { border-color: rgb(79,23,13); }
td.TdClassName
{
border-color: #4F170D;
}
.TagClassName
{
border-color: #4F170D;
}
</style>