Shades of Madras #51431B
Tints of Madras #51431B
RGB
CMYK
RGB Variations
Color information
#51431B (or 0x51431B) is known color: Madras. HEX triplet: 51, 43 and 1B. RGB value is (81,67,27). Sum of RGB (Red+Green+Blue) = 81+67+27=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 67 (26.56% from 255 or 38.29% from 175); Blue value is 27 (10.94% from 255 or 15.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51431B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51431B is #AEBCE4. Grayscale: #424242. Windows color (decimal): -11451621 or 1786705. OLE color: 1786705.
HSL color Cylindrical-coordinate representation of color #51431B: hue angle of 44.44º 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 #51431B is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 27 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.68 |
| HSL | 44.44º | 0.5% | 0.21% | - |
| HSV(B) | 44.44º | 0.67% | 0.32% | - |
| XYZ | 5.6 | 5.84 | 1.87 | - |
| YUV | 66.63 | 105.64 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 27 | 0 | 0.17 | 0.67 | 0.68 | 44.44 | 0.5 | 0.21 |
| Hex | 51 | 43 | 1B | 0 | 11 | 43 | 44 | 2C | 32 | 15 |
| Octal | 121 | 103 | 33 | 0 | 21 | 103 | 104 | 54 | 62 | 25 |
| Binary | 1010001 | 1000011 | 11011 | 0 | 10001 | 1000011 | 1000100 | 101100 | 110010 | 10101 |
Color Harmonies of #51431B
Complementary color
Monochromatic Colors of #51431B
Black with #51431B
Text Example
Text Example
White with #51431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51431B; }
p { color: rgb(81,67,27); }
H1.HeaderClassName
{
color: #51431B;
}
.AnyTagClassName
{
color: #51431B;
}
</style>
background-color css
<style>
a { background-color: #51431B; }
a { background-color: rgb(81,67,27); }
div.DivClassName
{
background-color: #51431B;
}
.BgClassName
{
background-color: #51431B;
}
</style>
border-color css
<style>
span { border-color: #51431B; }
span { border-color: rgb(81,67,27); }
td.TdClassName
{
border-color: #51431B;
}
.TagClassName
{
border-color: #51431B;
}
</style>