Shades of Madras #403B01
Tints of Madras #403B01
RGB
CMYK
RGB Variations
Color information
#403B01 (or 0x403B01) is known color: Madras. HEX triplet: 40, 3B and 01. RGB value is (64,59,1). Sum of RGB (Red+Green+Blue) = 64+59+1=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 59 (23.44% from 255 or 47.58% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403B01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403B01 is #BFC4FE. Grayscale: #363636. Windows color (decimal): -12567807 or 80704. OLE color: 80704.
HSL color Cylindrical-coordinate representation of color #403B01: hue angle of 55.24º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #403B01 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 59 | 1 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.75 |
| HSL | 55.24º | 0.97% | 0.13% | - |
| HSV(B) | 55.24º | 0.98% | 0.25% | - |
| XYZ | 3.68 | 4.22 | 0.65 | - |
| YUV | 53.88 | 98.16 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 1 | 0 | 0.08 | 0.98 | 0.75 | 55.24 | 0.97 | 0.13 |
| Hex | 40 | 3B | 1 | 0 | 8 | 62 | 4B | 37 | 61 | D |
| Octal | 100 | 73 | 1 | 0 | 10 | 142 | 113 | 67 | 141 | 15 |
| Binary | 1000000 | 111011 | 1 | 0 | 1000 | 1100010 | 1001011 | 110111 | 1100001 | 1101 |
Color Harmonies of #403B01
Complementary color
Monochromatic Colors of #403B01
Black with #403B01
Text Example
Text Example
White with #403B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B01; }
p { color: rgb(64,59,1); }
H1.HeaderClassName
{
color: #403B01;
}
.AnyTagClassName
{
color: #403B01;
}
</style>
background-color css
<style>
a { background-color: #403B01; }
a { background-color: rgb(64,59,1); }
div.DivClassName
{
background-color: #403B01;
}
.BgClassName
{
background-color: #403B01;
}
</style>
border-color css
<style>
span { border-color: #403B01; }
span { border-color: rgb(64,59,1); }
td.TdClassName
{
border-color: #403B01;
}
.TagClassName
{
border-color: #403B01;
}
</style>