Shades of Madras #43391C
Tints of Madras #43391C
RGB
CMYK
RGB Variations
Color information
#43391C (or 0x43391C) is known color: Madras. HEX triplet: 43, 39 and 1C. RGB value is (67,57,28). Sum of RGB (Red+Green+Blue) = 67+57+28=152 (20% of max value = 765). Red value is 67 (26.56% from 255 or 44.08% from 152); Green value is 57 (22.66% from 255 or 37.5% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 67 - color contains mainly: red. Hex color #43391C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #43391C is #BCC6E3. Grayscale: #383838. Windows color (decimal): -12371684 or 1849667. OLE color: 1849667.
HSL color Cylindrical-coordinate representation of color #43391C: hue angle of 44.62º degrees, saturation: 0.41, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #43391C is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 57 | 28 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.74 |
| HSL | 44.62º | 0.41% | 0.19% | - |
| HSV(B) | 44.62º | 0.58% | 0.26% | - |
| XYZ | 3.99 | 4.2 | 1.7 | - |
| YUV | 56.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 28 | 0 | 0.15 | 0.58 | 0.74 | 44.62 | 0.41 | 0.19 |
| Hex | 43 | 39 | 1C | 0 | F | 3A | 4A | 2D | 29 | 13 |
| Octal | 103 | 71 | 34 | 0 | 17 | 72 | 112 | 55 | 51 | 23 |
| Binary | 1000011 | 111001 | 11100 | 0 | 1111 | 111010 | 1001010 | 101101 | 101001 | 10011 |
Color Harmonies of #43391C
Complementary color
Monochromatic Colors of #43391C
Black with #43391C
Text Example
Text Example
White with #43391C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43391C; }
p { color: rgb(67,57,28); }
H1.HeaderClassName
{
color: #43391C;
}
.AnyTagClassName
{
color: #43391C;
}
</style>
background-color css
<style>
a { background-color: #43391C; }
a { background-color: rgb(67,57,28); }
div.DivClassName
{
background-color: #43391C;
}
.BgClassName
{
background-color: #43391C;
}
</style>
border-color css
<style>
span { border-color: #43391C; }
span { border-color: rgb(67,57,28); }
td.TdClassName
{
border-color: #43391C;
}
.TagClassName
{
border-color: #43391C;
}
</style>