Shades of Madras #51460A
Tints of Madras #51460A
RGB
CMYK
RGB Variations
Color information
#51460A (or 0x51460A) is known color: Madras. HEX triplet: 51, 46 and 0A. RGB value is (81,70,10). Sum of RGB (Red+Green+Blue) = 81+70+10=161 (21% of max value = 765). Red value is 81 (32.03% from 255 or 50.31% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 10 (4.30% from 255 or 6.21% from 161); Max value from RGB is 81 - color contains mainly: red. Hex color #51460A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #51460A is #AEB9F5. Grayscale: #424242. Windows color (decimal): -11450870 or 673361. OLE color: 673361.
HSL color Cylindrical-coordinate representation of color #51460A: hue angle of 50.7º 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 #51460A is Cyan = 0, Magento = 0.14, Yellow = 0.88 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 70 | 10 | - |
| CMYK | 0 | 0.14 | 0.88 | 0.68 |
| HSL | 50.7º | 0.78% | 0.18% | - |
| HSV(B) | 50.7º | 0.88% | 0.32% | - |
| XYZ | 5.64 | 6.15 | 1.18 | - |
| YUV | 66.45 | 96.14 | 138.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 70 | 10 | 0 | 0.14 | 0.88 | 0.68 | 50.7 | 0.78 | 0.18 |
| Hex | 51 | 46 | A | 0 | E | 58 | 44 | 33 | 4E | 12 |
| Octal | 121 | 106 | 12 | 0 | 16 | 130 | 104 | 63 | 116 | 22 |
| Binary | 1010001 | 1000110 | 1010 | 0 | 1110 | 1011000 | 1000100 | 110011 | 1001110 | 10010 |
Color Harmonies of #51460A
Complementary color
Monochromatic Colors of #51460A
Black with #51460A
Text Example
Text Example
White with #51460A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51460A; }
p { color: rgb(81,70,10); }
H1.HeaderClassName
{
color: #51460A;
}
.AnyTagClassName
{
color: #51460A;
}
</style>
background-color css
<style>
a { background-color: #51460A; }
a { background-color: rgb(81,70,10); }
div.DivClassName
{
background-color: #51460A;
}
.BgClassName
{
background-color: #51460A;
}
</style>
border-color css
<style>
span { border-color: #51460A; }
span { border-color: rgb(81,70,10); }
td.TdClassName
{
border-color: #51460A;
}
.TagClassName
{
border-color: #51460A;
}
</style>