Shades of Madras #513F10
Tints of Madras #513F10
RGB
CMYK
RGB Variations
Color information
#513F10 (or 0x513F10) is known color: Madras. HEX triplet: 51, 3F and 10. RGB value is (81,63,16). Sum of RGB (Red+Green+Blue) = 81+63+16=160 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.62% from 160); Green value is 63 (25% from 255 or 39.38% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 81 - color contains mainly: red. Hex color #513F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513F10 is #AEC0EF. Grayscale: #3F3F3F. Windows color (decimal): -11452656 or 1064785. OLE color: 1064785.
HSL color Cylindrical-coordinate representation of color #513F10: hue angle of 43.38º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #513F10 is Cyan = 0, Magento = 0.22, Yellow = 0.80 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 16 | - |
| CMYK | 0 | 0.22 | 0.80 | 0.68 |
| HSL | 43.38º | 0.67% | 0.19% | - |
| HSV(B) | 43.38º | 0.8% | 0.32% | - |
| XYZ | 5.26 | 5.34 | 1.24 | - |
| YUV | 63.02 | 101.46 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 16 | 0 | 0.22 | 0.80 | 0.68 | 43.38 | 0.67 | 0.19 |
| Hex | 51 | 3F | 10 | 0 | 16 | 50 | 44 | 2B | 43 | 13 |
| Octal | 121 | 77 | 20 | 0 | 26 | 120 | 104 | 53 | 103 | 23 |
| Binary | 1010001 | 111111 | 10000 | 0 | 10110 | 1010000 | 1000100 | 101011 | 1000011 | 10011 |
Color Harmonies of #513F10
Complementary color
Monochromatic Colors of #513F10
Black with #513F10
Text Example
Text Example
White with #513F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F10; }
p { color: rgb(81,63,16); }
H1.HeaderClassName
{
color: #513F10;
}
.AnyTagClassName
{
color: #513F10;
}
</style>
background-color css
<style>
a { background-color: #513F10; }
a { background-color: rgb(81,63,16); }
div.DivClassName
{
background-color: #513F10;
}
.BgClassName
{
background-color: #513F10;
}
</style>
border-color css
<style>
span { border-color: #513F10; }
span { border-color: rgb(81,63,16); }
td.TdClassName
{
border-color: #513F10;
}
.TagClassName
{
border-color: #513F10;
}
</style>