Shades of Madras #413B0A
Tints of Madras #413B0A
RGB
CMYK
RGB Variations
Color information
#413B0A (or 0x413B0A) is known color: Madras. HEX triplet: 41, 3B and 0A. RGB value is (65,59,10). Sum of RGB (Red+Green+Blue) = 65+59+10=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 59 (23.44% from 255 or 44.03% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413B0A is #BEC4F5. Grayscale: #373737. Windows color (decimal): -12502262 or 670529. OLE color: 670529.
HSL color Cylindrical-coordinate representation of color #413B0A: hue angle of 53.45º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #413B0A is Cyan = 0, Magento = 0.09, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 59 | 10 | - |
| CMYK | 0 | 0.09 | 0.85 | 0.75 |
| HSL | 53.45º | 0.73% | 0.15% | - |
| HSV(B) | 53.45º | 0.85% | 0.25% | - |
| XYZ | 3.8 | 4.27 | 0.91 | - |
| YUV | 55.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 59 | 10 | 0 | 0.09 | 0.85 | 0.75 | 53.45 | 0.73 | 0.15 |
| Hex | 41 | 3B | A | 0 | 9 | 55 | 4B | 35 | 49 | F |
| Octal | 101 | 73 | 12 | 0 | 11 | 125 | 113 | 65 | 111 | 17 |
| Binary | 1000001 | 111011 | 1010 | 0 | 1001 | 1010101 | 1001011 | 110101 | 1001001 | 1111 |
Color Harmonies of #413B0A
Complementary color
Monochromatic Colors of #413B0A
Black with #413B0A
Text Example
Text Example
White with #413B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413B0A; }
p { color: rgb(65,59,10); }
H1.HeaderClassName
{
color: #413B0A;
}
.AnyTagClassName
{
color: #413B0A;
}
</style>
background-color css
<style>
a { background-color: #413B0A; }
a { background-color: rgb(65,59,10); }
div.DivClassName
{
background-color: #413B0A;
}
.BgClassName
{
background-color: #413B0A;
}
</style>
border-color css
<style>
span { border-color: #413B0A; }
span { border-color: rgb(65,59,10); }
td.TdClassName
{
border-color: #413B0A;
}
.TagClassName
{
border-color: #413B0A;
}
</style>