Shades of Madras #403B1D
Tints of Madras #403B1D
RGB
CMYK
RGB Variations
Color information
#403B1D (or 0x403B1D) is known color: Madras. HEX triplet: 40, 3B and 1D. RGB value is (64,59,29). Sum of RGB (Red+Green+Blue) = 64+59+29=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 59 (23.44% from 255 or 38.82% from 152); Blue value is 29 (11.72% from 255 or 19.08% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B1D is #BFC4E2. Grayscale: #393939. Windows color (decimal): -12567779 or 1915712. OLE color: 1915712.
HSL color Cylindrical-coordinate representation of color #403B1D: hue angle of 51.43º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #403B1D is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 29 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.75 |
| HSL | 51.43º | 0.38% | 0.18% | - |
| HSV(B) | 51.43º | 0.55% | 0.25% | - |
| XYZ | 3.9 | 4.31 | 1.79 | - |
| YUV | 57.08 | 112.16 | 132.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 29 | 0 | 0.08 | 0.55 | 0.75 | 51.43 | 0.38 | 0.18 |
| Hex | 40 | 3B | 1D | 0 | 8 | 37 | 4B | 33 | 26 | 12 |
| Octal | 100 | 73 | 35 | 0 | 10 | 67 | 113 | 63 | 46 | 22 |
| Binary | 1000000 | 111011 | 11101 | 0 | 1000 | 110111 | 1001011 | 110011 | 100110 | 10010 |
Color Harmonies of #403B1D
Complementary color
Monochromatic Colors of #403B1D
Black with #403B1D
Text Example
Text Example
White with #403B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B1D; }
p { color: rgb(64,59,29); }
H1.HeaderClassName
{
color: #403B1D;
}
.AnyTagClassName
{
color: #403B1D;
}
</style>
background-color css
<style>
a { background-color: #403B1D; }
a { background-color: rgb(64,59,29); }
div.DivClassName
{
background-color: #403B1D;
}
.BgClassName
{
background-color: #403B1D;
}
</style>
border-color css
<style>
span { border-color: #403B1D; }
span { border-color: rgb(64,59,29); }
td.TdClassName
{
border-color: #403B1D;
}
.TagClassName
{
border-color: #403B1D;
}
</style>