Shades of Madras #514003
Tints of Madras #514003
RGB
CMYK
RGB Variations
Color information
#514003 (or 0x514003) is known color: Madras. HEX triplet: 51, 40 and 03. RGB value is (81,64,3). Sum of RGB (Red+Green+Blue) = 81+64+3=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 3 (1.56% from 255 or 2.03% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #514003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514003 is #AEBFFC. Grayscale: #3E3E3E. Windows color (decimal): -11452413 or 213073. OLE color: 213073.
HSL color Cylindrical-coordinate representation of color #514003: hue angle of 46.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #514003 is Cyan = 0, Magento = 0.21, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 3 | - |
| CMYK | 0 | 0.21 | 0.96 | 0.68 |
| HSL | 46.92º | 0.93% | 0.16% | - |
| HSV(B) | 46.92º | 0.96% | 0.32% | - |
| XYZ | 5.24 | 5.42 | 0.86 | - |
| YUV | 62.13 | 94.63 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 3 | 0 | 0.21 | 0.96 | 0.68 | 46.92 | 0.93 | 0.16 |
| Hex | 51 | 40 | 3 | 0 | 15 | 60 | 44 | 2F | 5D | 10 |
| Octal | 121 | 100 | 3 | 0 | 25 | 140 | 104 | 57 | 135 | 20 |
| Binary | 1010001 | 1000000 | 11 | 0 | 10101 | 1100000 | 1000100 | 101111 | 1011101 | 10000 |
Color Harmonies of #514003
Complementary color
Monochromatic Colors of #514003
Black with #514003
Text Example
Text Example
White with #514003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514003; }
p { color: rgb(81,64,3); }
H1.HeaderClassName
{
color: #514003;
}
.AnyTagClassName
{
color: #514003;
}
</style>
background-color css
<style>
a { background-color: #514003; }
a { background-color: rgb(81,64,3); }
div.DivClassName
{
background-color: #514003;
}
.BgClassName
{
background-color: #514003;
}
</style>
border-color css
<style>
span { border-color: #514003; }
span { border-color: rgb(81,64,3); }
td.TdClassName
{
border-color: #514003;
}
.TagClassName
{
border-color: #514003;
}
</style>