Shades of Madras #514501
Tints of Madras #514501
RGB
CMYK
RGB Variations
Color information
#514501 (or 0x514501) is known color: Madras. HEX triplet: 51, 45 and 01. RGB value is (81,69,1). Sum of RGB (Red+Green+Blue) = 81+69+1=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 69 (27.34% from 255 or 45.70% from 151); Blue value is 1 (0.78% from 255 or 0.66% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #514501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514501 is #AEBAFE. Grayscale: #414141. Windows color (decimal): -11451135 or 83281. OLE color: 83281.
HSL color Cylindrical-coordinate representation of color #514501: hue angle of 51º 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 #514501 is Cyan = 0, Magento = 0.15, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 69 | 1 | - |
| CMYK | 0 | 0.15 | 0.99 | 0.68 |
| HSL | 51º | 0.98% | 0.16% | - |
| HSV(B) | 51º | 0.99% | 0.32% | - |
| XYZ | 5.53 | 6.01 | 0.9 | - |
| YUV | 64.84 | 91.98 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 1 | 0 | 0.15 | 0.99 | 0.68 | 51 | 0.98 | 0.16 |
| Hex | 51 | 45 | 1 | 0 | F | 63 | 44 | 33 | 62 | 10 |
| Octal | 121 | 105 | 1 | 0 | 17 | 143 | 104 | 63 | 142 | 20 |
| Binary | 1010001 | 1000101 | 1 | 0 | 1111 | 1100011 | 1000100 | 110011 | 1100010 | 10000 |
Color Harmonies of #514501
Complementary color
Monochromatic Colors of #514501
Black with #514501
Text Example
Text Example
White with #514501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514501; }
p { color: rgb(81,69,1); }
H1.HeaderClassName
{
color: #514501;
}
.AnyTagClassName
{
color: #514501;
}
</style>
background-color css
<style>
a { background-color: #514501; }
a { background-color: rgb(81,69,1); }
div.DivClassName
{
background-color: #514501;
}
.BgClassName
{
background-color: #514501;
}
</style>
border-color css
<style>
span { border-color: #514501; }
span { border-color: rgb(81,69,1); }
td.TdClassName
{
border-color: #514501;
}
.TagClassName
{
border-color: #514501;
}
</style>