Shades of Madras #513E1D
Tints of Madras #513E1D
RGB
CMYK
RGB Variations
Color information
#513E1D (or 0x513E1D) is known color: Madras. HEX triplet: 51, 3E and 1D. RGB value is (81,62,29). Sum of RGB (Red+Green+Blue) = 81+62+29=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 62 (24.61% from 255 or 36.05% from 172); Blue value is 29 (11.72% from 255 or 16.86% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #513E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E1D is #AEC1E2. Grayscale: #404040. Windows color (decimal): -11452899 or 1916497. OLE color: 1916497.
HSL color Cylindrical-coordinate representation of color #513E1D: hue angle of 38.08º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #513E1D is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 62 | 29 | - |
| CMYK | 0 | 0.23 | 0.64 | 0.68 |
| HSL | 38.08º | 0.47% | 0.22% | - |
| HSV(B) | 38.08º | 0.64% | 0.32% | - |
| XYZ | 5.34 | 5.28 | 1.9 | - |
| YUV | 63.92 | 108.29 | 140.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 62 | 29 | 0 | 0.23 | 0.64 | 0.68 | 38.08 | 0.47 | 0.22 |
| Hex | 51 | 3E | 1D | 0 | 17 | 40 | 44 | 26 | 2F | 16 |
| Octal | 121 | 76 | 35 | 0 | 27 | 100 | 104 | 46 | 57 | 26 |
| Binary | 1010001 | 111110 | 11101 | 0 | 10111 | 1000000 | 1000100 | 100110 | 101111 | 10110 |
Color Harmonies of #513E1D
Complementary color
Monochromatic Colors of #513E1D
Black with #513E1D
Text Example
Text Example
White with #513E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513E1D; }
p { color: rgb(81,62,29); }
H1.HeaderClassName
{
color: #513E1D;
}
.AnyTagClassName
{
color: #513E1D;
}
</style>
background-color css
<style>
a { background-color: #513E1D; }
a { background-color: rgb(81,62,29); }
div.DivClassName
{
background-color: #513E1D;
}
.BgClassName
{
background-color: #513E1D;
}
</style>
border-color css
<style>
span { border-color: #513E1D; }
span { border-color: rgb(81,62,29); }
td.TdClassName
{
border-color: #513E1D;
}
.TagClassName
{
border-color: #513E1D;
}
</style>