Shades of Madras #40370B
Tints of Madras #40370B
RGB
CMYK
RGB Variations
Color information
#40370B (or 0x40370B) is known color: Madras. HEX triplet: 40, 37 and 0B. RGB value is (64,55,11). Sum of RGB (Red+Green+Blue) = 64+55+11=130 (17% of max value = 765). Red value is 64 (25.39% from 255 or 49.23% from 130); Green value is 55 (21.88% from 255 or 42.31% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 64 - color contains mainly: red. Hex color #40370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #40370B is #BFC8F4. Grayscale: #343434. Windows color (decimal): -12568821 or 735040. OLE color: 735040.
HSL color Cylindrical-coordinate representation of color #40370B: hue angle of 49.81º 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 #40370B is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 55 | 11 | - |
| CMYK | 0 | 0.14 | 0.83 | 0.75 |
| HSL | 49.81º | 0.71% | 0.15% | - |
| HSV(B) | 49.81º | 0.83% | 0.25% | - |
| XYZ | 3.54 | 3.85 | 0.87 | - |
| YUV | 52.68 | 104.48 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 11 | 0 | 0.14 | 0.83 | 0.75 | 49.81 | 0.71 | 0.15 |
| Hex | 40 | 37 | B | 0 | E | 53 | 4B | 32 | 47 | F |
| Octal | 100 | 67 | 13 | 0 | 16 | 123 | 113 | 62 | 107 | 17 |
| Binary | 1000000 | 110111 | 1011 | 0 | 1110 | 1010011 | 1001011 | 110010 | 1000111 | 1111 |
Color Harmonies of #40370B
Complementary color
Monochromatic Colors of #40370B
Black with #40370B
Text Example
Text Example
White with #40370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40370B; }
p { color: rgb(64,55,11); }
H1.HeaderClassName
{
color: #40370B;
}
.AnyTagClassName
{
color: #40370B;
}
</style>
background-color css
<style>
a { background-color: #40370B; }
a { background-color: rgb(64,55,11); }
div.DivClassName
{
background-color: #40370B;
}
.BgClassName
{
background-color: #40370B;
}
</style>
border-color css
<style>
span { border-color: #40370B; }
span { border-color: rgb(64,55,11); }
td.TdClassName
{
border-color: #40370B;
}
.TagClassName
{
border-color: #40370B;
}
</style>