Shades of Madras #513F13
Tints of Madras #513F13
RGB
CMYK
RGB Variations
Color information
#513F13 (or 0x513F13) is known color: Madras. HEX triplet: 51, 3F and 13. RGB value is (81,63,19). Sum of RGB (Red+Green+Blue) = 81+63+19=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #513F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F13 is #AEC0EC. Grayscale: #3F3F3F. Windows color (decimal): -11452653 or 1261393. OLE color: 1261393.
HSL color Cylindrical-coordinate representation of color #513F13: hue angle of 42.58º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #513F13 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 19 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.68 |
| HSL | 42.58º | 0.62% | 0.2% | - |
| HSV(B) | 42.58º | 0.77% | 0.32% | - |
| XYZ | 5.29 | 5.35 | 1.37 | - |
| YUV | 63.37 | 102.96 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 19 | 0 | 0.22 | 0.77 | 0.68 | 42.58 | 0.62 | 0.2 |
| Hex | 51 | 3F | 13 | 0 | 16 | 4D | 44 | 2B | 3E | 14 |
| Octal | 121 | 77 | 23 | 0 | 26 | 115 | 104 | 53 | 76 | 24 |
| Binary | 1010001 | 111111 | 10011 | 0 | 10110 | 1001101 | 1000100 | 101011 | 111110 | 10100 |
Color Harmonies of #513F13
Complementary color
Monochromatic Colors of #513F13
Black with #513F13
Text Example
Text Example
White with #513F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F13; }
p { color: rgb(81,63,19); }
H1.HeaderClassName
{
color: #513F13;
}
.AnyTagClassName
{
color: #513F13;
}
</style>
background-color css
<style>
a { background-color: #513F13; }
a { background-color: rgb(81,63,19); }
div.DivClassName
{
background-color: #513F13;
}
.BgClassName
{
background-color: #513F13;
}
</style>
border-color css
<style>
span { border-color: #513F13; }
span { border-color: rgb(81,63,19); }
td.TdClassName
{
border-color: #513F13;
}
.TagClassName
{
border-color: #513F13;
}
</style>