Shades of Madras #403803
Tints of Madras #403803
RGB
CMYK
RGB Variations
Color information
#403803 (or 0x403803) is known color: Madras. HEX triplet: 40, 38 and 03. RGB value is (64,56,3). Sum of RGB (Red+Green+Blue) = 64+56+3=123 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.03% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 3 (1.56% from 255 or 2.44% from 123); Max value from RGB is 64 - color contains mainly: red. Hex color #403803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403803 is #BFC7FC. Grayscale: #343434. Windows color (decimal): -12568573 or 211008. OLE color: 211008.
HSL color Cylindrical-coordinate representation of color #403803: hue angle of 52.13º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #403803 is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 56 | 3 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.75 |
| HSL | 52.13º | 0.91% | 0.13% | - |
| HSV(B) | 52.13º | 0.95% | 0.25% | - |
| XYZ | 3.54 | 3.92 | 0.66 | - |
| YUV | 52.35 | 100.15 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 3 | 0 | 0.13 | 0.95 | 0.75 | 52.13 | 0.91 | 0.13 |
| Hex | 40 | 38 | 3 | 0 | D | 5F | 4B | 34 | 5B | D |
| Octal | 100 | 70 | 3 | 0 | 15 | 137 | 113 | 64 | 133 | 15 |
| Binary | 1000000 | 111000 | 11 | 0 | 1101 | 1011111 | 1001011 | 110100 | 1011011 | 1101 |
Color Harmonies of #403803
Complementary color
Monochromatic Colors of #403803
Black with #403803
Text Example
Text Example
White with #403803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403803; }
p { color: rgb(64,56,3); }
H1.HeaderClassName
{
color: #403803;
}
.AnyTagClassName
{
color: #403803;
}
</style>
background-color css
<style>
a { background-color: #403803; }
a { background-color: rgb(64,56,3); }
div.DivClassName
{
background-color: #403803;
}
.BgClassName
{
background-color: #403803;
}
</style>
border-color css
<style>
span { border-color: #403803; }
span { border-color: rgb(64,56,3); }
td.TdClassName
{
border-color: #403803;
}
.TagClassName
{
border-color: #403803;
}
</style>