Shades of Red Oxide #4F1E1C
Tints of Red Oxide #4F1E1C
RGB
CMYK
RGB Variations
Color information
#4F1E1C (or 0x4F1E1C) is known color: Red Oxide. HEX triplet: 4F, 1E and 1C. RGB value is (79,30,28). Sum of RGB (Red+Green+Blue) = 79+30+28=137 (18% of max value = 765). Red value is 79 (31.25% from 255 or 57.66% from 137); Green value is 30 (12.11% from 255 or 21.90% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1E1C is #B0E1E3. Grayscale: #2C2C2C. Windows color (decimal): -11592164 or 1842767. OLE color: 1842767.
HSL color Cylindrical-coordinate representation of color #4F1E1C: hue angle of 2.35º degrees, saturation: 0.48, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4F1E1C is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 30 | 28 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.69 |
| HSL | 2.35º | 0.48% | 0.21% | - |
| HSV(B) | 2.35º | 0.65% | 0.31% | - |
| XYZ | 3.9 | 2.67 | 1.41 | - |
| YUV | 44.42 | 118.73 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 30 | 28 | 0 | 0.62 | 0.65 | 0.69 | 2.35 | 0.48 | 0.21 |
| Hex | 4F | 1E | 1C | 0 | 3E | 41 | 45 | 2 | 30 | 15 |
| Octal | 117 | 36 | 34 | 0 | 76 | 101 | 105 | 2 | 60 | 25 |
| Binary | 1001111 | 11110 | 11100 | 0 | 111110 | 1000001 | 1000101 | 10 | 110000 | 10101 |
Color Harmonies of #4F1E1C
Complementary color
Monochromatic Colors of #4F1E1C
Black with #4F1E1C
Text Example
Text Example
White with #4F1E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1E1C; }
p { color: rgb(79,30,28); }
H1.HeaderClassName
{
color: #4F1E1C;
}
.AnyTagClassName
{
color: #4F1E1C;
}
</style>
background-color css
<style>
a { background-color: #4F1E1C; }
a { background-color: rgb(79,30,28); }
div.DivClassName
{
background-color: #4F1E1C;
}
.BgClassName
{
background-color: #4F1E1C;
}
</style>
border-color css
<style>
span { border-color: #4F1E1C; }
span { border-color: rgb(79,30,28); }
td.TdClassName
{
border-color: #4F1E1C;
}
.TagClassName
{
border-color: #4F1E1C;
}
</style>