Shades of Madras #514111
Tints of Madras #514111
RGB
CMYK
RGB Variations
Color information
#514111 (or 0x514111) is known color: Madras. HEX triplet: 51, 41 and 11. RGB value is (81,65,17). Sum of RGB (Red+Green+Blue) = 81+65+17=163 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.69% from 163); Green value is 65 (25.78% from 255 or 39.88% from 163); Blue value is 17 (7.03% from 255 or 10.43% from 163); Max value from RGB is 81 - color contains mainly: red. Hex color #514111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514111 is #AEBEEE. Grayscale: #404040. Windows color (decimal): -11452143 or 1130833. OLE color: 1130833.
HSL color Cylindrical-coordinate representation of color #514111: hue angle of 45º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #514111 is Cyan = 0, Magento = 0.20, Yellow = 0.79 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 17 | - |
| CMYK | 0 | 0.20 | 0.79 | 0.68 |
| HSL | 45º | 0.65% | 0.19% | - |
| HSV(B) | 45º | 0.79% | 0.32% | - |
| XYZ | 5.38 | 5.57 | 1.32 | - |
| YUV | 64.31 | 101.3 | 139.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 17 | 0 | 0.20 | 0.79 | 0.68 | 45 | 0.65 | 0.19 |
| Hex | 51 | 41 | 11 | 0 | 14 | 4F | 44 | 2D | 41 | 13 |
| Octal | 121 | 101 | 21 | 0 | 24 | 117 | 104 | 55 | 101 | 23 |
| Binary | 1010001 | 1000001 | 10001 | 0 | 10100 | 1001111 | 1000100 | 101101 | 1000001 | 10011 |
Color Harmonies of #514111
Complementary color
Monochromatic Colors of #514111
Black with #514111
Text Example
Text Example
White with #514111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514111; }
p { color: rgb(81,65,17); }
H1.HeaderClassName
{
color: #514111;
}
.AnyTagClassName
{
color: #514111;
}
</style>
background-color css
<style>
a { background-color: #514111; }
a { background-color: rgb(81,65,17); }
div.DivClassName
{
background-color: #514111;
}
.BgClassName
{
background-color: #514111;
}
</style>
border-color css
<style>
span { border-color: #514111; }
span { border-color: rgb(81,65,17); }
td.TdClassName
{
border-color: #514111;
}
.TagClassName
{
border-color: #514111;
}
</style>