Shades of Fuscous Grey #423343
Tints of Fuscous Grey #423343
RGB
CMYK
RGB Variations
Color information
#423343 (or 0x423343) is known color: Fuscous Grey. HEX triplet: 42, 33 and 43. RGB value is (66,51,67). Sum of RGB (Red+Green+Blue) = 66+51+67=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 67 (26.56% from 255 or 36.41% from 184); Max value from RGB is 67 - color contains mainly: blue. Hex color #423343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423343 is #BDCCBC. Grayscale: #393939. Windows color (decimal): -12438717 or 4404034. OLE color: 4404034.
HSL color Cylindrical-coordinate representation of color #423343: hue angle of 296.25º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #423343 is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 51 | 67 | - |
| CMYK | 0.01 | 0.24 | 0 | 0.74 |
| HSL | 296.25º | 0.14% | 0.23% | - |
| HSV(B) | 296.25º | 0.24% | 0.26% | - |
| XYZ | 4.44 | 3.93 | 5.83 | - |
| YUV | 57.31 | 133.47 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 51 | 67 | 0.01 | 0.24 | 0 | 0.74 | 296.25 | 0.14 | 0.23 |
| Hex | 42 | 33 | 43 | 1 | 18 | 0 | 4A | 128 | E | 17 |
| Octal | 102 | 63 | 103 | 1 | 30 | 0 | 112 | 450 | 16 | 27 |
| Binary | 1000010 | 110011 | 1000011 | 1 | 11000 | 0 | 1001010 | 100101000 | 1110 | 10111 |
Color Harmonies of #423343
Complementary color
Monochromatic Colors of #423343
Black with #423343
Text Example
Text Example
White with #423343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #423343; }
p { color: rgb(66,51,67); }
H1.HeaderClassName
{
color: #423343;
}
.AnyTagClassName
{
color: #423343;
}
</style>
background-color css
<style>
a { background-color: #423343; }
a { background-color: rgb(66,51,67); }
div.DivClassName
{
background-color: #423343;
}
.BgClassName
{
background-color: #423343;
}
</style>
border-color css
<style>
span { border-color: #423343; }
span { border-color: rgb(66,51,67); }
td.TdClassName
{
border-color: #423343;
}
.TagClassName
{
border-color: #423343;
}
</style>