Shades of Fuscous Grey #433542
Tints of Fuscous Grey #433542
RGB
CMYK
RGB Variations
Color information
#433542 (or 0x433542) is known color: Fuscous Grey. HEX triplet: 43, 35 and 42. RGB value is (67,53,66). Sum of RGB (Red+Green+Blue) = 67+53+66=186 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.02% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 67 - color contains mainly: red. Hex color #433542 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433542 is #BCCABD. Grayscale: #3A3A3A. Windows color (decimal): -12372670 or 4339011. OLE color: 4339011.
HSL color Cylindrical-coordinate representation of color #433542: hue angle of 304.29º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #433542 is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 53 | 66 | - |
| CMYK | 0 | 0.21 | 0.01 | 0.74 |
| HSL | 304.29º | 0.12% | 0.24% | - |
| HSV(B) | 304.29º | 0.21% | 0.26% | - |
| XYZ | 4.57 | 4.13 | 5.71 | - |
| YUV | 58.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 66 | 0 | 0.21 | 0.01 | 0.74 | 304.29 | 0.12 | 0.24 |
| Hex | 43 | 35 | 42 | 0 | 15 | 1 | 4A | 130 | C | 18 |
| Octal | 103 | 65 | 102 | 0 | 25 | 1 | 112 | 460 | 14 | 30 |
| Binary | 1000011 | 110101 | 1000010 | 0 | 10101 | 1 | 1001010 | 100110000 | 1100 | 11000 |
Color Harmonies of #433542
Complementary color
Monochromatic Colors of #433542
Black with #433542
Text Example
Text Example
White with #433542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433542; }
p { color: rgb(67,53,66); }
H1.HeaderClassName
{
color: #433542;
}
.AnyTagClassName
{
color: #433542;
}
</style>
background-color css
<style>
a { background-color: #433542; }
a { background-color: rgb(67,53,66); }
div.DivClassName
{
background-color: #433542;
}
.BgClassName
{
background-color: #433542;
}
</style>
border-color css
<style>
span { border-color: #433542; }
span { border-color: rgb(67,53,66); }
td.TdClassName
{
border-color: #433542;
}
.TagClassName
{
border-color: #433542;
}
</style>