Shades of Madras #43410B
Tints of Madras #43410B
RGB
CMYK
RGB Variations
Color information
#43410B (or 0x43410B) is known color: Madras. HEX triplet: 43, 41 and 0B. RGB value is (67,65,11). Sum of RGB (Red+Green+Blue) = 67+65+11=143 (18% of max value = 765). Red value is 67 (26.56% from 255 or 46.85% from 143); Green value is 65 (25.78% from 255 or 45.45% from 143); Blue value is 11 (4.69% from 255 or 7.69% from 143); Max value from RGB is 67 - color contains mainly: red. Hex color #43410B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43410B is #BCBEF4. Grayscale: #3B3B3B. Windows color (decimal): -12369653 or 737603. OLE color: 737603.
HSL color Cylindrical-coordinate representation of color #43410B: hue angle of 57.86º degrees, saturation: 0.72, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #43410B is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 65 | 11 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.74 |
| HSL | 57.86º | 0.72% | 0.15% | - |
| HSV(B) | 57.86º | 0.84% | 0.26% | - |
| XYZ | 4.27 | 5 | 1.06 | - |
| YUV | 59.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 11 | 0 | 0.03 | 0.84 | 0.74 | 57.86 | 0.72 | 0.15 |
| Hex | 43 | 41 | B | 0 | 3 | 54 | 4A | 3A | 48 | F |
| Octal | 103 | 101 | 13 | 0 | 3 | 124 | 112 | 72 | 110 | 17 |
| Binary | 1000011 | 1000001 | 1011 | 0 | 11 | 1010100 | 1001010 | 111010 | 1001000 | 1111 |
Color Harmonies of #43410B
Complementary color
Monochromatic Colors of #43410B
Black with #43410B
Text Example
Text Example
White with #43410B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43410B; }
p { color: rgb(67,65,11); }
H1.HeaderClassName
{
color: #43410B;
}
.AnyTagClassName
{
color: #43410B;
}
</style>
background-color css
<style>
a { background-color: #43410B; }
a { background-color: rgb(67,65,11); }
div.DivClassName
{
background-color: #43410B;
}
.BgClassName
{
background-color: #43410B;
}
</style>
border-color css
<style>
span { border-color: #43410B; }
span { border-color: rgb(67,65,11); }
td.TdClassName
{
border-color: #43410B;
}
.TagClassName
{
border-color: #43410B;
}
</style>