Shades of Madras #51401B
Tints of Madras #51401B
RGB
CMYK
RGB Variations
Color information
#51401B (or 0x51401B) is known color: Madras. HEX triplet: 51, 40 and 1B. RGB value is (81,64,27). Sum of RGB (Red+Green+Blue) = 81+64+27=172 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.09% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 81 - color contains mainly: red. Hex color #51401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51401B is #AEBFE4. Grayscale: #414141. Windows color (decimal): -11452389 or 1785937. OLE color: 1785937.
HSL color Cylindrical-coordinate representation of color #51401B: hue angle of 41.11º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #51401B is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 64 | 27 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.68 |
| HSL | 41.11º | 0.5% | 0.21% | - |
| HSV(B) | 41.11º | 0.67% | 0.32% | - |
| XYZ | 5.42 | 5.5 | 1.81 | - |
| YUV | 64.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 27 | 0 | 0.21 | 0.67 | 0.68 | 41.11 | 0.5 | 0.21 |
| Hex | 51 | 40 | 1B | 0 | 15 | 43 | 44 | 29 | 32 | 15 |
| Octal | 121 | 100 | 33 | 0 | 25 | 103 | 104 | 51 | 62 | 25 |
| Binary | 1010001 | 1000000 | 11011 | 0 | 10101 | 1000011 | 1000100 | 101001 | 110010 | 10101 |
Color Harmonies of #51401B
Complementary color
Monochromatic Colors of #51401B
Black with #51401B
Text Example
Text Example
White with #51401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51401B; }
p { color: rgb(81,64,27); }
H1.HeaderClassName
{
color: #51401B;
}
.AnyTagClassName
{
color: #51401B;
}
</style>
background-color css
<style>
a { background-color: #51401B; }
a { background-color: rgb(81,64,27); }
div.DivClassName
{
background-color: #51401B;
}
.BgClassName
{
background-color: #51401B;
}
</style>
border-color css
<style>
span { border-color: #51401B; }
span { border-color: rgb(81,64,27); }
td.TdClassName
{
border-color: #51401B;
}
.TagClassName
{
border-color: #51401B;
}
</style>