Shades of Fuscous Grey #403142
Tints of Fuscous Grey #403142
RGB
CMYK
RGB Variations
Color information
#403142 (or 0x403142) is known color: Fuscous Grey. HEX triplet: 40, 31 and 42. RGB value is (64,49,66). Sum of RGB (Red+Green+Blue) = 64+49+66=179 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.75% from 179); Green value is 49 (19.53% from 255 or 27.37% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #403142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403142 is #BFCEBD. Grayscale: #373737. Windows color (decimal): -12570302 or 4337984. OLE color: 4337984.
HSL color Cylindrical-coordinate representation of color #403142: hue angle of 292.94º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #403142 is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 49 | 66 | - |
| CMYK | 0.03 | 0.26 | 0 | 0.74 |
| HSL | 292.94º | 0.15% | 0.23% | - |
| HSV(B) | 292.94º | 0.26% | 0.26% | - |
| XYZ | 4.2 | 3.68 | 5.64 | - |
| YUV | 55.42 | 133.97 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 49 | 66 | 0.03 | 0.26 | 0 | 0.74 | 292.94 | 0.15 | 0.23 |
| Hex | 40 | 31 | 42 | 3 | 1A | 0 | 4A | 125 | F | 17 |
| Octal | 100 | 61 | 102 | 3 | 32 | 0 | 112 | 445 | 17 | 27 |
| Binary | 1000000 | 110001 | 1000010 | 11 | 11010 | 0 | 1001010 | 100100101 | 1111 | 10111 |
Color Harmonies of #403142
Complementary color
Monochromatic Colors of #403142
Black with #403142
Text Example
Text Example
White with #403142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403142; }
p { color: rgb(64,49,66); }
H1.HeaderClassName
{
color: #403142;
}
.AnyTagClassName
{
color: #403142;
}
</style>
background-color css
<style>
a { background-color: #403142; }
a { background-color: rgb(64,49,66); }
div.DivClassName
{
background-color: #403142;
}
.BgClassName
{
background-color: #403142;
}
</style>
border-color css
<style>
span { border-color: #403142; }
span { border-color: rgb(64,49,66); }
td.TdClassName
{
border-color: #403142;
}
.TagClassName
{
border-color: #403142;
}
</style>