Shades of Red Oxide #4D1313
Tints of Red Oxide #4D1313
RGB
CMYK
RGB Variations
Color information
#4D1313 (or 0x4D1313) is known color: Red Oxide. HEX triplet: 4D, 13 and 13. RGB value is (77,19,19). Sum of RGB (Red+Green+Blue) = 77+19+19=115 (15% of max value = 765). Red value is 77 (30.47% from 255 or 66.96% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 19 (7.81% from 255 or 16.52% from 115); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1313 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #4D1313 is #B2ECEC. Grayscale: #242424. Windows color (decimal): -11726061 or 1250125. OLE color: 1250125.
HSL color Cylindrical-coordinate representation of color #4D1313: hue angle of 0º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4D1313 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 19 | 19 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.70 |
| HSL | 0º | 0.6% | 0.19% | - |
| HSV(B) | 0º | 0.75% | 0.3% | - |
| XYZ | 3.41 | 2.09 | 0.84 | - |
| YUV | 36.34 | 118.22 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 19 | 0 | 0.75 | 0.75 | 0.70 | 0 | 0.6 | 0.19 |
| Hex | 4D | 13 | 13 | 0 | 4B | 4B | 46 | 0 | 3C | 13 |
| Octal | 115 | 23 | 23 | 0 | 113 | 113 | 106 | 0 | 74 | 23 |
| Binary | 1001101 | 10011 | 10011 | 0 | 1001011 | 1001011 | 1000110 | 0 | 111100 | 10011 |
Color Harmonies of #4D1313
Complementary color
Monochromatic Colors of #4D1313
Black with #4D1313
Text Example
Text Example
White with #4D1313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1313; }
p { color: rgb(77,19,19); }
H1.HeaderClassName
{
color: #4D1313;
}
.AnyTagClassName
{
color: #4D1313;
}
</style>
background-color css
<style>
a { background-color: #4D1313; }
a { background-color: rgb(77,19,19); }
div.DivClassName
{
background-color: #4D1313;
}
.BgClassName
{
background-color: #4D1313;
}
</style>
border-color css
<style>
span { border-color: #4D1313; }
span { border-color: rgb(77,19,19); }
td.TdClassName
{
border-color: #4D1313;
}
.TagClassName
{
border-color: #4D1313;
}
</style>