Shades of Madras #513F1A
Tints of Madras #513F1A
RGB
CMYK
RGB Variations
Color information
#513F1A (or 0x513F1A) is known color: Madras. HEX triplet: 51, 3F and 1A. RGB value is (81,63,26). Sum of RGB (Red+Green+Blue) = 81+63+26=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 63 (25% from 255 or 37.06% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1A is #AEC0E5. Grayscale: #404040. Windows color (decimal): -11452646 or 1720145. OLE color: 1720145.
HSL color Cylindrical-coordinate representation of color #513F1A: hue angle of 40.36º 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 #513F1A is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 26 | - |
| CMYK | 0 | 0.22 | 0.68 | 0.68 |
| HSL | 40.36º | 0.51% | 0.21% | - |
| HSV(B) | 40.36º | 0.68% | 0.32% | - |
| XYZ | 5.36 | 5.38 | 1.73 | - |
| YUV | 64.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 26 | 0 | 0.22 | 0.68 | 0.68 | 40.36 | 0.51 | 0.21 |
| Hex | 51 | 3F | 1A | 0 | 16 | 44 | 44 | 28 | 33 | 15 |
| Octal | 121 | 77 | 32 | 0 | 26 | 104 | 104 | 50 | 63 | 25 |
| Binary | 1010001 | 111111 | 11010 | 0 | 10110 | 1000100 | 1000100 | 101000 | 110011 | 10101 |
Color Harmonies of #513F1A
Complementary color
Monochromatic Colors of #513F1A
Black with #513F1A
Text Example
Text Example
White with #513F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F1A; }
p { color: rgb(81,63,26); }
H1.HeaderClassName
{
color: #513F1A;
}
.AnyTagClassName
{
color: #513F1A;
}
</style>
background-color css
<style>
a { background-color: #513F1A; }
a { background-color: rgb(81,63,26); }
div.DivClassName
{
background-color: #513F1A;
}
.BgClassName
{
background-color: #513F1A;
}
</style>
border-color css
<style>
span { border-color: #513F1A; }
span { border-color: rgb(81,63,26); }
td.TdClassName
{
border-color: #513F1A;
}
.TagClassName
{
border-color: #513F1A;
}
</style>