Shades of Fuscous Grey #403542
Tints of Fuscous Grey #403542
RGB
CMYK
RGB Variations
Color information
#403542 (or 0x403542) is known color: Fuscous Grey. HEX triplet: 40, 35 and 42. RGB value is (64,53,66). Sum of RGB (Red+Green+Blue) = 64+53+66=183 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.97% from 183); Green value is 53 (21.09% from 255 or 28.96% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #403542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403542 is #BFCABD. Grayscale: #393939. Windows color (decimal): -12569278 or 4339008. OLE color: 4339008.
HSL color Cylindrical-coordinate representation of color #403542: hue angle of 290.77º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #403542 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 64 | 53 | 66 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.74 |
| HSL | 290.77º | 0.11% | 0.23% | - |
| HSV(B) | 290.77º | 0.2% | 0.26% | - |
| XYZ | 4.37 | 4.03 | 5.7 | - |
| YUV | 57.77 | 132.64 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 53 | 66 | 0.03 | 0.20 | 0 | 0.74 | 290.77 | 0.11 | 0.23 |
| Hex | 40 | 35 | 42 | 3 | 14 | 0 | 4A | 123 | B | 17 |
| Octal | 100 | 65 | 102 | 3 | 24 | 0 | 112 | 443 | 13 | 27 |
| Binary | 1000000 | 110101 | 1000010 | 11 | 10100 | 0 | 1001010 | 100100011 | 1011 | 10111 |
Color Harmonies of #403542
Complementary color
Monochromatic Colors of #403542
Black with #403542
Text Example
Text Example
White with #403542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403542; }
p { color: rgb(64,53,66); }
H1.HeaderClassName
{
color: #403542;
}
.AnyTagClassName
{
color: #403542;
}
</style>
background-color css
<style>
a { background-color: #403542; }
a { background-color: rgb(64,53,66); }
div.DivClassName
{
background-color: #403542;
}
.BgClassName
{
background-color: #403542;
}
</style>
border-color css
<style>
span { border-color: #403542; }
span { border-color: rgb(64,53,66); }
td.TdClassName
{
border-color: #403542;
}
.TagClassName
{
border-color: #403542;
}
</style>