Shades of Madras #403A21
Tints of Madras #403A21
RGB
CMYK
RGB Variations
Color information
#403A21 (or 0x403A21) is known color: Madras. HEX triplet: 40, 3A and 21. RGB value is (64,58,33). Sum of RGB (Red+Green+Blue) = 64+58+33=155 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.29% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 64 - color contains mainly: red. Hex color #403A21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A21 is #BFC5DE. Grayscale: #393939. Windows color (decimal): -12568031 or 2177600. OLE color: 2177600.
HSL color Cylindrical-coordinate representation of color #403A21: hue angle of 48.39º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #403A21 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 33 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.75 |
| HSL | 48.39º | 0.32% | 0.19% | - |
| HSV(B) | 48.39º | 0.48% | 0.25% | - |
| XYZ | 3.9 | 4.23 | 2.05 | - |
| YUV | 56.94 | 114.49 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 33 | 0 | 0.09 | 0.48 | 0.75 | 48.39 | 0.32 | 0.19 |
| Hex | 40 | 3A | 21 | 0 | 9 | 30 | 4B | 30 | 20 | 13 |
| Octal | 100 | 72 | 41 | 0 | 11 | 60 | 113 | 60 | 40 | 23 |
| Binary | 1000000 | 111010 | 100001 | 0 | 1001 | 110000 | 1001011 | 110000 | 100000 | 10011 |
Color Harmonies of #403A21
Complementary color
Monochromatic Colors of #403A21
Black with #403A21
Text Example
Text Example
White with #403A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A21; }
p { color: rgb(64,58,33); }
H1.HeaderClassName
{
color: #403A21;
}
.AnyTagClassName
{
color: #403A21;
}
</style>
background-color css
<style>
a { background-color: #403A21; }
a { background-color: rgb(64,58,33); }
div.DivClassName
{
background-color: #403A21;
}
.BgClassName
{
background-color: #403A21;
}
</style>
border-color css
<style>
span { border-color: #403A21; }
span { border-color: rgb(64,58,33); }
td.TdClassName
{
border-color: #403A21;
}
.TagClassName
{
border-color: #403A21;
}
</style>