Shades of Madras #51441E
Tints of Madras #51441E
RGB
CMYK
RGB Variations
Color information
#51441E (or 0x51441E) is known color: Madras. HEX triplet: 51, 44 and 1E. RGB value is (81,68,30). Sum of RGB (Red+Green+Blue) = 81+68+30=179 (23% of max value = 765). Red value is 81 (32.03% from 255 or 45.25% from 179); Green value is 68 (26.95% from 255 or 37.99% from 179); Blue value is 30 (12.11% from 255 or 16.76% from 179); Max value from RGB is 81 - color contains mainly: red. Hex color #51441E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51441E is #AEBBE1. Grayscale: #434343. Windows color (decimal): -11451362 or 1983569. OLE color: 1983569.
HSL color Cylindrical-coordinate representation of color #51441E: hue angle of 44.71º 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 #51441E is Cyan = 0, Magento = 0.16, Yellow = 0.63 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 30 | - |
| CMYK | 0 | 0.16 | 0.63 | 0.68 |
| HSL | 44.71º | 0.46% | 0.22% | - |
| HSV(B) | 44.71º | 0.63% | 0.32% | - |
| XYZ | 5.69 | 5.98 | 2.08 | - |
| YUV | 67.56 | 106.81 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 30 | 0 | 0.16 | 0.63 | 0.68 | 44.71 | 0.46 | 0.22 |
| Hex | 51 | 44 | 1E | 0 | 10 | 3F | 44 | 2D | 2E | 16 |
| Octal | 121 | 104 | 36 | 0 | 20 | 77 | 104 | 55 | 56 | 26 |
| Binary | 1010001 | 1000100 | 11110 | 0 | 10000 | 111111 | 1000100 | 101101 | 101110 | 10110 |
Color Harmonies of #51441E
Complementary color
Monochromatic Colors of #51441E
Black with #51441E
Text Example
Text Example
White with #51441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51441E; }
p { color: rgb(81,68,30); }
H1.HeaderClassName
{
color: #51441E;
}
.AnyTagClassName
{
color: #51441E;
}
</style>
background-color css
<style>
a { background-color: #51441E; }
a { background-color: rgb(81,68,30); }
div.DivClassName
{
background-color: #51441E;
}
.BgClassName
{
background-color: #51441E;
}
</style>
border-color css
<style>
span { border-color: #51441E; }
span { border-color: rgb(81,68,30); }
td.TdClassName
{
border-color: #51441E;
}
.TagClassName
{
border-color: #51441E;
}
</style>