Shades of Madras #43421A
Tints of Madras #43421A
RGB
CMYK
RGB Variations
Color information
#43421A (or 0x43421A) is known color: Madras. HEX triplet: 43, 42 and 1A. RGB value is (67,66,26). Sum of RGB (Red+Green+Blue) = 67+66+26=159 (21% of max value = 765). Red value is 67 (26.56% from 255 or 42.14% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 26 (10.55% from 255 or 16.35% from 159); Max value from RGB is 67 - color contains mainly: red. Hex color #43421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43421A is #BCBDE5. Grayscale: #3D3D3D. Windows color (decimal): -12369382 or 1720899. OLE color: 1720899.
HSL color Cylindrical-coordinate representation of color #43421A: hue angle of 58.54º 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 #43421A is Cyan = 0, Magento = 0.01, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 66 | 26 | - |
| CMYK | 0 | 0.01 | 0.61 | 0.74 |
| HSL | 58.54º | 0.44% | 0.18% | - |
| HSV(B) | 58.54º | 0.61% | 0.26% | - |
| XYZ | 4.45 | 5.16 | 1.74 | - |
| YUV | 61.74 | 107.83 | 131.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 66 | 26 | 0 | 0.01 | 0.61 | 0.74 | 58.54 | 0.44 | 0.18 |
| Hex | 43 | 42 | 1A | 0 | 1 | 3D | 4A | 3B | 2C | 12 |
| Octal | 103 | 102 | 32 | 0 | 1 | 75 | 112 | 73 | 54 | 22 |
| Binary | 1000011 | 1000010 | 11010 | 0 | 1 | 111101 | 1001010 | 111011 | 101100 | 10010 |
Color Harmonies of #43421A
Complementary color
Monochromatic Colors of #43421A
Black with #43421A
Text Example
Text Example
White with #43421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43421A; }
p { color: rgb(67,66,26); }
H1.HeaderClassName
{
color: #43421A;
}
.AnyTagClassName
{
color: #43421A;
}
</style>
background-color css
<style>
a { background-color: #43421A; }
a { background-color: rgb(67,66,26); }
div.DivClassName
{
background-color: #43421A;
}
.BgClassName
{
background-color: #43421A;
}
</style>
border-color css
<style>
span { border-color: #43421A; }
span { border-color: rgb(67,66,26); }
td.TdClassName
{
border-color: #43421A;
}
.TagClassName
{
border-color: #43421A;
}
</style>