Shades of Madras #43411A
Tints of Madras #43411A
RGB
CMYK
RGB Variations
Color information
#43411A (or 0x43411A) is known color: Madras. HEX triplet: 43, 41 and 1A. RGB value is (67,65,26). Sum of RGB (Red+Green+Blue) = 67+65+26=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 65 (25.78% from 255 or 41.14% from 158); Blue value is 26 (10.55% from 255 or 16.46% from 158); Max value from RGB is 67 - color contains mainly: red. Hex color #43411A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43411A is #BCBEE5. Grayscale: #3D3D3D. Windows color (decimal): -12369638 or 1720643. OLE color: 1720643.
HSL color Cylindrical-coordinate representation of color #43411A: hue angle of 57.07º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43411A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 26 | - |
| CMYK | 0 | 0.03 | 0.61 | 0.74 |
| HSL | 57.07º | 0.44% | 0.18% | - |
| HSV(B) | 57.07º | 0.61% | 0.26% | - |
| XYZ | 4.39 | 5.05 | 1.72 | - |
| YUV | 61.15 | 108.16 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 26 | 0 | 0.03 | 0.61 | 0.74 | 57.07 | 0.44 | 0.18 |
| Hex | 43 | 41 | 1A | 0 | 3 | 3D | 4A | 39 | 2C | 12 |
| Octal | 103 | 101 | 32 | 0 | 3 | 75 | 112 | 71 | 54 | 22 |
| Binary | 1000011 | 1000001 | 11010 | 0 | 11 | 111101 | 1001010 | 111001 | 101100 | 10010 |
Color Harmonies of #43411A
Complementary color
Monochromatic Colors of #43411A
Black with #43411A
Text Example
Text Example
White with #43411A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43411A; }
p { color: rgb(67,65,26); }
H1.HeaderClassName
{
color: #43411A;
}
.AnyTagClassName
{
color: #43411A;
}
</style>
background-color css
<style>
a { background-color: #43411A; }
a { background-color: rgb(67,65,26); }
div.DivClassName
{
background-color: #43411A;
}
.BgClassName
{
background-color: #43411A;
}
</style>
border-color css
<style>
span { border-color: #43411A; }
span { border-color: rgb(67,65,26); }
td.TdClassName
{
border-color: #43411A;
}
.TagClassName
{
border-color: #43411A;
}
</style>