Shades of Red Oxide #4F0D0D
Tints of Red Oxide #4F0D0D
RGB
CMYK
RGB Variations
Color information
#4F0D0D (or 0x4F0D0D) is known color: Red Oxide. HEX triplet: 4F, 0D and 0D. RGB value is (79,13,13). Sum of RGB (Red+Green+Blue) = 79+13+13=105 (13% of max value = 765). Red value is 79 (31.25% from 255 or 75.24% from 105); Green value is 13 (5.47% from 255 or 12.38% from 105); Blue value is 13 (5.47% from 255 or 12.38% from 105); Max value from RGB is 79 - color contains mainly: red. Hex color #4F0D0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F0D0D is #B0F2F2. Grayscale: #202020. Windows color (decimal): -11596531 or 855375. OLE color: 855375.
HSL color Cylindrical-coordinate representation of color #4F0D0D: hue angle of 0º 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 #4F0D0D is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 13 | 13 | - |
| CMYK | 0 | 0.84 | 0.84 | 0.69 |
| HSL | 0º | 0.72% | 0.18% | - |
| HSV(B) | 0º | 0.84% | 0.31% | - |
| XYZ | 3.44 | 1.98 | 0.58 | - |
| YUV | 32.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 13 | 13 | 0 | 0.84 | 0.84 | 0.69 | 0 | 0.72 | 0.18 |
| Hex | 4F | D | D | 0 | 54 | 54 | 45 | 0 | 48 | 12 |
| Octal | 117 | 15 | 15 | 0 | 124 | 124 | 105 | 0 | 110 | 22 |
| Binary | 1001111 | 1101 | 1101 | 0 | 1010100 | 1010100 | 1000101 | 0 | 1001000 | 10010 |
Color Harmonies of #4F0D0D
Complementary color
Monochromatic Colors of #4F0D0D
Black with #4F0D0D
Text Example
Text Example
White with #4F0D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F0D0D; }
p { color: rgb(79,13,13); }
H1.HeaderClassName
{
color: #4F0D0D;
}
.AnyTagClassName
{
color: #4F0D0D;
}
</style>
background-color css
<style>
a { background-color: #4F0D0D; }
a { background-color: rgb(79,13,13); }
div.DivClassName
{
background-color: #4F0D0D;
}
.BgClassName
{
background-color: #4F0D0D;
}
</style>
border-color css
<style>
span { border-color: #4F0D0D; }
span { border-color: rgb(79,13,13); }
td.TdClassName
{
border-color: #4F0D0D;
}
.TagClassName
{
border-color: #4F0D0D;
}
</style>