Shades of Madras #43401D
Tints of Madras #43401D
RGB
CMYK
RGB Variations
Color information
#43401D (or 0x43401D) is known color: Madras. HEX triplet: 43, 40 and 1D. RGB value is (67,64,29). Sum of RGB (Red+Green+Blue) = 67+64+29=160 (21% of max value = 765). Red value is 67 (26.56% from 255 or 41.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 29 (11.72% from 255 or 18.12% from 160); Max value from RGB is 67 - color contains mainly: red. Hex color #43401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43401D is #BCBFE2. Grayscale: #3D3D3D. Windows color (decimal): -12369891 or 1916995. OLE color: 1916995.
HSL color Cylindrical-coordinate representation of color #43401D: hue angle of 55.26º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43401D is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 64 | 29 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.74 |
| HSL | 55.26º | 0.4% | 0.19% | - |
| HSV(B) | 55.26º | 0.57% | 0.26% | - |
| XYZ | 4.37 | 4.95 | 1.89 | - |
| YUV | 60.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 64 | 29 | 0 | 0.04 | 0.57 | 0.74 | 55.26 | 0.4 | 0.19 |
| Hex | 43 | 40 | 1D | 0 | 4 | 39 | 4A | 37 | 28 | 13 |
| Octal | 103 | 100 | 35 | 0 | 4 | 71 | 112 | 67 | 50 | 23 |
| Binary | 1000011 | 1000000 | 11101 | 0 | 100 | 111001 | 1001010 | 110111 | 101000 | 10011 |
Color Harmonies of #43401D
Complementary color
Monochromatic Colors of #43401D
Black with #43401D
Text Example
Text Example
White with #43401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43401D; }
p { color: rgb(67,64,29); }
H1.HeaderClassName
{
color: #43401D;
}
.AnyTagClassName
{
color: #43401D;
}
</style>
background-color css
<style>
a { background-color: #43401D; }
a { background-color: rgb(67,64,29); }
div.DivClassName
{
background-color: #43401D;
}
.BgClassName
{
background-color: #43401D;
}
</style>
border-color css
<style>
span { border-color: #43401D; }
span { border-color: rgb(67,64,29); }
td.TdClassName
{
border-color: #43401D;
}
.TagClassName
{
border-color: #43401D;
}
</style>