Shades of Madras #403D1F
Tints of Madras #403D1F
RGB
CMYK
RGB Variations
Color information
#403D1F (or 0x403D1F) is known color: Madras. HEX triplet: 40, 3D and 1F. RGB value is (64,61,31). Sum of RGB (Red+Green+Blue) = 64+61+31=156 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.03% from 156); Green value is 61 (24.22% from 255 or 39.10% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 64 - color contains mainly: red. Hex color #403D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D1F is #BFC2E0. Grayscale: #3A3A3A. Windows color (decimal): -12567265 or 2047296. OLE color: 2047296.
HSL color Cylindrical-coordinate representation of color #403D1F: hue angle of 54.55º 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 #403D1F is Cyan = 0, Magento = 0.05, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 31 | - |
| CMYK | 0 | 0.05 | 0.52 | 0.75 |
| HSL | 54.55º | 0.35% | 0.19% | - |
| HSV(B) | 54.55º | 0.52% | 0.25% | - |
| XYZ | 4.03 | 4.53 | 1.96 | - |
| YUV | 58.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 31 | 0 | 0.05 | 0.52 | 0.75 | 54.55 | 0.35 | 0.19 |
| Hex | 40 | 3D | 1F | 0 | 5 | 34 | 4B | 37 | 23 | 13 |
| Octal | 100 | 75 | 37 | 0 | 5 | 64 | 113 | 67 | 43 | 23 |
| Binary | 1000000 | 111101 | 11111 | 0 | 101 | 110100 | 1001011 | 110111 | 100011 | 10011 |
Color Harmonies of #403D1F
Complementary color
Monochromatic Colors of #403D1F
Black with #403D1F
Text Example
Text Example
White with #403D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D1F; }
p { color: rgb(64,61,31); }
H1.HeaderClassName
{
color: #403D1F;
}
.AnyTagClassName
{
color: #403D1F;
}
</style>
background-color css
<style>
a { background-color: #403D1F; }
a { background-color: rgb(64,61,31); }
div.DivClassName
{
background-color: #403D1F;
}
.BgClassName
{
background-color: #403D1F;
}
</style>
border-color css
<style>
span { border-color: #403D1F; }
span { border-color: rgb(64,61,31); }
td.TdClassName
{
border-color: #403D1F;
}
.TagClassName
{
border-color: #403D1F;
}
</style>