Shades of Madras #43370B
Tints of Madras #43370B
RGB
CMYK
RGB Variations
Color information
#43370B (or 0x43370B) is known color: Madras. HEX triplet: 43, 37 and 0B. RGB value is (67,55,11). Sum of RGB (Red+Green+Blue) = 67+55+11=133 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.38% from 133); Green value is 55 (21.88% from 255 or 41.35% from 133); Blue value is 11 (4.69% from 255 or 8.27% from 133); Max value from RGB is 67 - color contains mainly: red. Hex color #43370B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43370B is #BCC8F4. Grayscale: #353535. Windows color (decimal): -12372213 or 735043. OLE color: 735043.
HSL color Cylindrical-coordinate representation of color #43370B: hue angle of 47.14º 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 #43370B is Cyan = 0, Magento = 0.18, Yellow = 0.84 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 55 | 11 | - |
| CMYK | 0 | 0.18 | 0.84 | 0.74 |
| HSL | 47.14º | 0.72% | 0.15% | - |
| HSV(B) | 47.14º | 0.84% | 0.26% | - |
| XYZ | 3.74 | 3.95 | 0.88 | - |
| YUV | 53.57 | 103.98 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 11 | 0 | 0.18 | 0.84 | 0.74 | 47.14 | 0.72 | 0.15 |
| Hex | 43 | 37 | B | 0 | 12 | 54 | 4A | 2F | 48 | F |
| Octal | 103 | 67 | 13 | 0 | 22 | 124 | 112 | 57 | 110 | 17 |
| Binary | 1000011 | 110111 | 1011 | 0 | 10010 | 1010100 | 1001010 | 101111 | 1001000 | 1111 |
Color Harmonies of #43370B
Complementary color
Monochromatic Colors of #43370B
Black with #43370B
Text Example
Text Example
White with #43370B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43370B; }
p { color: rgb(67,55,11); }
H1.HeaderClassName
{
color: #43370B;
}
.AnyTagClassName
{
color: #43370B;
}
</style>
background-color css
<style>
a { background-color: #43370B; }
a { background-color: rgb(67,55,11); }
div.DivClassName
{
background-color: #43370B;
}
.BgClassName
{
background-color: #43370B;
}
</style>
border-color css
<style>
span { border-color: #43370B; }
span { border-color: rgb(67,55,11); }
td.TdClassName
{
border-color: #43370B;
}
.TagClassName
{
border-color: #43370B;
}
</style>