Shades of Madras #514113
Tints of Madras #514113
RGB
CMYK
RGB Variations
Color information
#514113 (or 0x514113) is known color: Madras. HEX triplet: 51, 41 and 13. RGB value is (81,65,19). Sum of RGB (Red+Green+Blue) = 81+65+19=165 (21% of max value = 765). Red value is 81 (32.03% from 255 or 49.09% from 165); Green value is 65 (25.78% from 255 or 39.39% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 81 - color contains mainly: red. Hex color #514113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #514113 is #AEBEEC. Grayscale: #404040. Windows color (decimal): -11452141 or 1261905. OLE color: 1261905.
HSL color Cylindrical-coordinate representation of color #514113: hue angle of 44.52º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #514113 is Cyan = 0, Magento = 0.20, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 65 | 19 | - |
| CMYK | 0 | 0.20 | 0.77 | 0.68 |
| HSL | 44.52º | 0.62% | 0.2% | - |
| HSV(B) | 44.52º | 0.77% | 0.32% | - |
| XYZ | 5.4 | 5.58 | 1.41 | - |
| YUV | 64.54 | 102.3 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 65 | 19 | 0 | 0.20 | 0.77 | 0.68 | 44.52 | 0.62 | 0.2 |
| Hex | 51 | 41 | 13 | 0 | 14 | 4D | 44 | 2D | 3E | 14 |
| Octal | 121 | 101 | 23 | 0 | 24 | 115 | 104 | 55 | 76 | 24 |
| Binary | 1010001 | 1000001 | 10011 | 0 | 10100 | 1001101 | 1000100 | 101101 | 111110 | 10100 |
Color Harmonies of #514113
Complementary color
Monochromatic Colors of #514113
Black with #514113
Text Example
Text Example
White with #514113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #514113; }
p { color: rgb(81,65,19); }
H1.HeaderClassName
{
color: #514113;
}
.AnyTagClassName
{
color: #514113;
}
</style>
background-color css
<style>
a { background-color: #514113; }
a { background-color: rgb(81,65,19); }
div.DivClassName
{
background-color: #514113;
}
.BgClassName
{
background-color: #514113;
}
</style>
border-color css
<style>
span { border-color: #514113; }
span { border-color: rgb(81,65,19); }
td.TdClassName
{
border-color: #514113;
}
.TagClassName
{
border-color: #514113;
}
</style>