Shades of Madras #403A09
Tints of Madras #403A09
RGB
CMYK
RGB Variations
Color information
#403A09 (or 0x403A09) is known color: Madras. HEX triplet: 40, 3A and 09. RGB value is (64,58,9). Sum of RGB (Red+Green+Blue) = 64+58+9=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 58 (23.05% from 255 or 44.27% from 131); Blue value is 9 (3.91% from 255 or 6.87% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #403A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403A09 is #BFC5F6. Grayscale: #363636. Windows color (decimal): -12568055 or 604736. OLE color: 604736.
HSL color Cylindrical-coordinate representation of color #403A09: hue angle of 53.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #403A09 is Cyan = 0, Magento = 0.09, Yellow = 0.86 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 9 | - |
| CMYK | 0 | 0.09 | 0.86 | 0.75 |
| HSL | 53.45º | 0.75% | 0.14% | - |
| HSV(B) | 53.45º | 0.86% | 0.25% | - |
| XYZ | 3.68 | 4.14 | 0.86 | - |
| YUV | 54.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 9 | 0 | 0.09 | 0.86 | 0.75 | 53.45 | 0.75 | 0.14 |
| Hex | 40 | 3A | 9 | 0 | 9 | 56 | 4B | 35 | 4B | E |
| Octal | 100 | 72 | 11 | 0 | 11 | 126 | 113 | 65 | 113 | 16 |
| Binary | 1000000 | 111010 | 1001 | 0 | 1001 | 1010110 | 1001011 | 110101 | 1001011 | 1110 |
Color Harmonies of #403A09
Complementary color
Monochromatic Colors of #403A09
Black with #403A09
Text Example
Text Example
White with #403A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A09; }
p { color: rgb(64,58,9); }
H1.HeaderClassName
{
color: #403A09;
}
.AnyTagClassName
{
color: #403A09;
}
</style>
background-color css
<style>
a { background-color: #403A09; }
a { background-color: rgb(64,58,9); }
div.DivClassName
{
background-color: #403A09;
}
.BgClassName
{
background-color: #403A09;
}
</style>
border-color css
<style>
span { border-color: #403A09; }
span { border-color: rgb(64,58,9); }
td.TdClassName
{
border-color: #403A09;
}
.TagClassName
{
border-color: #403A09;
}
</style>