Shades of Madras #403D1B
Tints of Madras #403D1B
RGB
CMYK
RGB Variations
Color information
#403D1B (or 0x403D1B) is known color: Madras. HEX triplet: 40, 3D and 1B. RGB value is (64,61,27). Sum of RGB (Red+Green+Blue) = 64+61+27=152 (20% of max value = 765). Red value is 64 (25.39% from 255 or 42.11% from 152); Green value is 61 (24.22% from 255 or 40.13% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1B is #BFC2E4. Grayscale: #3A3A3A. Windows color (decimal): -12567269 or 1785152. OLE color: 1785152.
HSL color Cylindrical-coordinate representation of color #403D1B: hue angle of 55.14º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #403D1B is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 27 | - |
| CMYK | 0 | 0.05 | 0.58 | 0.75 |
| HSL | 55.14º | 0.41% | 0.18% | - |
| HSV(B) | 55.14º | 0.58% | 0.25% | - |
| XYZ | 3.98 | 4.51 | 1.7 | - |
| YUV | 58.02 | 110.49 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 27 | 0 | 0.05 | 0.58 | 0.75 | 55.14 | 0.41 | 0.18 |
| Hex | 40 | 3D | 1B | 0 | 5 | 3A | 4B | 37 | 29 | 12 |
| Octal | 100 | 75 | 33 | 0 | 5 | 72 | 113 | 67 | 51 | 22 |
| Binary | 1000000 | 111101 | 11011 | 0 | 101 | 111010 | 1001011 | 110111 | 101001 | 10010 |
Color Harmonies of #403D1B
Complementary color
Monochromatic Colors of #403D1B
Black with #403D1B
Text Example
Text Example
White with #403D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D1B; }
p { color: rgb(64,61,27); }
H1.HeaderClassName
{
color: #403D1B;
}
.AnyTagClassName
{
color: #403D1B;
}
</style>
background-color css
<style>
a { background-color: #403D1B; }
a { background-color: rgb(64,61,27); }
div.DivClassName
{
background-color: #403D1B;
}
.BgClassName
{
background-color: #403D1B;
}
</style>
border-color css
<style>
span { border-color: #403D1B; }
span { border-color: rgb(64,61,27); }
td.TdClassName
{
border-color: #403D1B;
}
.TagClassName
{
border-color: #403D1B;
}
</style>