Shades of Madras #513A03
Tints of Madras #513A03
RGB
CMYK
RGB Variations
Color information
#513A03 (or 0x513A03) is known color: Madras. HEX triplet: 51, 3A and 03. RGB value is (81,58,3). Sum of RGB (Red+Green+Blue) = 81+58+3=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #513A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A03 is #AEC5FC. Grayscale: #3A3A3A. Windows color (decimal): -11453949 or 211537. OLE color: 211537.
HSL color Cylindrical-coordinate representation of color #513A03: hue angle of 42.31º 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 #513A03 is Cyan = 0, Magento = 0.28, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 3 | - |
| CMYK | 0 | 0.28 | 0.96 | 0.68 |
| HSL | 42.31º | 0.93% | 0.16% | - |
| HSV(B) | 42.31º | 0.96% | 0.32% | - |
| XYZ | 4.92 | 4.78 | 0.75 | - |
| YUV | 58.61 | 96.62 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 3 | 0 | 0.28 | 0.96 | 0.68 | 42.31 | 0.93 | 0.16 |
| Hex | 51 | 3A | 3 | 0 | 1C | 60 | 44 | 2A | 5D | 10 |
| Octal | 121 | 72 | 3 | 0 | 34 | 140 | 104 | 52 | 135 | 20 |
| Binary | 1010001 | 111010 | 11 | 0 | 11100 | 1100000 | 1000100 | 101010 | 1011101 | 10000 |
Color Harmonies of #513A03
Complementary color
Monochromatic Colors of #513A03
Black with #513A03
Text Example
Text Example
White with #513A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A03; }
p { color: rgb(81,58,3); }
H1.HeaderClassName
{
color: #513A03;
}
.AnyTagClassName
{
color: #513A03;
}
</style>
background-color css
<style>
a { background-color: #513A03; }
a { background-color: rgb(81,58,3); }
div.DivClassName
{
background-color: #513A03;
}
.BgClassName
{
background-color: #513A03;
}
</style>
border-color css
<style>
span { border-color: #513A03; }
span { border-color: rgb(81,58,3); }
td.TdClassName
{
border-color: #513A03;
}
.TagClassName
{
border-color: #513A03;
}
</style>