Shades of Madras #514200
Tints of Madras #514200
RGB
CMYK
RGB Variations
Color information
#514200 (or 0x514200) is known color: Madras. HEX triplet: 51, 42 and 00. RGB value is (81,66,0). Sum of RGB (Red+Green+Blue) = 81+66+0=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 66 (26.17% from 255 or 44.90% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #514200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514200 is #AEBDFF. Grayscale: #3F3F3F. Windows color (decimal): -11451904 or 16977. OLE color: 16977.
HSL color Cylindrical-coordinate representation of color #514200: hue angle of 48.89º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #514200 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 66 | 0 | - |
| CMYK | 0 | 0.19 | 1 | 0.68 |
| HSL | 48.89º | 1% | 0.16% | - |
| HSV(B) | 48.89º | 1% | 0.32% | - |
| XYZ | 5.34 | 5.65 | 0.81 | - |
| YUV | 62.96 | 92.47 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 66 | 0 | 0 | 0.19 | 1 | 0.68 | 48.89 | 1 | 0.16 |
| Hex | 51 | 42 | 0 | 0 | 13 | 64 | 44 | 31 | 64 | 10 |
| Octal | 121 | 102 | 0 | 0 | 23 | 144 | 104 | 61 | 144 | 20 |
| Binary | 1010001 | 1000010 | 0 | 0 | 10011 | 1100100 | 1000100 | 110001 | 1100100 | 10000 |
Color Harmonies of #514200
Complementary color
Monochromatic Colors of #514200
Black with #514200
Text Example
Text Example
White with #514200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514200; }
p { color: rgb(81,66,0); }
H1.HeaderClassName
{
color: #514200;
}
.AnyTagClassName
{
color: #514200;
}
</style>
background-color css
<style>
a { background-color: #514200; }
a { background-color: rgb(81,66,0); }
div.DivClassName
{
background-color: #514200;
}
.BgClassName
{
background-color: #514200;
}
</style>
border-color css
<style>
span { border-color: #514200; }
span { border-color: rgb(81,66,0); }
td.TdClassName
{
border-color: #514200;
}
.TagClassName
{
border-color: #514200;
}
</style>