Shades of Red Oxide #4F150B
Tints of Red Oxide #4F150B
RGB
CMYK
RGB Variations
Color information
#4F150B (or 0x4F150B) is known color: Red Oxide. HEX triplet: 4F, 15 and 0B. RGB value is (79,21,11). Sum of RGB (Red+Green+Blue) = 79+21+11=111 (14% of max value = 765). Red value is 79 (31.25% from 255 or 71.17% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 79 - color contains mainly: red. Hex color #4F150B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4F150B is #B0EAF4. Grayscale: #252525. Windows color (decimal): -11594485 or 726351. OLE color: 726351.
HSL color Cylindrical-coordinate representation of color #4F150B: hue angle of 8.82º degrees, saturation: 0.76, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4F150B is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 11 | - |
| CMYK | 0 | 0.73 | 0.86 | 0.69 |
| HSL | 8.82º | 0.76% | 0.18% | - |
| HSV(B) | 8.82º | 0.86% | 0.31% | - |
| XYZ | 3.55 | 2.22 | 0.56 | - |
| YUV | 37.2 | 113.22 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 11 | 0 | 0.73 | 0.86 | 0.69 | 8.82 | 0.76 | 0.18 |
| Hex | 4F | 15 | B | 0 | 49 | 56 | 45 | 9 | 4C | 12 |
| Octal | 117 | 25 | 13 | 0 | 111 | 126 | 105 | 11 | 114 | 22 |
| Binary | 1001111 | 10101 | 1011 | 0 | 1001001 | 1010110 | 1000101 | 1001 | 1001100 | 10010 |
Color Harmonies of #4F150B
Complementary color
Monochromatic Colors of #4F150B
Black with #4F150B
Text Example
Text Example
White with #4F150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F150B; }
p { color: rgb(79,21,11); }
H1.HeaderClassName
{
color: #4F150B;
}
.AnyTagClassName
{
color: #4F150B;
}
</style>
background-color css
<style>
a { background-color: #4F150B; }
a { background-color: rgb(79,21,11); }
div.DivClassName
{
background-color: #4F150B;
}
.BgClassName
{
background-color: #4F150B;
}
</style>
border-color css
<style>
span { border-color: #4F150B; }
span { border-color: rgb(79,21,11); }
td.TdClassName
{
border-color: #4F150B;
}
.TagClassName
{
border-color: #4F150B;
}
</style>