Shades of Madras #403B1F
Tints of Madras #403B1F
RGB
CMYK
RGB Variations
Color information
#403B1F (or 0x403B1F) is known color: Madras. HEX triplet: 40, 3B and 1F. RGB value is (64,59,31). Sum of RGB (Red+Green+Blue) = 64+59+31=154 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.56% from 154); Green value is 59 (23.44% from 255 or 38.31% from 154); Blue value is 31 (12.5% from 255 or 20.13% from 154); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1F is #BFC4E0. Grayscale: #393939. Windows color (decimal): -12567777 or 2046784. OLE color: 2046784.
HSL color Cylindrical-coordinate representation of color #403B1F: hue angle of 50.91º 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 #403B1F is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 31 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.75 |
| HSL | 50.91º | 0.35% | 0.19% | - |
| HSV(B) | 50.91º | 0.52% | 0.25% | - |
| XYZ | 3.93 | 4.32 | 1.92 | - |
| YUV | 57.3 | 113.16 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 31 | 0 | 0.08 | 0.52 | 0.75 | 50.91 | 0.35 | 0.19 |
| Hex | 40 | 3B | 1F | 0 | 8 | 34 | 4B | 33 | 23 | 13 |
| Octal | 100 | 73 | 37 | 0 | 10 | 64 | 113 | 63 | 43 | 23 |
| Binary | 1000000 | 111011 | 11111 | 0 | 1000 | 110100 | 1001011 | 110011 | 100011 | 10011 |
Color Harmonies of #403B1F
Complementary color
Monochromatic Colors of #403B1F
Black with #403B1F
Text Example
Text Example
White with #403B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B1F; }
p { color: rgb(64,59,31); }
H1.HeaderClassName
{
color: #403B1F;
}
.AnyTagClassName
{
color: #403B1F;
}
</style>
background-color css
<style>
a { background-color: #403B1F; }
a { background-color: rgb(64,59,31); }
div.DivClassName
{
background-color: #403B1F;
}
.BgClassName
{
background-color: #403B1F;
}
</style>
border-color css
<style>
span { border-color: #403B1F; }
span { border-color: rgb(64,59,31); }
td.TdClassName
{
border-color: #403B1F;
}
.TagClassName
{
border-color: #403B1F;
}
</style>