Shades of Madras #403B02
Tints of Madras #403B02
RGB
CMYK
RGB Variations
Color information
#403B02 (or 0x403B02) is known color: Madras. HEX triplet: 40, 3B and 02. RGB value is (64,59,2). Sum of RGB (Red+Green+Blue) = 64+59+2=125 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.2% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 2 (1.17% from 255 or 1.6% from 125); Max value from RGB is 64 - color contains mainly: red. Hex color #403B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B02 is #BFC4FD. Grayscale: #363636. Windows color (decimal): -12567806 or 146240. OLE color: 146240.
HSL color Cylindrical-coordinate representation of color #403B02: hue angle of 55.16º 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 #403B02 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 2 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.75 |
| HSL | 55.16º | 0.94% | 0.13% | - |
| HSV(B) | 55.16º | 0.97% | 0.25% | - |
| XYZ | 3.69 | 4.22 | 0.68 | - |
| YUV | 54 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 2 | 0 | 0.08 | 0.97 | 0.75 | 55.16 | 0.94 | 0.13 |
| Hex | 40 | 3B | 2 | 0 | 8 | 61 | 4B | 37 | 5E | D |
| Octal | 100 | 73 | 2 | 0 | 10 | 141 | 113 | 67 | 136 | 15 |
| Binary | 1000000 | 111011 | 10 | 0 | 1000 | 1100001 | 1001011 | 110111 | 1011110 | 1101 |
Color Harmonies of #403B02
Complementary color
Monochromatic Colors of #403B02
Black with #403B02
Text Example
Text Example
White with #403B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B02; }
p { color: rgb(64,59,2); }
H1.HeaderClassName
{
color: #403B02;
}
.AnyTagClassName
{
color: #403B02;
}
</style>
background-color css
<style>
a { background-color: #403B02; }
a { background-color: rgb(64,59,2); }
div.DivClassName
{
background-color: #403B02;
}
.BgClassName
{
background-color: #403B02;
}
</style>
border-color css
<style>
span { border-color: #403B02; }
span { border-color: rgb(64,59,2); }
td.TdClassName
{
border-color: #403B02;
}
.TagClassName
{
border-color: #403B02;
}
</style>