Shades of Madras #51431E
Tints of Madras #51431E
RGB
CMYK
RGB Variations
Color information
#51431E (or 0x51431E) is known color: Madras. HEX triplet: 51, 43 and 1E. RGB value is (81,67,30). Sum of RGB (Red+Green+Blue) = 81+67+30=178 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.51% from 178); Green value is 67 (26.56% from 255 or 37.64% from 178); Blue value is 30 (12.11% from 255 or 16.85% from 178); Max value from RGB is 81 - color contains mainly: red. Hex color #51431E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51431E is #AEBCE1. Grayscale: #434343. Windows color (decimal): -11451618 or 1983313. OLE color: 1983313.
HSL color Cylindrical-coordinate representation of color #51431E: hue angle of 43.53º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #51431E is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 67 | 30 | - |
| CMYK | 0 | 0.17 | 0.63 | 0.68 |
| HSL | 43.53º | 0.46% | 0.22% | - |
| HSV(B) | 43.53º | 0.63% | 0.32% | - |
| XYZ | 5.63 | 5.86 | 2.06 | - |
| YUV | 66.97 | 107.14 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 67 | 30 | 0 | 0.17 | 0.63 | 0.68 | 43.53 | 0.46 | 0.22 |
| Hex | 51 | 43 | 1E | 0 | 11 | 3F | 44 | 2C | 2E | 16 |
| Octal | 121 | 103 | 36 | 0 | 21 | 77 | 104 | 54 | 56 | 26 |
| Binary | 1010001 | 1000011 | 11110 | 0 | 10001 | 111111 | 1000100 | 101100 | 101110 | 10110 |
Color Harmonies of #51431E
Complementary color
Monochromatic Colors of #51431E
Black with #51431E
Text Example
Text Example
White with #51431E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51431E; }
p { color: rgb(81,67,30); }
H1.HeaderClassName
{
color: #51431E;
}
.AnyTagClassName
{
color: #51431E;
}
</style>
background-color css
<style>
a { background-color: #51431E; }
a { background-color: rgb(81,67,30); }
div.DivClassName
{
background-color: #51431E;
}
.BgClassName
{
background-color: #51431E;
}
</style>
border-color css
<style>
span { border-color: #51431E; }
span { border-color: rgb(81,67,30); }
td.TdClassName
{
border-color: #51431E;
}
.TagClassName
{
border-color: #51431E;
}
</style>