Shades of Madras #513F1F
Tints of Madras #513F1F
RGB
CMYK
RGB Variations
Color information
#513F1F (or 0x513F1F) is known color: Madras. HEX triplet: 51, 3F and 1F. RGB value is (81,63,31). Sum of RGB (Red+Green+Blue) = 81+63+31=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 63 (25% from 255 or 36% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #513F1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513F1F is #AEC0E0. Grayscale: #404040. Windows color (decimal): -11452641 or 2047825. OLE color: 2047825.
HSL color Cylindrical-coordinate representation of color #513F1F: hue angle of 38.4º degrees, saturation: 0.45, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513F1F is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 63 | 31 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.68 |
| HSL | 38.4º | 0.45% | 0.22% | - |
| HSV(B) | 38.4º | 0.62% | 0.32% | - |
| XYZ | 5.42 | 5.4 | 2.05 | - |
| YUV | 64.73 | 108.96 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 63 | 31 | 0 | 0.22 | 0.62 | 0.68 | 38.4 | 0.45 | 0.22 |
| Hex | 51 | 3F | 1F | 0 | 16 | 3E | 44 | 26 | 2D | 16 |
| Octal | 121 | 77 | 37 | 0 | 26 | 76 | 104 | 46 | 55 | 26 |
| Binary | 1010001 | 111111 | 11111 | 0 | 10110 | 111110 | 1000100 | 100110 | 101101 | 10110 |
Color Harmonies of #513F1F
Complementary color
Monochromatic Colors of #513F1F
Black with #513F1F
Text Example
Text Example
White with #513F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #513F1F; }
p { color: rgb(81,63,31); }
H1.HeaderClassName
{
color: #513F1F;
}
.AnyTagClassName
{
color: #513F1F;
}
</style>
background-color css
<style>
a { background-color: #513F1F; }
a { background-color: rgb(81,63,31); }
div.DivClassName
{
background-color: #513F1F;
}
.BgClassName
{
background-color: #513F1F;
}
</style>
border-color css
<style>
span { border-color: #513F1F; }
span { border-color: rgb(81,63,31); }
td.TdClassName
{
border-color: #513F1F;
}
.TagClassName
{
border-color: #513F1F;
}
</style>