Shades of Madras #40391F
Tints of Madras #40391F
RGB
CMYK
RGB Variations
Color information
#40391F (or 0x40391F) is known color: Madras. HEX triplet: 40, 39 and 1F. RGB value is (64,57,31). Sum of RGB (Red+Green+Blue) = 64+57+31=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #40391F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40391F is #BFC6E0. Grayscale: #383838. Windows color (decimal): -12568289 or 2046272. OLE color: 2046272.
HSL color Cylindrical-coordinate representation of color #40391F: hue angle of 47.27º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #40391F is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 57 | 31 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.75 |
| HSL | 47.27º | 0.35% | 0.19% | - |
| HSV(B) | 47.27º | 0.52% | 0.25% | - |
| XYZ | 3.82 | 4.12 | 1.89 | - |
| YUV | 56.13 | 113.82 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 31 | 0 | 0.11 | 0.52 | 0.75 | 47.27 | 0.35 | 0.19 |
| Hex | 40 | 39 | 1F | 0 | B | 34 | 4B | 2F | 23 | 13 |
| Octal | 100 | 71 | 37 | 0 | 13 | 64 | 113 | 57 | 43 | 23 |
| Binary | 1000000 | 111001 | 11111 | 0 | 1011 | 110100 | 1001011 | 101111 | 100011 | 10011 |
Color Harmonies of #40391F
Complementary color
Monochromatic Colors of #40391F
Black with #40391F
Text Example
Text Example
White with #40391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40391F; }
p { color: rgb(64,57,31); }
H1.HeaderClassName
{
color: #40391F;
}
.AnyTagClassName
{
color: #40391F;
}
</style>
background-color css
<style>
a { background-color: #40391F; }
a { background-color: rgb(64,57,31); }
div.DivClassName
{
background-color: #40391F;
}
.BgClassName
{
background-color: #40391F;
}
</style>
border-color css
<style>
span { border-color: #40391F; }
span { border-color: rgb(64,57,31); }
td.TdClassName
{
border-color: #40391F;
}
.TagClassName
{
border-color: #40391F;
}
</style>