Shades of Red Oxide #4F1E1B
Tints of Red Oxide #4F1E1B
RGB
CMYK
RGB Variations
Color information
#4F1E1B (or 0x4F1E1B) is known color: Red Oxide. HEX triplet: 4F, 1E and 1B. RGB value is (79,30,27). Sum of RGB (Red+Green+Blue) = 79+30+27=136 (18% of max value = 765). Red value is 79 (31.25% from 255 or 58.09% from 136); Green value is 30 (12.11% from 255 or 22.06% from 136); Blue value is 27 (10.94% from 255 or 19.85% from 136); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E1B is #B0E1E4. Grayscale: #2C2C2C. Windows color (decimal): -11592165 or 1777231. OLE color: 1777231.
HSL color Cylindrical-coordinate representation of color #4F1E1B: hue angle of 3.46º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4F1E1B is Cyan = 0, Magento = 0.62, Yellow = 0.66 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 27 | - |
| CMYK | 0 | 0.62 | 0.66 | 0.69 |
| HSL | 3.46º | 0.49% | 0.21% | - |
| HSV(B) | 3.46º | 0.66% | 0.31% | - |
| XYZ | 3.89 | 2.67 | 1.35 | - |
| YUV | 44.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 27 | 0 | 0.62 | 0.66 | 0.69 | 3.46 | 0.49 | 0.21 |
| Hex | 4F | 1E | 1B | 0 | 3E | 42 | 45 | 3 | 31 | 15 |
| Octal | 117 | 36 | 33 | 0 | 76 | 102 | 105 | 3 | 61 | 25 |
| Binary | 1001111 | 11110 | 11011 | 0 | 111110 | 1000010 | 1000101 | 11 | 110001 | 10101 |
Color Harmonies of #4F1E1B
Complementary color
Monochromatic Colors of #4F1E1B
Black with #4F1E1B
Text Example
Text Example
White with #4F1E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E1B; }
p { color: rgb(79,30,27); }
H1.HeaderClassName
{
color: #4F1E1B;
}
.AnyTagClassName
{
color: #4F1E1B;
}
</style>
background-color css
<style>
a { background-color: #4F1E1B; }
a { background-color: rgb(79,30,27); }
div.DivClassName
{
background-color: #4F1E1B;
}
.BgClassName
{
background-color: #4F1E1B;
}
</style>
border-color css
<style>
span { border-color: #4F1E1B; }
span { border-color: rgb(79,30,27); }
td.TdClassName
{
border-color: #4F1E1B;
}
.TagClassName
{
border-color: #4F1E1B;
}
</style>