Shades of Madras #40390A
Tints of Madras #40390A
RGB
CMYK
RGB Variations
Color information
#40390A (or 0x40390A) is known color: Madras. HEX triplet: 40, 39 and 0A. RGB value is (64,57,10). Sum of RGB (Red+Green+Blue) = 64+57+10=131 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.85% from 131); Green value is 57 (22.66% from 255 or 43.51% from 131); Blue value is 10 (4.30% from 255 or 7.63% from 131); Max value from RGB is 64 - color contains mainly: red. Hex color #40390A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40390A is #BFC6F5. Grayscale: #353535. Windows color (decimal): -12568310 or 670016. OLE color: 670016.
HSL color Cylindrical-coordinate representation of color #40390A: hue angle of 52.22º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40390A is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 10 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.75 |
| HSL | 52.22º | 0.73% | 0.15% | - |
| HSV(B) | 52.22º | 0.84% | 0.25% | - |
| XYZ | 3.63 | 4.04 | 0.88 | - |
| YUV | 53.74 | 103.32 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 10 | 0 | 0.11 | 0.84 | 0.75 | 52.22 | 0.73 | 0.15 |
| Hex | 40 | 39 | A | 0 | B | 54 | 4B | 34 | 49 | F |
| Octal | 100 | 71 | 12 | 0 | 13 | 124 | 113 | 64 | 111 | 17 |
| Binary | 1000000 | 111001 | 1010 | 0 | 1011 | 1010100 | 1001011 | 110100 | 1001001 | 1111 |
Color Harmonies of #40390A
Complementary color
Monochromatic Colors of #40390A
Black with #40390A
Text Example
Text Example
White with #40390A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40390A; }
p { color: rgb(64,57,10); }
H1.HeaderClassName
{
color: #40390A;
}
.AnyTagClassName
{
color: #40390A;
}
</style>
background-color css
<style>
a { background-color: #40390A; }
a { background-color: rgb(64,57,10); }
div.DivClassName
{
background-color: #40390A;
}
.BgClassName
{
background-color: #40390A;
}
</style>
border-color css
<style>
span { border-color: #40390A; }
span { border-color: rgb(64,57,10); }
td.TdClassName
{
border-color: #40390A;
}
.TagClassName
{
border-color: #40390A;
}
</style>