Shades of Madras #403A1F
Tints of Madras #403A1F
RGB
CMYK
RGB Variations
Color information
#403A1F (or 0x403A1F) is known color: Madras. HEX triplet: 40, 3A and 1F. RGB value is (64,58,31). Sum of RGB (Red+Green+Blue) = 64+58+31=153 (20% of max value = 765). Red value is 64 (25.39% from 255 or 41.83% from 153); Green value is 58 (23.05% from 255 or 37.91% from 153); Blue value is 31 (12.5% from 255 or 20.26% from 153); Max value from RGB is 64 - color contains mainly: red. Hex color #403A1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403A1F is #BFC5E0. Grayscale: #383838. Windows color (decimal): -12568033 or 2046528. OLE color: 2046528.
HSL color Cylindrical-coordinate representation of color #403A1F: hue angle of 49.09º 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 #403A1F is Cyan = 0, Magento = 0.09, Yellow = 0.52 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 58 | 31 | - |
| CMYK | 0 | 0.09 | 0.52 | 0.75 |
| HSL | 49.09º | 0.35% | 0.19% | - |
| HSV(B) | 49.09º | 0.52% | 0.25% | - |
| XYZ | 3.87 | 4.22 | 1.91 | - |
| YUV | 56.72 | 113.49 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 58 | 31 | 0 | 0.09 | 0.52 | 0.75 | 49.09 | 0.35 | 0.19 |
| Hex | 40 | 3A | 1F | 0 | 9 | 34 | 4B | 31 | 23 | 13 |
| Octal | 100 | 72 | 37 | 0 | 11 | 64 | 113 | 61 | 43 | 23 |
| Binary | 1000000 | 111010 | 11111 | 0 | 1001 | 110100 | 1001011 | 110001 | 100011 | 10011 |
Color Harmonies of #403A1F
Complementary color
Monochromatic Colors of #403A1F
Black with #403A1F
Text Example
Text Example
White with #403A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403A1F; }
p { color: rgb(64,58,31); }
H1.HeaderClassName
{
color: #403A1F;
}
.AnyTagClassName
{
color: #403A1F;
}
</style>
background-color css
<style>
a { background-color: #403A1F; }
a { background-color: rgb(64,58,31); }
div.DivClassName
{
background-color: #403A1F;
}
.BgClassName
{
background-color: #403A1F;
}
</style>
border-color css
<style>
span { border-color: #403A1F; }
span { border-color: rgb(64,58,31); }
td.TdClassName
{
border-color: #403A1F;
}
.TagClassName
{
border-color: #403A1F;
}
</style>