Shades of Fuscous Grey #442F45
Tints of Fuscous Grey #442F45
RGB
CMYK
RGB Variations
Color information
#442F45 (or 0x442F45) is known color: Fuscous Grey. HEX triplet: 44, 2F and 45. RGB value is (68,47,69). Sum of RGB (Red+Green+Blue) = 68+47+69=184 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.96% from 184); Green value is 47 (18.75% from 255 or 25.54% from 184); Blue value is 69 (27.34% from 255 or 37.5% from 184); Max value from RGB is 69 - color contains mainly: blue. Hex color #442F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442F45 is #BBD0BA. Grayscale: #373737. Windows color (decimal): -12308667 or 4534084. OLE color: 4534084.
HSL color Cylindrical-coordinate representation of color #442F45: hue angle of 297.27º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #442F45 is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 68 | 47 | 69 | - |
| CMYK | 0.01 | 0.32 | 0 | 0.73 |
| HSL | 297.27º | 0.19% | 0.23% | - |
| HSV(B) | 297.27º | 0.32% | 0.27% | - |
| XYZ | 4.47 | 3.69 | 6.11 | - |
| YUV | 55.79 | 135.46 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 47 | 69 | 0.01 | 0.32 | 0 | 0.73 | 297.27 | 0.19 | 0.23 |
| Hex | 44 | 2F | 45 | 1 | 20 | 0 | 49 | 129 | 13 | 17 |
| Octal | 104 | 57 | 105 | 1 | 40 | 0 | 111 | 451 | 23 | 27 |
| Binary | 1000100 | 101111 | 1000101 | 1 | 100000 | 0 | 1001001 | 100101001 | 10011 | 10111 |
Color Harmonies of #442F45
Complementary color
Monochromatic Colors of #442F45
Black with #442F45
Text Example
Text Example
White with #442F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442F45; }
p { color: rgb(68,47,69); }
H1.HeaderClassName
{
color: #442F45;
}
.AnyTagClassName
{
color: #442F45;
}
</style>
background-color css
<style>
a { background-color: #442F45; }
a { background-color: rgb(68,47,69); }
div.DivClassName
{
background-color: #442F45;
}
.BgClassName
{
background-color: #442F45;
}
</style>
border-color css
<style>
span { border-color: #442F45; }
span { border-color: rgb(68,47,69); }
td.TdClassName
{
border-color: #442F45;
}
.TagClassName
{
border-color: #442F45;
}
</style>