Shades of Fuscous Grey #443544
Tints of Fuscous Grey #443544
RGB
CMYK
RGB Variations
Color information
#443544 (or 0x443544) is known color: Fuscous Grey. HEX triplet: 44, 35 and 44. RGB value is (68,53,68). Sum of RGB (Red+Green+Blue) = 68+53+68=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 68 - color contains mainly: red, blue. Hex color #443544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443544 is #BBCABB. Grayscale: #3B3B3B. Windows color (decimal): -12307132 or 4470084. OLE color: 4470084.
HSL color Cylindrical-coordinate representation of color #443544: hue angle of 300º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #443544 is Cyan = 0, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 53 | 68 | - |
| CMYK | 0 | 0.22 | 0 | 0.73 |
| HSL | 300º | 0.12% | 0.24% | - |
| HSV(B) | 300º | 0.22% | 0.27% | - |
| XYZ | 4.7 | 4.19 | 6.03 | - |
| YUV | 59.2 | 132.97 | 134.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 68 | 0 | 0.22 | 0 | 0.73 | 300 | 0.12 | 0.24 |
| Hex | 44 | 35 | 44 | 0 | 16 | 0 | 49 | 12C | C | 18 |
| Octal | 104 | 65 | 104 | 0 | 26 | 0 | 111 | 454 | 14 | 30 |
| Binary | 1000100 | 110101 | 1000100 | 0 | 10110 | 0 | 1001001 | 100101100 | 1100 | 11000 |
Color Harmonies of #443544
Complementary color
Monochromatic Colors of #443544
Black with #443544
Text Example
Text Example
White with #443544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443544; }
p { color: rgb(68,53,68); }
H1.HeaderClassName
{
color: #443544;
}
.AnyTagClassName
{
color: #443544;
}
</style>
background-color css
<style>
a { background-color: #443544; }
a { background-color: rgb(68,53,68); }
div.DivClassName
{
background-color: #443544;
}
.BgClassName
{
background-color: #443544;
}
</style>
border-color css
<style>
span { border-color: #443544; }
span { border-color: rgb(68,53,68); }
td.TdClassName
{
border-color: #443544;
}
.TagClassName
{
border-color: #443544;
}
</style>