Shades of Madras #40390B
Tints of Madras #40390B
RGB
CMYK
RGB Variations
Color information
#40390B (or 0x40390B) is known color: Madras. HEX triplet: 40, 39 and 0B. RGB value is (64,57,11). Sum of RGB (Red+Green+Blue) = 64+57+11=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 11 (4.69% from 255 or 8.33% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #40390B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40390B is #BFC6F4. Grayscale: #363636. Windows color (decimal): -12568309 or 735552. OLE color: 735552.
HSL color Cylindrical-coordinate representation of color #40390B: hue angle of 52.08º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #40390B is Cyan = 0, Magento = 0.11, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 11 | - |
| CMYK | 0 | 0.11 | 0.83 | 0.75 |
| HSL | 52.08º | 0.71% | 0.15% | - |
| HSV(B) | 52.08º | 0.83% | 0.25% | - |
| XYZ | 3.64 | 4.04 | 0.9 | - |
| YUV | 53.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 11 | 0 | 0.11 | 0.83 | 0.75 | 52.08 | 0.71 | 0.15 |
| Hex | 40 | 39 | B | 0 | B | 53 | 4B | 34 | 47 | F |
| Octal | 100 | 71 | 13 | 0 | 13 | 123 | 113 | 64 | 107 | 17 |
| Binary | 1000000 | 111001 | 1011 | 0 | 1011 | 1010011 | 1001011 | 110100 | 1000111 | 1111 |
Color Harmonies of #40390B
Complementary color
Monochromatic Colors of #40390B
Black with #40390B
Text Example
Text Example
White with #40390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40390B; }
p { color: rgb(64,57,11); }
H1.HeaderClassName
{
color: #40390B;
}
.AnyTagClassName
{
color: #40390B;
}
</style>
background-color css
<style>
a { background-color: #40390B; }
a { background-color: rgb(64,57,11); }
div.DivClassName
{
background-color: #40390B;
}
.BgClassName
{
background-color: #40390B;
}
</style>
border-color css
<style>
span { border-color: #40390B; }
span { border-color: rgb(64,57,11); }
td.TdClassName
{
border-color: #40390B;
}
.TagClassName
{
border-color: #40390B;
}
</style>