Shades of Red Oxide #4D140F
Tints of Red Oxide #4D140F
RGB
CMYK
RGB Variations
Color information
#4D140F (or 0x4D140F) is known color: Red Oxide. HEX triplet: 4D, 14 and 0F. RGB value is (77,20,15). Sum of RGB (Red+Green+Blue) = 77+20+15=112 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.75% from 112); Green value is 20 (8.20% from 255 or 17.86% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 77 - color contains mainly: red. Hex color #4D140F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D140F is #B2EBF0. Grayscale: #242424. Windows color (decimal): -11725809 or 988237. OLE color: 988237.
HSL color Cylindrical-coordinate representation of color #4D140F: hue angle of 4.84º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D140F is Cyan = 0, Magento = 0.74, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 15 | - |
| CMYK | 0 | 0.74 | 0.81 | 0.70 |
| HSL | 4.84º | 0.67% | 0.18% | - |
| HSV(B) | 4.84º | 0.81% | 0.3% | - |
| XYZ | 3.4 | 2.11 | 0.68 | - |
| YUV | 36.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 15 | 0 | 0.74 | 0.81 | 0.70 | 4.84 | 0.67 | 0.18 |
| Hex | 4D | 14 | F | 0 | 4A | 51 | 46 | 5 | 43 | 12 |
| Octal | 115 | 24 | 17 | 0 | 112 | 121 | 106 | 5 | 103 | 22 |
| Binary | 1001101 | 10100 | 1111 | 0 | 1001010 | 1010001 | 1000110 | 101 | 1000011 | 10010 |
Color Harmonies of #4D140F
Complementary color
Monochromatic Colors of #4D140F
Black with #4D140F
Text Example
Text Example
White with #4D140F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D140F; }
p { color: rgb(77,20,15); }
H1.HeaderClassName
{
color: #4D140F;
}
.AnyTagClassName
{
color: #4D140F;
}
</style>
background-color css
<style>
a { background-color: #4D140F; }
a { background-color: rgb(77,20,15); }
div.DivClassName
{
background-color: #4D140F;
}
.BgClassName
{
background-color: #4D140F;
}
</style>
border-color css
<style>
span { border-color: #4D140F; }
span { border-color: rgb(77,20,15); }
td.TdClassName
{
border-color: #4D140F;
}
.TagClassName
{
border-color: #4D140F;
}
</style>