Shades of Madras #51400A
Tints of Madras #51400A
RGB
CMYK
RGB Variations
Color information
#51400A (or 0x51400A) is known color: Madras. HEX triplet: 51, 40 and 0A. RGB value is (81,64,10). Sum of RGB (Red+Green+Blue) = 81+64+10=155 (20% of max value = 765). Red value is 81 (32.03% from 255 or 52.26% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 10 (4.30% from 255 or 6.45% from 155); Max value from RGB is 81 - color contains mainly: red. Hex color #51400A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51400A is #AEBFF5. Grayscale: #3F3F3F. Windows color (decimal): -11452406 or 671825. OLE color: 671825.
HSL color Cylindrical-coordinate representation of color #51400A: hue angle of 45.63º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #51400A is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 10 | - |
| CMYK | 0 | 0.21 | 0.88 | 0.68 |
| HSL | 45.63º | 0.78% | 0.18% | - |
| HSV(B) | 45.63º | 0.88% | 0.32% | - |
| XYZ | 5.28 | 5.44 | 1.06 | - |
| YUV | 62.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 10 | 0 | 0.21 | 0.88 | 0.68 | 45.63 | 0.78 | 0.18 |
| Hex | 51 | 40 | A | 0 | 15 | 58 | 44 | 2E | 4E | 12 |
| Octal | 121 | 100 | 12 | 0 | 25 | 130 | 104 | 56 | 116 | 22 |
| Binary | 1010001 | 1000000 | 1010 | 0 | 10101 | 1011000 | 1000100 | 101110 | 1001110 | 10010 |
Color Harmonies of #51400A
Complementary color
Monochromatic Colors of #51400A
Black with #51400A
Text Example
Text Example
White with #51400A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51400A; }
p { color: rgb(81,64,10); }
H1.HeaderClassName
{
color: #51400A;
}
.AnyTagClassName
{
color: #51400A;
}
</style>
background-color css
<style>
a { background-color: #51400A; }
a { background-color: rgb(81,64,10); }
div.DivClassName
{
background-color: #51400A;
}
.BgClassName
{
background-color: #51400A;
}
</style>
border-color css
<style>
span { border-color: #51400A; }
span { border-color: rgb(81,64,10); }
td.TdClassName
{
border-color: #51400A;
}
.TagClassName
{
border-color: #51400A;
}
</style>