Shades of Madras #514000
Tints of Madras #514000
RGB
CMYK
RGB Variations
Color information
#514000 (or 0x514000) is known color: Madras. HEX triplet: 51, 40 and 00. RGB value is (81,64,0). Sum of RGB (Red+Green+Blue) = 81+64+0=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 64 (25.39% from 255 or 44.14% from 145); Blue value is 0 (0.39% from 255 or 0% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #514000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514000 is #AEBFFF. Grayscale: #3E3E3E. Windows color (decimal): -11452416 or 16465. OLE color: 16465.
HSL color Cylindrical-coordinate representation of color #514000: hue angle of 47.41º 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 #514000 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.68 |
| HSL | 47.41º | 1% | 0.16% | - |
| HSV(B) | 47.41º | 1% | 0.32% | - |
| XYZ | 5.23 | 5.42 | 0.77 | - |
| YUV | 61.79 | 93.13 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 0 | 0 | 0.21 | 1 | 0.68 | 47.41 | 1 | 0.16 |
| Hex | 51 | 40 | 0 | 0 | 15 | 64 | 44 | 2F | 64 | 10 |
| Octal | 121 | 100 | 0 | 0 | 25 | 144 | 104 | 57 | 144 | 20 |
| Binary | 1010001 | 1000000 | 0 | 0 | 10101 | 1100100 | 1000100 | 101111 | 1100100 | 10000 |
Color Harmonies of #514000
Complementary color
Monochromatic Colors of #514000
Black with #514000
Text Example
Text Example
White with #514000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514000; }
p { color: rgb(81,64,0); }
H1.HeaderClassName
{
color: #514000;
}
.AnyTagClassName
{
color: #514000;
}
</style>
background-color css
<style>
a { background-color: #514000; }
a { background-color: rgb(81,64,0); }
div.DivClassName
{
background-color: #514000;
}
.BgClassName
{
background-color: #514000;
}
</style>
border-color css
<style>
span { border-color: #514000; }
span { border-color: rgb(81,64,0); }
td.TdClassName
{
border-color: #514000;
}
.TagClassName
{
border-color: #514000;
}
</style>