Shades of Madras #513A0D
Tints of Madras #513A0D
RGB
CMYK
RGB Variations
Color information
#513A0D (or 0x513A0D) is known color: Madras. HEX triplet: 51, 3A and 0D. RGB value is (81,58,13). Sum of RGB (Red+Green+Blue) = 81+58+13=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #513A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513A0D is #AEC5F2. Grayscale: #3B3B3B. Windows color (decimal): -11453939 or 866897. OLE color: 866897.
HSL color Cylindrical-coordinate representation of color #513A0D: hue angle of 39.71º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #513A0D is Cyan = 0, Magento = 0.28, Yellow = 0.84 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 58 | 13 | - |
| CMYK | 0 | 0.28 | 0.84 | 0.68 |
| HSL | 39.71º | 0.72% | 0.18% | - |
| HSV(B) | 39.71º | 0.84% | 0.32% | - |
| XYZ | 4.98 | 4.8 | 1.05 | - |
| YUV | 59.75 | 101.62 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 58 | 13 | 0 | 0.28 | 0.84 | 0.68 | 39.71 | 0.72 | 0.18 |
| Hex | 51 | 3A | D | 0 | 1C | 54 | 44 | 28 | 48 | 12 |
| Octal | 121 | 72 | 15 | 0 | 34 | 124 | 104 | 50 | 110 | 22 |
| Binary | 1010001 | 111010 | 1101 | 0 | 11100 | 1010100 | 1000100 | 101000 | 1001000 | 10010 |
Color Harmonies of #513A0D
Complementary color
Monochromatic Colors of #513A0D
Black with #513A0D
Text Example
Text Example
White with #513A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513A0D; }
p { color: rgb(81,58,13); }
H1.HeaderClassName
{
color: #513A0D;
}
.AnyTagClassName
{
color: #513A0D;
}
</style>
background-color css
<style>
a { background-color: #513A0D; }
a { background-color: rgb(81,58,13); }
div.DivClassName
{
background-color: #513A0D;
}
.BgClassName
{
background-color: #513A0D;
}
</style>
border-color css
<style>
span { border-color: #513A0D; }
span { border-color: rgb(81,58,13); }
td.TdClassName
{
border-color: #513A0D;
}
.TagClassName
{
border-color: #513A0D;
}
</style>