Shades of Madras #443901
Tints of Madras #443901
RGB
CMYK
RGB Variations
Color information
#443901 (or 0x443901) is known color: Madras. HEX triplet: 44, 39 and 01. RGB value is (68,57,1). Sum of RGB (Red+Green+Blue) = 68+57+1=126 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.97% from 126); Green value is 57 (22.66% from 255 or 45.24% from 126); Blue value is 1 (0.78% from 255 or 0.79% from 126); Max value from RGB is 68 - color contains mainly: red. Hex color #443901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #443901 is #BBC6FE. Grayscale: #363636. Windows color (decimal): -12306175 or 80196. OLE color: 80196.
HSL color Cylindrical-coordinate representation of color #443901: hue angle of 50.15º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #443901 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 57 | 1 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.73 |
| HSL | 50.15º | 0.97% | 0.14% | - |
| HSV(B) | 50.15º | 0.99% | 0.27% | - |
| XYZ | 3.85 | 4.16 | 0.63 | - |
| YUV | 53.91 | 98.14 | 138.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 1 | 0 | 0.16 | 0.99 | 0.73 | 50.15 | 0.97 | 0.14 |
| Hex | 44 | 39 | 1 | 0 | 10 | 63 | 49 | 32 | 61 | E |
| Octal | 104 | 71 | 1 | 0 | 20 | 143 | 111 | 62 | 141 | 16 |
| Binary | 1000100 | 111001 | 1 | 0 | 10000 | 1100011 | 1001001 | 110010 | 1100001 | 1110 |
Color Harmonies of #443901
Complementary color
Monochromatic Colors of #443901
Black with #443901
Text Example
Text Example
White with #443901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443901; }
p { color: rgb(68,57,1); }
H1.HeaderClassName
{
color: #443901;
}
.AnyTagClassName
{
color: #443901;
}
</style>
background-color css
<style>
a { background-color: #443901; }
a { background-color: rgb(68,57,1); }
div.DivClassName
{
background-color: #443901;
}
.BgClassName
{
background-color: #443901;
}
</style>
border-color css
<style>
span { border-color: #443901; }
span { border-color: rgb(68,57,1); }
td.TdClassName
{
border-color: #443901;
}
.TagClassName
{
border-color: #443901;
}
</style>