Shades of Madras #413905
Tints of Madras #413905
RGB
CMYK
RGB Variations
Color information
#413905 (or 0x413905) is known color: Madras. HEX triplet: 41, 39 and 05. RGB value is (65,57,5). Sum of RGB (Red+Green+Blue) = 65+57+5=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #413905 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413905 is #BEC6FA. Grayscale: #353535. Windows color (decimal): -12502779 or 342337. OLE color: 342337.
HSL color Cylindrical-coordinate representation of color #413905: hue angle of 52º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #413905 is Cyan = 0, Magento = 0.12, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 57 | 5 | - |
| CMYK | 0 | 0.12 | 0.92 | 0.75 |
| HSL | 52º | 0.86% | 0.14% | - |
| HSV(B) | 52º | 0.92% | 0.25% | - |
| XYZ | 3.67 | 4.06 | 0.73 | - |
| YUV | 53.46 | 100.65 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 57 | 5 | 0 | 0.12 | 0.92 | 0.75 | 52 | 0.86 | 0.14 |
| Hex | 41 | 39 | 5 | 0 | C | 5C | 4B | 34 | 56 | E |
| Octal | 101 | 71 | 5 | 0 | 14 | 134 | 113 | 64 | 126 | 16 |
| Binary | 1000001 | 111001 | 101 | 0 | 1100 | 1011100 | 1001011 | 110100 | 1010110 | 1110 |
Color Harmonies of #413905
Complementary color
Monochromatic Colors of #413905
Black with #413905
Text Example
Text Example
White with #413905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413905; }
p { color: rgb(65,57,5); }
H1.HeaderClassName
{
color: #413905;
}
.AnyTagClassName
{
color: #413905;
}
</style>
background-color css
<style>
a { background-color: #413905; }
a { background-color: rgb(65,57,5); }
div.DivClassName
{
background-color: #413905;
}
.BgClassName
{
background-color: #413905;
}
</style>
border-color css
<style>
span { border-color: #413905; }
span { border-color: rgb(65,57,5); }
td.TdClassName
{
border-color: #413905;
}
.TagClassName
{
border-color: #413905;
}
</style>