Shades of Madras #513B0F
Tints of Madras #513B0F
RGB
CMYK
RGB Variations
Color information
#513B0F (or 0x513B0F) is known color: Madras. HEX triplet: 51, 3B and 0F. RGB value is (81,59,15). Sum of RGB (Red+Green+Blue) = 81+59+15=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #513B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513B0F is #AEC4F0. Grayscale: #3C3C3C. Windows color (decimal): -11453681 or 998225. OLE color: 998225.
HSL color Cylindrical-coordinate representation of color #513B0F: hue angle of 40º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #513B0F is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 59 | 15 | - |
| CMYK | 0 | 0.27 | 0.81 | 0.68 |
| HSL | 40º | 0.69% | 0.19% | - |
| HSV(B) | 40º | 0.81% | 0.32% | - |
| XYZ | 5.04 | 4.91 | 1.13 | - |
| YUV | 60.56 | 102.29 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 59 | 15 | 0 | 0.27 | 0.81 | 0.68 | 40 | 0.69 | 0.19 |
| Hex | 51 | 3B | F | 0 | 1B | 51 | 44 | 28 | 45 | 13 |
| Octal | 121 | 73 | 17 | 0 | 33 | 121 | 104 | 50 | 105 | 23 |
| Binary | 1010001 | 111011 | 1111 | 0 | 11011 | 1010001 | 1000100 | 101000 | 1000101 | 10011 |
Color Harmonies of #513B0F
Complementary color
Monochromatic Colors of #513B0F
Black with #513B0F
Text Example
Text Example
White with #513B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513B0F; }
p { color: rgb(81,59,15); }
H1.HeaderClassName
{
color: #513B0F;
}
.AnyTagClassName
{
color: #513B0F;
}
</style>
background-color css
<style>
a { background-color: #513B0F; }
a { background-color: rgb(81,59,15); }
div.DivClassName
{
background-color: #513B0F;
}
.BgClassName
{
background-color: #513B0F;
}
</style>
border-color css
<style>
span { border-color: #513B0F; }
span { border-color: rgb(81,59,15); }
td.TdClassName
{
border-color: #513B0F;
}
.TagClassName
{
border-color: #513B0F;
}
</style>