Shades of Madras #51401D
Tints of Madras #51401D
RGB
CMYK
RGB Variations
Color information
#51401D (or 0x51401D) is known color: Madras. HEX triplet: 51, 40 and 1D. RGB value is (81,64,29). Sum of RGB (Red+Green+Blue) = 81+64+29=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 64 (25.39% from 255 or 36.78% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #51401D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51401D is #AEBFE2. Grayscale: #414141. Windows color (decimal): -11452387 or 1917009. OLE color: 1917009.
HSL color Cylindrical-coordinate representation of color #51401D: hue angle of 40.38º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51401D is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 29 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.68 |
| HSL | 40.38º | 0.47% | 0.22% | - |
| HSV(B) | 40.38º | 0.64% | 0.32% | - |
| XYZ | 5.45 | 5.5 | 1.94 | - |
| YUV | 65.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 29 | 0 | 0.21 | 0.64 | 0.68 | 40.38 | 0.47 | 0.22 |
| Hex | 51 | 40 | 1D | 0 | 15 | 40 | 44 | 28 | 2F | 16 |
| Octal | 121 | 100 | 35 | 0 | 25 | 100 | 104 | 50 | 57 | 26 |
| Binary | 1010001 | 1000000 | 11101 | 0 | 10101 | 1000000 | 1000100 | 101000 | 101111 | 10110 |
Color Harmonies of #51401D
Complementary color
Monochromatic Colors of #51401D
Black with #51401D
Text Example
Text Example
White with #51401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51401D; }
p { color: rgb(81,64,29); }
H1.HeaderClassName
{
color: #51401D;
}
.AnyTagClassName
{
color: #51401D;
}
</style>
background-color css
<style>
a { background-color: #51401D; }
a { background-color: rgb(81,64,29); }
div.DivClassName
{
background-color: #51401D;
}
.BgClassName
{
background-color: #51401D;
}
</style>
border-color css
<style>
span { border-color: #51401D; }
span { border-color: rgb(81,64,29); }
td.TdClassName
{
border-color: #51401D;
}
.TagClassName
{
border-color: #51401D;
}
</style>