Shades of Red Oxide #4F100D
Tints of Red Oxide #4F100D
RGB
CMYK
RGB Variations
Color information
#4F100D (or 0x4F100D) is known color: Red Oxide. HEX triplet: 4F, 10 and 0D. RGB value is (79,16,13). Sum of RGB (Red+Green+Blue) = 79+16+13=108 (14% of max value = 765). Red value is 79 (31.25% from 255 or 73.15% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 79 - color contains mainly: red. Hex color #4F100D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F100D is #B0EFF2. Grayscale: #222222. Windows color (decimal): -11595763 or 856143. OLE color: 856143.
HSL color Cylindrical-coordinate representation of color #4F100D: hue angle of 2.73º 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 #4F100D is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 16 | 13 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.69 |
| HSL | 2.73º | 0.72% | 0.18% | - |
| HSV(B) | 2.73º | 0.84% | 0.31% | - |
| XYZ | 3.48 | 2.06 | 0.6 | - |
| YUV | 34.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 16 | 13 | 0 | 0.80 | 0.84 | 0.69 | 2.73 | 0.72 | 0.18 |
| Hex | 4F | 10 | D | 0 | 50 | 54 | 45 | 3 | 48 | 12 |
| Octal | 117 | 20 | 15 | 0 | 120 | 124 | 105 | 3 | 110 | 22 |
| Binary | 1001111 | 10000 | 1101 | 0 | 1010000 | 1010100 | 1000101 | 11 | 1001000 | 10010 |
Color Harmonies of #4F100D
Complementary color
Monochromatic Colors of #4F100D
Black with #4F100D
Text Example
Text Example
White with #4F100D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F100D; }
p { color: rgb(79,16,13); }
H1.HeaderClassName
{
color: #4F100D;
}
.AnyTagClassName
{
color: #4F100D;
}
</style>
background-color css
<style>
a { background-color: #4F100D; }
a { background-color: rgb(79,16,13); }
div.DivClassName
{
background-color: #4F100D;
}
.BgClassName
{
background-color: #4F100D;
}
</style>
border-color css
<style>
span { border-color: #4F100D; }
span { border-color: rgb(79,16,13); }
td.TdClassName
{
border-color: #4F100D;
}
.TagClassName
{
border-color: #4F100D;
}
</style>