Shades of Fuscous Grey #413340
Tints of Fuscous Grey #413340
RGB
CMYK
RGB Variations
Color information
#413340 (or 0x413340) is known color: Fuscous Grey. HEX triplet: 41, 33 and 40. RGB value is (65,51,64). Sum of RGB (Red+Green+Blue) = 65+51+64=180 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.11% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 65 - color contains mainly: red. Hex color #413340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413340 is #BECCBF. Grayscale: #383838. Windows color (decimal): -12504256 or 4207425. OLE color: 4207425.
HSL color Cylindrical-coordinate representation of color #413340: hue angle of 304.29º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #413340 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 65 | 51 | 64 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.75 |
| HSL | 304.29º | 0.12% | 0.23% | - |
| HSV(B) | 304.29º | 0.22% | 0.25% | - |
| XYZ | 4.29 | 3.86 | 5.37 | - |
| YUV | 56.67 | 132.14 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 51 | 64 | 0 | 0.22 | 0.02 | 0.75 | 304.29 | 0.12 | 0.23 |
| Hex | 41 | 33 | 40 | 0 | 16 | 2 | 4B | 130 | C | 17 |
| Octal | 101 | 63 | 100 | 0 | 26 | 2 | 113 | 460 | 14 | 27 |
| Binary | 1000001 | 110011 | 1000000 | 0 | 10110 | 10 | 1001011 | 100110000 | 1100 | 10111 |
Color Harmonies of #413340
Complementary color
Monochromatic Colors of #413340
Black with #413340
Text Example
Text Example
White with #413340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413340; }
p { color: rgb(65,51,64); }
H1.HeaderClassName
{
color: #413340;
}
.AnyTagClassName
{
color: #413340;
}
</style>
background-color css
<style>
a { background-color: #413340; }
a { background-color: rgb(65,51,64); }
div.DivClassName
{
background-color: #413340;
}
.BgClassName
{
background-color: #413340;
}
</style>
border-color css
<style>
span { border-color: #413340; }
span { border-color: rgb(65,51,64); }
td.TdClassName
{
border-color: #413340;
}
.TagClassName
{
border-color: #413340;
}
</style>