Shades of Madras #403D02
Tints of Madras #403D02
RGB
CMYK
RGB Variations
Color information
#403D02 (or 0x403D02) is known color: Madras. HEX triplet: 40, 3D and 02. RGB value is (64,61,2). Sum of RGB (Red+Green+Blue) = 64+61+2=127 (16% of max value = 765). Red value is 64 (25.39% from 255 or 50.39% from 127); Green value is 61 (24.22% from 255 or 48.03% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 64 - color contains mainly: red. Hex color #403D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403D02 is #BFC2FD. Grayscale: #373737. Windows color (decimal): -12567294 or 146752. OLE color: 146752.
HSL color Cylindrical-coordinate representation of color #403D02: hue angle of 57.1º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #403D02 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 61 | 2 | - |
| CMYK | 0 | 0.05 | 0.97 | 0.75 |
| HSL | 57.1º | 0.94% | 0.13% | - |
| HSV(B) | 57.1º | 0.97% | 0.25% | - |
| XYZ | 3.79 | 4.43 | 0.71 | - |
| YUV | 55.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 2 | 0 | 0.05 | 0.97 | 0.75 | 57.1 | 0.94 | 0.13 |
| Hex | 40 | 3D | 2 | 0 | 5 | 61 | 4B | 39 | 5E | D |
| Octal | 100 | 75 | 2 | 0 | 5 | 141 | 113 | 71 | 136 | 15 |
| Binary | 1000000 | 111101 | 10 | 0 | 101 | 1100001 | 1001011 | 111001 | 1011110 | 1101 |
Color Harmonies of #403D02
Complementary color
Monochromatic Colors of #403D02
Black with #403D02
Text Example
Text Example
White with #403D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D02; }
p { color: rgb(64,61,2); }
H1.HeaderClassName
{
color: #403D02;
}
.AnyTagClassName
{
color: #403D02;
}
</style>
background-color css
<style>
a { background-color: #403D02; }
a { background-color: rgb(64,61,2); }
div.DivClassName
{
background-color: #403D02;
}
.BgClassName
{
background-color: #403D02;
}
</style>
border-color css
<style>
span { border-color: #403D02; }
span { border-color: rgb(64,61,2); }
td.TdClassName
{
border-color: #403D02;
}
.TagClassName
{
border-color: #403D02;
}
</style>