Shades of Madras #51400E
Tints of Madras #51400E
RGB
CMYK
RGB Variations
Color information
#51400E (or 0x51400E) is known color: Madras. HEX triplet: 51, 40 and 0E. RGB value is (81,64,14). Sum of RGB (Red+Green+Blue) = 81+64+14=159 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.94% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 14 (5.86% from 255 or 8.81% from 159); Max value from RGB is 81 - color contains mainly: red. Hex color #51400E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51400E is #AEBFF1. Grayscale: #3F3F3F. Windows color (decimal): -11452402 or 933969. OLE color: 933969.
HSL color Cylindrical-coordinate representation of color #51400E: hue angle of 44.78º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #51400E is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 14 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.68 |
| HSL | 44.78º | 0.71% | 0.19% | - |
| HSV(B) | 44.78º | 0.83% | 0.32% | - |
| XYZ | 5.31 | 5.45 | 1.19 | - |
| YUV | 63.38 | 100.13 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 14 | 0 | 0.21 | 0.83 | 0.68 | 44.78 | 0.71 | 0.19 |
| Hex | 51 | 40 | E | 0 | 15 | 53 | 44 | 2D | 47 | 13 |
| Octal | 121 | 100 | 16 | 0 | 25 | 123 | 104 | 55 | 107 | 23 |
| Binary | 1010001 | 1000000 | 1110 | 0 | 10101 | 1010011 | 1000100 | 101101 | 1000111 | 10011 |
Color Harmonies of #51400E
Complementary color
Monochromatic Colors of #51400E
Black with #51400E
Text Example
Text Example
White with #51400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51400E; }
p { color: rgb(81,64,14); }
H1.HeaderClassName
{
color: #51400E;
}
.AnyTagClassName
{
color: #51400E;
}
</style>
background-color css
<style>
a { background-color: #51400E; }
a { background-color: rgb(81,64,14); }
div.DivClassName
{
background-color: #51400E;
}
.BgClassName
{
background-color: #51400E;
}
</style>
border-color css
<style>
span { border-color: #51400E; }
span { border-color: rgb(81,64,14); }
td.TdClassName
{
border-color: #51400E;
}
.TagClassName
{
border-color: #51400E;
}
</style>