Shades of Madras #43390D
Tints of Madras #43390D
RGB
CMYK
RGB Variations
Color information
#43390D (or 0x43390D) is known color: Madras. HEX triplet: 43, 39 and 0D. RGB value is (67,57,13). Sum of RGB (Red+Green+Blue) = 67+57+13=137 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.91% from 137); Green value is 57 (22.66% from 255 or 41.61% from 137); Blue value is 13 (5.47% from 255 or 9.49% from 137); Max value from RGB is 67 - color contains mainly: red. Hex color #43390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #43390D is #BCC6F2. Grayscale: #373737. Windows color (decimal): -12371699 or 866627. OLE color: 866627.
HSL color Cylindrical-coordinate representation of color #43390D: hue angle of 48.89º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #43390D is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 57 | 13 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.74 |
| HSL | 48.89º | 0.68% | 0.16% | - |
| HSV(B) | 48.89º | 0.81% | 0.26% | - |
| XYZ | 3.85 | 4.15 | 0.98 | - |
| YUV | 54.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 57 | 13 | 0 | 0.15 | 0.81 | 0.74 | 48.89 | 0.68 | 0.16 |
| Hex | 43 | 39 | D | 0 | F | 51 | 4A | 31 | 44 | 10 |
| Octal | 103 | 71 | 15 | 0 | 17 | 121 | 112 | 61 | 104 | 20 |
| Binary | 1000011 | 111001 | 1101 | 0 | 1111 | 1010001 | 1001010 | 110001 | 1000100 | 10000 |
Color Harmonies of #43390D
Complementary color
Monochromatic Colors of #43390D
Black with #43390D
Text Example
Text Example
White with #43390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43390D; }
p { color: rgb(67,57,13); }
H1.HeaderClassName
{
color: #43390D;
}
.AnyTagClassName
{
color: #43390D;
}
</style>
background-color css
<style>
a { background-color: #43390D; }
a { background-color: rgb(67,57,13); }
div.DivClassName
{
background-color: #43390D;
}
.BgClassName
{
background-color: #43390D;
}
</style>
border-color css
<style>
span { border-color: #43390D; }
span { border-color: rgb(67,57,13); }
td.TdClassName
{
border-color: #43390D;
}
.TagClassName
{
border-color: #43390D;
}
</style>