Shades of Madras #51400C
Tints of Madras #51400C
RGB
CMYK
RGB Variations
Color information
#51400C (or 0x51400C) is known color: Madras. HEX triplet: 51, 40 and 0C. RGB value is (81,64,12). Sum of RGB (Red+Green+Blue) = 81+64+12=157 (20% of max value = 765). Red value is 81 (32.03% from 255 or 51.59% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 81 - color contains mainly: red. Hex color #51400C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51400C is #AEBFF3. Grayscale: #3F3F3F. Windows color (decimal): -11452404 or 802897. OLE color: 802897.
HSL color Cylindrical-coordinate representation of color #51400C: hue angle of 45.22º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #51400C is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 12 | - |
| CMYK | 0 | 0.21 | 0.85 | 0.68 |
| HSL | 45.22º | 0.74% | 0.18% | - |
| HSV(B) | 45.22º | 0.85% | 0.32% | - |
| XYZ | 5.29 | 5.44 | 1.12 | - |
| YUV | 63.16 | 99.13 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 12 | 0 | 0.21 | 0.85 | 0.68 | 45.22 | 0.74 | 0.18 |
| Hex | 51 | 40 | C | 0 | 15 | 55 | 44 | 2D | 4A | 12 |
| Octal | 121 | 100 | 14 | 0 | 25 | 125 | 104 | 55 | 112 | 22 |
| Binary | 1010001 | 1000000 | 1100 | 0 | 10101 | 1010101 | 1000100 | 101101 | 1001010 | 10010 |
Color Harmonies of #51400C
Complementary color
Monochromatic Colors of #51400C
Black with #51400C
Text Example
Text Example
White with #51400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51400C; }
p { color: rgb(81,64,12); }
H1.HeaderClassName
{
color: #51400C;
}
.AnyTagClassName
{
color: #51400C;
}
</style>
background-color css
<style>
a { background-color: #51400C; }
a { background-color: rgb(81,64,12); }
div.DivClassName
{
background-color: #51400C;
}
.BgClassName
{
background-color: #51400C;
}
</style>
border-color css
<style>
span { border-color: #51400C; }
span { border-color: rgb(81,64,12); }
td.TdClassName
{
border-color: #51400C;
}
.TagClassName
{
border-color: #51400C;
}
</style>