Shades of Madras #513D13
Tints of Madras #513D13
RGB
CMYK
RGB Variations
Color information
#513D13 (or 0x513D13) is known color: Madras. HEX triplet: 51, 3D and 13. RGB value is (81,61,19). Sum of RGB (Red+Green+Blue) = 81+61+19=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 61 (24.22% from 255 or 37.89% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #513D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D13 is #AEC2EC. Grayscale: #3E3E3E. Windows color (decimal): -11453165 or 1260881. OLE color: 1260881.
HSL color Cylindrical-coordinate representation of color #513D13: hue angle of 40.65º 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 #513D13 is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 19 | - |
| CMYK | 0 | 0.25 | 0.77 | 0.68 |
| HSL | 40.65º | 0.62% | 0.2% | - |
| HSV(B) | 40.65º | 0.77% | 0.32% | - |
| XYZ | 5.18 | 5.13 | 1.33 | - |
| YUV | 62.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 19 | 0 | 0.25 | 0.77 | 0.68 | 40.65 | 0.62 | 0.2 |
| Hex | 51 | 3D | 13 | 0 | 19 | 4D | 44 | 29 | 3E | 14 |
| Octal | 121 | 75 | 23 | 0 | 31 | 115 | 104 | 51 | 76 | 24 |
| Binary | 1010001 | 111101 | 10011 | 0 | 11001 | 1001101 | 1000100 | 101001 | 111110 | 10100 |
Color Harmonies of #513D13
Complementary color
Monochromatic Colors of #513D13
Black with #513D13
Text Example
Text Example
White with #513D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D13; }
p { color: rgb(81,61,19); }
H1.HeaderClassName
{
color: #513D13;
}
.AnyTagClassName
{
color: #513D13;
}
</style>
background-color css
<style>
a { background-color: #513D13; }
a { background-color: rgb(81,61,19); }
div.DivClassName
{
background-color: #513D13;
}
.BgClassName
{
background-color: #513D13;
}
</style>
border-color css
<style>
span { border-color: #513D13; }
span { border-color: rgb(81,61,19); }
td.TdClassName
{
border-color: #513D13;
}
.TagClassName
{
border-color: #513D13;
}
</style>