Shades of Madras #513F03
Tints of Madras #513F03
RGB
CMYK
RGB Variations
Color information
#513F03 (or 0x513F03) is known color: Madras. HEX triplet: 51, 3F and 03. RGB value is (81,63,3). Sum of RGB (Red+Green+Blue) = 81+63+3=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #513F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F03 is #AEC0FC. Grayscale: #3D3D3D. Windows color (decimal): -11452669 or 212817. OLE color: 212817.
HSL color Cylindrical-coordinate representation of color #513F03: hue angle of 46.15º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #513F03 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 3 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.68 |
| HSL | 46.15º | 0.93% | 0.16% | - |
| HSV(B) | 46.15º | 0.96% | 0.32% | - |
| XYZ | 5.19 | 5.31 | 0.84 | - |
| YUV | 61.54 | 94.96 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 3 | 0 | 0.22 | 0.96 | 0.68 | 46.15 | 0.93 | 0.16 |
| Hex | 51 | 3F | 3 | 0 | 16 | 60 | 44 | 2E | 5D | 10 |
| Octal | 121 | 77 | 3 | 0 | 26 | 140 | 104 | 56 | 135 | 20 |
| Binary | 1010001 | 111111 | 11 | 0 | 10110 | 1100000 | 1000100 | 101110 | 1011101 | 10000 |
Color Harmonies of #513F03
Complementary color
Monochromatic Colors of #513F03
Black with #513F03
Text Example
Text Example
White with #513F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F03; }
p { color: rgb(81,63,3); }
H1.HeaderClassName
{
color: #513F03;
}
.AnyTagClassName
{
color: #513F03;
}
</style>
background-color css
<style>
a { background-color: #513F03; }
a { background-color: rgb(81,63,3); }
div.DivClassName
{
background-color: #513F03;
}
.BgClassName
{
background-color: #513F03;
}
</style>
border-color css
<style>
span { border-color: #513F03; }
span { border-color: rgb(81,63,3); }
td.TdClassName
{
border-color: #513F03;
}
.TagClassName
{
border-color: #513F03;
}
</style>