Shades of Madras #403A13
Tints of Madras #403A13
RGB
CMYK
RGB Variations
Color information
#403A13 (or 0x403A13) is known color: Madras. HEX triplet: 40, 3A and 13. RGB value is (64,58,19). Sum of RGB (Red+Green+Blue) = 64+58+19=141 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.39% from 141); Green value is 58 (23.05% from 255 or 41.13% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 64 - color contains mainly: red. Hex color #403A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A13 is #BFC5EC. Grayscale: #373737. Windows color (decimal): -12568045 or 1260096. OLE color: 1260096.
HSL color Cylindrical-coordinate representation of color #403A13: hue angle of 52º 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 #403A13 is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 19 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.75 |
| HSL | 52º | 0.54% | 0.16% | - |
| HSV(B) | 52º | 0.7% | 0.25% | - |
| XYZ | 3.74 | 4.16 | 1.22 | - |
| YUV | 55.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 19 | 0 | 0.09 | 0.70 | 0.75 | 52 | 0.54 | 0.16 |
| Hex | 40 | 3A | 13 | 0 | 9 | 46 | 4B | 34 | 36 | 10 |
| Octal | 100 | 72 | 23 | 0 | 11 | 106 | 113 | 64 | 66 | 20 |
| Binary | 1000000 | 111010 | 10011 | 0 | 1001 | 1000110 | 1001011 | 110100 | 110110 | 10000 |
Color Harmonies of #403A13
Complementary color
Monochromatic Colors of #403A13
Black with #403A13
Text Example
Text Example
White with #403A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A13; }
p { color: rgb(64,58,19); }
H1.HeaderClassName
{
color: #403A13;
}
.AnyTagClassName
{
color: #403A13;
}
</style>
background-color css
<style>
a { background-color: #403A13; }
a { background-color: rgb(64,58,19); }
div.DivClassName
{
background-color: #403A13;
}
.BgClassName
{
background-color: #403A13;
}
</style>
border-color css
<style>
span { border-color: #403A13; }
span { border-color: rgb(64,58,19); }
td.TdClassName
{
border-color: #403A13;
}
.TagClassName
{
border-color: #403A13;
}
</style>