Shades of Madras #413F08
Tints of Madras #413F08
RGB
CMYK
RGB Variations
Color information
#413F08 (or 0x413F08) is known color: Madras. HEX triplet: 41, 3F and 08. RGB value is (65,63,8). Sum of RGB (Red+Green+Blue) = 65+63+8=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 63 (25% from 255 or 46.32% from 136); Blue value is 8 (3.52% from 255 or 5.88% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413F08 is #BEC0F7. Grayscale: #393939. Windows color (decimal): -12501240 or 540481. OLE color: 540481.
HSL color Cylindrical-coordinate representation of color #413F08: hue angle of 57.89º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #413F08 is Cyan = 0, Magento = 0.03, Yellow = 0.88 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 63 | 8 | - |
| CMYK | 0 | 0.03 | 0.88 | 0.75 |
| HSL | 57.89º | 0.78% | 0.14% | - |
| HSV(B) | 57.89º | 0.88% | 0.25% | - |
| XYZ | 4 | 4.7 | 0.93 | - |
| YUV | 57.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 63 | 8 | 0 | 0.03 | 0.88 | 0.75 | 57.89 | 0.78 | 0.14 |
| Hex | 41 | 3F | 8 | 0 | 3 | 58 | 4B | 3A | 4E | E |
| Octal | 101 | 77 | 10 | 0 | 3 | 130 | 113 | 72 | 116 | 16 |
| Binary | 1000001 | 111111 | 1000 | 0 | 11 | 1011000 | 1001011 | 111010 | 1001110 | 1110 |
Color Harmonies of #413F08
Complementary color
Monochromatic Colors of #413F08
Black with #413F08
Text Example
Text Example
White with #413F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413F08; }
p { color: rgb(65,63,8); }
H1.HeaderClassName
{
color: #413F08;
}
.AnyTagClassName
{
color: #413F08;
}
</style>
background-color css
<style>
a { background-color: #413F08; }
a { background-color: rgb(65,63,8); }
div.DivClassName
{
background-color: #413F08;
}
.BgClassName
{
background-color: #413F08;
}
</style>
border-color css
<style>
span { border-color: #413F08; }
span { border-color: rgb(65,63,8); }
td.TdClassName
{
border-color: #413F08;
}
.TagClassName
{
border-color: #413F08;
}
</style>