Shades of Madras #513D03
Tints of Madras #513D03
RGB
CMYK
RGB Variations
Color information
#513D03 (or 0x513D03) is known color: Madras. HEX triplet: 51, 3D and 03. RGB value is (81,61,3). Sum of RGB (Red+Green+Blue) = 81+61+3=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 61 (24.22% from 255 or 42.07% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #513D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D03 is #AEC2FC. Grayscale: #3C3C3C. Windows color (decimal): -11453181 or 212305. OLE color: 212305.
HSL color Cylindrical-coordinate representation of color #513D03: hue angle of 44.62º 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 #513D03 is Cyan = 0, Magento = 0.25, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 3 | - |
| CMYK | 0 | 0.25 | 0.96 | 0.68 |
| HSL | 44.62º | 0.93% | 0.16% | - |
| HSV(B) | 44.62º | 0.96% | 0.32% | - |
| XYZ | 5.08 | 5.09 | 0.8 | - |
| YUV | 60.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 3 | 0 | 0.25 | 0.96 | 0.68 | 44.62 | 0.93 | 0.16 |
| Hex | 51 | 3D | 3 | 0 | 19 | 60 | 44 | 2D | 5D | 10 |
| Octal | 121 | 75 | 3 | 0 | 31 | 140 | 104 | 55 | 135 | 20 |
| Binary | 1010001 | 111101 | 11 | 0 | 11001 | 1100000 | 1000100 | 101101 | 1011101 | 10000 |
Color Harmonies of #513D03
Complementary color
Monochromatic Colors of #513D03
Black with #513D03
Text Example
Text Example
White with #513D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D03; }
p { color: rgb(81,61,3); }
H1.HeaderClassName
{
color: #513D03;
}
.AnyTagClassName
{
color: #513D03;
}
</style>
background-color css
<style>
a { background-color: #513D03; }
a { background-color: rgb(81,61,3); }
div.DivClassName
{
background-color: #513D03;
}
.BgClassName
{
background-color: #513D03;
}
</style>
border-color css
<style>
span { border-color: #513D03; }
span { border-color: rgb(81,61,3); }
td.TdClassName
{
border-color: #513D03;
}
.TagClassName
{
border-color: #513D03;
}
</style>