Shades of Fuscous Grey #433243
Tints of Fuscous Grey #433243
RGB
CMYK
RGB Variations
Color information
#433243 (or 0x433243) is known color: Fuscous Grey. HEX triplet: 43, 32 and 43. RGB value is (67,50,67). Sum of RGB (Red+Green+Blue) = 67+50+67=184 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.41% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 67 - color contains mainly: red, blue. Hex color #433243 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433243 is #BCCDBC. Grayscale: #383838. Windows color (decimal): -12373437 or 4403779. OLE color: 4403779.
HSL color Cylindrical-coordinate representation of color #433243: hue angle of 300º degrees, saturation: 0.15, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #433243 is Cyan = 0, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 50 | 67 | - |
| CMYK | 0 | 0.25 | 0 | 0.74 |
| HSL | 300º | 0.15% | 0.23% | - |
| HSV(B) | 300º | 0.25% | 0.26% | - |
| XYZ | 4.47 | 3.88 | 5.82 | - |
| YUV | 57.02 | 133.63 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 67 | 0 | 0.25 | 0 | 0.74 | 300 | 0.15 | 0.23 |
| Hex | 43 | 32 | 43 | 0 | 19 | 0 | 4A | 12C | F | 17 |
| Octal | 103 | 62 | 103 | 0 | 31 | 0 | 112 | 454 | 17 | 27 |
| Binary | 1000011 | 110010 | 1000011 | 0 | 11001 | 0 | 1001010 | 100101100 | 1111 | 10111 |
Color Harmonies of #433243
Complementary color
Monochromatic Colors of #433243
Black with #433243
Text Example
Text Example
White with #433243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433243; }
p { color: rgb(67,50,67); }
H1.HeaderClassName
{
color: #433243;
}
.AnyTagClassName
{
color: #433243;
}
</style>
background-color css
<style>
a { background-color: #433243; }
a { background-color: rgb(67,50,67); }
div.DivClassName
{
background-color: #433243;
}
.BgClassName
{
background-color: #433243;
}
</style>
border-color css
<style>
span { border-color: #433243; }
span { border-color: rgb(67,50,67); }
td.TdClassName
{
border-color: #433243;
}
.TagClassName
{
border-color: #433243;
}
</style>