Shades of Madras #514601
Tints of Madras #514601
RGB
CMYK
RGB Variations
Color information
#514601 (or 0x514601) is known color: Madras. HEX triplet: 51, 46 and 01. RGB value is (81,70,1). Sum of RGB (Red+Green+Blue) = 81+70+1=152 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.29% from 152); Green value is 70 (27.73% from 255 or 46.05% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 81 - color contains mainly: red. Hex color #514601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514601 is #AEB9FE. Grayscale: #414141. Windows color (decimal): -11450879 or 83537. OLE color: 83537.
HSL color Cylindrical-coordinate representation of color #514601: hue angle of 51.75º 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 #514601 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 1 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.68 |
| HSL | 51.75º | 0.98% | 0.16% | - |
| HSV(B) | 51.75º | 0.99% | 0.32% | - |
| XYZ | 5.59 | 6.13 | 0.92 | - |
| YUV | 65.42 | 91.64 | 139.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 1 | 0 | 0.14 | 0.99 | 0.68 | 51.75 | 0.98 | 0.16 |
| Hex | 51 | 46 | 1 | 0 | E | 63 | 44 | 34 | 62 | 10 |
| Octal | 121 | 106 | 1 | 0 | 16 | 143 | 104 | 64 | 142 | 20 |
| Binary | 1010001 | 1000110 | 1 | 0 | 1110 | 1100011 | 1000100 | 110100 | 1100010 | 10000 |
Color Harmonies of #514601
Complementary color
Monochromatic Colors of #514601
Black with #514601
Text Example
Text Example
White with #514601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514601; }
p { color: rgb(81,70,1); }
H1.HeaderClassName
{
color: #514601;
}
.AnyTagClassName
{
color: #514601;
}
</style>
background-color css
<style>
a { background-color: #514601; }
a { background-color: rgb(81,70,1); }
div.DivClassName
{
background-color: #514601;
}
.BgClassName
{
background-color: #514601;
}
</style>
border-color css
<style>
span { border-color: #514601; }
span { border-color: rgb(81,70,1); }
td.TdClassName
{
border-color: #514601;
}
.TagClassName
{
border-color: #514601;
}
</style>