Shades of Madras #413F13
Tints of Madras #413F13
RGB
CMYK
RGB Variations
Color information
#413F13 (or 0x413F13) is known color: Madras. HEX triplet: 41, 3F and 13. RGB value is (65,63,19). Sum of RGB (Red+Green+Blue) = 65+63+19=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 63 (25% from 255 or 42.86% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #413F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F13 is #BEC0EC. Grayscale: #3A3A3A. Windows color (decimal): -12501229 or 1261377. OLE color: 1261377.
HSL color Cylindrical-coordinate representation of color #413F13: hue angle of 57.39º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #413F13 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 19 | - |
| CMYK | 0 | 0.03 | 0.71 | 0.75 |
| HSL | 57.39º | 0.55% | 0.16% | - |
| HSV(B) | 57.39º | 0.71% | 0.25% | - |
| XYZ | 4.08 | 4.73 | 1.31 | - |
| YUV | 58.58 | 105.66 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 19 | 0 | 0.03 | 0.71 | 0.75 | 57.39 | 0.55 | 0.16 |
| Hex | 41 | 3F | 13 | 0 | 3 | 47 | 4B | 39 | 37 | 10 |
| Octal | 101 | 77 | 23 | 0 | 3 | 107 | 113 | 71 | 67 | 20 |
| Binary | 1000001 | 111111 | 10011 | 0 | 11 | 1000111 | 1001011 | 111001 | 110111 | 10000 |
Color Harmonies of #413F13
Complementary color
Monochromatic Colors of #413F13
Black with #413F13
Text Example
Text Example
White with #413F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F13; }
p { color: rgb(65,63,19); }
H1.HeaderClassName
{
color: #413F13;
}
.AnyTagClassName
{
color: #413F13;
}
</style>
background-color css
<style>
a { background-color: #413F13; }
a { background-color: rgb(65,63,19); }
div.DivClassName
{
background-color: #413F13;
}
.BgClassName
{
background-color: #413F13;
}
</style>
border-color css
<style>
span { border-color: #413F13; }
span { border-color: rgb(65,63,19); }
td.TdClassName
{
border-color: #413F13;
}
.TagClassName
{
border-color: #413F13;
}
</style>