Shades of Red Oxide #4D150F
Tints of Red Oxide #4D150F
RGB
CMYK
RGB Variations
Color information
#4D150F (or 0x4D150F) is known color: Red Oxide. HEX triplet: 4D, 15 and 0F. RGB value is (77,21,15). Sum of RGB (Red+Green+Blue) = 77+21+15=113 (14% of max value = 765). Red value is 77 (30.47% from 255 or 68.14% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 15 (6.25% from 255 or 13.27% from 113); Max value from RGB is 77 - color contains mainly: red. Hex color #4D150F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D150F is #B2EAF0. Grayscale: #252525. Windows color (decimal): -11725553 or 988493. OLE color: 988493.
HSL color Cylindrical-coordinate representation of color #4D150F: hue angle of 5.81º 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 #4D150F is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 21 | 15 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.70 |
| HSL | 5.81º | 0.67% | 0.18% | - |
| HSV(B) | 5.81º | 0.81% | 0.3% | - |
| XYZ | 3.41 | 2.15 | 0.69 | - |
| YUV | 37.06 | 115.55 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 21 | 15 | 0 | 0.73 | 0.81 | 0.70 | 5.81 | 0.67 | 0.18 |
| Hex | 4D | 15 | F | 0 | 49 | 51 | 46 | 6 | 43 | 12 |
| Octal | 115 | 25 | 17 | 0 | 111 | 121 | 106 | 6 | 103 | 22 |
| Binary | 1001101 | 10101 | 1111 | 0 | 1001001 | 1010001 | 1000110 | 110 | 1000011 | 10010 |
Color Harmonies of #4D150F
Complementary color
Monochromatic Colors of #4D150F
Black with #4D150F
Text Example
Text Example
White with #4D150F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D150F; }
p { color: rgb(77,21,15); }
H1.HeaderClassName
{
color: #4D150F;
}
.AnyTagClassName
{
color: #4D150F;
}
</style>
background-color css
<style>
a { background-color: #4D150F; }
a { background-color: rgb(77,21,15); }
div.DivClassName
{
background-color: #4D150F;
}
.BgClassName
{
background-color: #4D150F;
}
</style>
border-color css
<style>
span { border-color: #4D150F; }
span { border-color: rgb(77,21,15); }
td.TdClassName
{
border-color: #4D150F;
}
.TagClassName
{
border-color: #4D150F;
}
</style>