Shades of Madras #403F13
Tints of Madras #403F13
RGB
CMYK
RGB Variations
Color information
#403F13 (or 0x403F13) is known color: Madras. HEX triplet: 40, 3F and 13. RGB value is (64,63,19). Sum of RGB (Red+Green+Blue) = 64+63+19=146 (19% of max value = 765). Red value is 64 (25.39% from 255 or 43.84% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 19 (7.81% from 255 or 13.01% from 146); Max value from RGB is 64 - color contains mainly: red. Hex color #403F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403F13 is #BFC0EC. Grayscale: #3A3A3A. Windows color (decimal): -12566765 or 1261376. OLE color: 1261376.
HSL color Cylindrical-coordinate representation of color #403F13: hue angle of 58.67º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403F13 is Cyan = 0, Magento = 0.02, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 63 | 19 | - |
| CMYK | 0 | 0.02 | 0.70 | 0.75 |
| HSL | 58.67º | 0.54% | 0.16% | - |
| HSV(B) | 58.67º | 0.7% | 0.25% | - |
| XYZ | 4.01 | 4.69 | 1.31 | - |
| YUV | 58.28 | 105.83 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 63 | 19 | 0 | 0.02 | 0.70 | 0.75 | 58.67 | 0.54 | 0.16 |
| Hex | 40 | 3F | 13 | 0 | 2 | 46 | 4B | 3B | 36 | 10 |
| Octal | 100 | 77 | 23 | 0 | 2 | 106 | 113 | 73 | 66 | 20 |
| Binary | 1000000 | 111111 | 10011 | 0 | 10 | 1000110 | 1001011 | 111011 | 110110 | 10000 |
Color Harmonies of #403F13
Complementary color
Monochromatic Colors of #403F13
Black with #403F13
Text Example
Text Example
White with #403F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403F13; }
p { color: rgb(64,63,19); }
H1.HeaderClassName
{
color: #403F13;
}
.AnyTagClassName
{
color: #403F13;
}
</style>
background-color css
<style>
a { background-color: #403F13; }
a { background-color: rgb(64,63,19); }
div.DivClassName
{
background-color: #403F13;
}
.BgClassName
{
background-color: #403F13;
}
</style>
border-color css
<style>
span { border-color: #403F13; }
span { border-color: rgb(64,63,19); }
td.TdClassName
{
border-color: #403F13;
}
.TagClassName
{
border-color: #403F13;
}
</style>