Shades of Red Oxide #4D150D
Tints of Red Oxide #4D150D
RGB
CMYK
RGB Variations
Color information
#4D150D (or 0x4D150D) is known color: Red Oxide. HEX triplet: 4D, 15 and 0D. RGB value is (77,21,13). Sum of RGB (Red+Green+Blue) = 77+21+13=111 (14% of max value = 765). Red value is 77 (30.47% from 255 or 69.37% from 111); Green value is 21 (8.59% from 255 or 18.92% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 77 - color contains mainly: red. Hex color #4D150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D150D is #B2EAF2. Grayscale: #242424. Windows color (decimal): -11725555 or 857421. OLE color: 857421.
HSL color Cylindrical-coordinate representation of color #4D150D: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4D150D is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.70.
Color convert
RGB | 77 | 21 | 13 | - |
CMYK | 0 | 0.73 | 0.83 | 0.70 |
HSL | 7.5º | 0.71% | 0.18% | - |
HSV(B) | 7.5º | 0.83% | 0.3% | - |
XYZ | 3.4 | 2.14 | 0.62 | - |
YUV | 36.83 | 114.55 | 156.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 77 | 21 | 13 | 0 | 0.73 | 0.83 | 0.70 | 7.5 | 0.71 | 0.18 |
Hex | 4D | 15 | D | 0 | 49 | 53 | 46 | 8 | 47 | 12 |
Octal | 115 | 25 | 15 | 0 | 111 | 123 | 106 | 10 | 107 | 22 |
Binary | 1001101 | 10101 | 1101 | 0 | 1001001 | 1010011 | 1000110 | 1000 | 1000111 | 10010 |
Color Harmonies of #4D150D
Complementary color
Monochromatic Colors of #4D150D
Black with #4D150D
Text Example
Text Example
White with #4D150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D150D; }
p { color: rgb(77,21,13); }
H1.HeaderClassName
{
color: #4D150D;
}
.AnyTagClassName
{
color: #4D150D;
}
</style>
background-color css
<style>
a { background-color: #4D150D; }
a { background-color: rgb(77,21,13); }
div.DivClassName
{
background-color: #4D150D;
}
.BgClassName
{
background-color: #4D150D;
}
</style>
border-color css
<style>
span { border-color: #4D150D; }
span { border-color: rgb(77,21,13); }
td.TdClassName
{
border-color: #4D150D;
}
.TagClassName
{
border-color: #4D150D;
}
</style>