Shades of Madras #513D1B
Tints of Madras #513D1B
RGB
CMYK
RGB Variations
Color information
#513D1B (or 0x513D1B) is known color: Madras. HEX triplet: 51, 3D and 1B. RGB value is (81,61,27). Sum of RGB (Red+Green+Blue) = 81+61+27=169 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.93% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 81 - color contains mainly: red. Hex color #513D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D1B is #AEC2E4. Grayscale: #3F3F3F. Windows color (decimal): -11453157 or 1785169. OLE color: 1785169.
HSL color Cylindrical-coordinate representation of color #513D1B: hue angle of 37.78º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #513D1B is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 27 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.68 |
| HSL | 37.78º | 0.5% | 0.21% | - |
| HSV(B) | 37.78º | 0.67% | 0.32% | - |
| XYZ | 5.26 | 5.17 | 1.76 | - |
| YUV | 63.1 | 107.63 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 27 | 0 | 0.25 | 0.67 | 0.68 | 37.78 | 0.5 | 0.21 |
| Hex | 51 | 3D | 1B | 0 | 19 | 43 | 44 | 26 | 32 | 15 |
| Octal | 121 | 75 | 33 | 0 | 31 | 103 | 104 | 46 | 62 | 25 |
| Binary | 1010001 | 111101 | 11011 | 0 | 11001 | 1000011 | 1000100 | 100110 | 110010 | 10101 |
Color Harmonies of #513D1B
Complementary color
Monochromatic Colors of #513D1B
Black with #513D1B
Text Example
Text Example
White with #513D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D1B; }
p { color: rgb(81,61,27); }
H1.HeaderClassName
{
color: #513D1B;
}
.AnyTagClassName
{
color: #513D1B;
}
</style>
background-color css
<style>
a { background-color: #513D1B; }
a { background-color: rgb(81,61,27); }
div.DivClassName
{
background-color: #513D1B;
}
.BgClassName
{
background-color: #513D1B;
}
</style>
border-color css
<style>
span { border-color: #513D1B; }
span { border-color: rgb(81,61,27); }
td.TdClassName
{
border-color: #513D1B;
}
.TagClassName
{
border-color: #513D1B;
}
</style>