Shades of Madras #51441A
Tints of Madras #51441A
RGB
CMYK
RGB Variations
Color information
#51441A (or 0x51441A) is known color: Madras. HEX triplet: 51, 44 and 1A. RGB value is (81,68,26). Sum of RGB (Red+Green+Blue) = 81+68+26=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 68 (26.95% from 255 or 38.86% from 175); Blue value is 26 (10.55% from 255 or 14.86% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #51441A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51441A is #AEBBE5. Grayscale: #434343. Windows color (decimal): -11451366 or 1721425. OLE color: 1721425.
HSL color Cylindrical-coordinate representation of color #51441A: hue angle of 45.82º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51441A is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 68 | 26 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.68 |
| HSL | 45.82º | 0.51% | 0.21% | - |
| HSV(B) | 45.82º | 0.68% | 0.32% | - |
| XYZ | 5.65 | 5.96 | 1.83 | - |
| YUV | 67.1 | 104.81 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 68 | 26 | 0 | 0.16 | 0.68 | 0.68 | 45.82 | 0.51 | 0.21 |
| Hex | 51 | 44 | 1A | 0 | 10 | 44 | 44 | 2E | 33 | 15 |
| Octal | 121 | 104 | 32 | 0 | 20 | 104 | 104 | 56 | 63 | 25 |
| Binary | 1010001 | 1000100 | 11010 | 0 | 10000 | 1000100 | 1000100 | 101110 | 110011 | 10101 |
Color Harmonies of #51441A
Complementary color
Monochromatic Colors of #51441A
Black with #51441A
Text Example
Text Example
White with #51441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51441A; }
p { color: rgb(81,68,26); }
H1.HeaderClassName
{
color: #51441A;
}
.AnyTagClassName
{
color: #51441A;
}
</style>
background-color css
<style>
a { background-color: #51441A; }
a { background-color: rgb(81,68,26); }
div.DivClassName
{
background-color: #51441A;
}
.BgClassName
{
background-color: #51441A;
}
</style>
border-color css
<style>
span { border-color: #51441A; }
span { border-color: rgb(81,68,26); }
td.TdClassName
{
border-color: #51441A;
}
.TagClassName
{
border-color: #51441A;
}
</style>