Shades of Madras #513D01
Tints of Madras #513D01
RGB
CMYK
RGB Variations
Color information
#513D01 (or 0x513D01) is known color: Madras. HEX triplet: 51, 3D and 01. RGB value is (81,61,1). Sum of RGB (Red+Green+Blue) = 81+61+1=143 (18% of max value = 765). Red value is 81 (32.03% from 255 or 56.64% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 81 - color contains mainly: red. Hex color #513D01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513D01 is #AEC2FE. Grayscale: #3C3C3C. Windows color (decimal): -11453183 or 81233. OLE color: 81233.
HSL color Cylindrical-coordinate representation of color #513D01: hue angle of 45º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #513D01 is Cyan = 0, Magento = 0.25, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 61 | 1 | - |
| CMYK | 0 | 0.25 | 0.99 | 0.68 |
| HSL | 45º | 0.98% | 0.16% | - |
| HSV(B) | 45º | 0.99% | 0.32% | - |
| XYZ | 5.07 | 5.09 | 0.74 | - |
| YUV | 60.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 61 | 1 | 0 | 0.25 | 0.99 | 0.68 | 45 | 0.98 | 0.16 |
| Hex | 51 | 3D | 1 | 0 | 19 | 63 | 44 | 2D | 62 | 10 |
| Octal | 121 | 75 | 1 | 0 | 31 | 143 | 104 | 55 | 142 | 20 |
| Binary | 1010001 | 111101 | 1 | 0 | 11001 | 1100011 | 1000100 | 101101 | 1100010 | 10000 |
Color Harmonies of #513D01
Complementary color
Monochromatic Colors of #513D01
Black with #513D01
Text Example
Text Example
White with #513D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513D01; }
p { color: rgb(81,61,1); }
H1.HeaderClassName
{
color: #513D01;
}
.AnyTagClassName
{
color: #513D01;
}
</style>
background-color css
<style>
a { background-color: #513D01; }
a { background-color: rgb(81,61,1); }
div.DivClassName
{
background-color: #513D01;
}
.BgClassName
{
background-color: #513D01;
}
</style>
border-color css
<style>
span { border-color: #513D01; }
span { border-color: rgb(81,61,1); }
td.TdClassName
{
border-color: #513D01;
}
.TagClassName
{
border-color: #513D01;
}
</style>