Shades of Grape #413D47
Tints of Grape #413D47
RGB
CMYK
RGB Variations
Color information
#413D47 (or 0x413D47) is known color: Grape. HEX triplet: 41, 3D and 47. RGB value is (65,61,71). Sum of RGB (Red+Green+Blue) = 65+61+71=197 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.99% from 197); Green value is 61 (24.22% from 255 or 30.96% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 71 - color contains mainly: blue. Hex color #413D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D47 is #BEC2B8. Grayscale: #3F3F3F. Windows color (decimal): -12501689 or 4668737. OLE color: 4668737.
HSL color Cylindrical-coordinate representation of color #413D47: hue angle of 264º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #413D47 is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 65 | 61 | 71 | - |
| CMYK | 0.08 | 0.14 | 0 | 0.72 |
| HSL | 264º | 0.08% | 0.26% | - |
| HSV(B) | 264º | 0.14% | 0.28% | - |
| XYZ | 4.99 | 4.92 | 6.65 | - |
| YUV | 63.34 | 132.33 | 129.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 71 | 0.08 | 0.14 | 0 | 0.72 | 264 | 0.08 | 0.26 |
| Hex | 41 | 3D | 47 | 8 | E | 0 | 48 | 108 | 8 | 1A |
| Octal | 101 | 75 | 107 | 10 | 16 | 0 | 110 | 410 | 10 | 32 |
| Binary | 1000001 | 111101 | 1000111 | 1000 | 1110 | 0 | 1001000 | 100001000 | 1000 | 11010 |
Color Harmonies of #413D47
Complementary color
Monochromatic Colors of #413D47
Black with #413D47
Text Example
Text Example
White with #413D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D47; }
p { color: rgb(65,61,71); }
H1.HeaderClassName
{
color: #413D47;
}
.AnyTagClassName
{
color: #413D47;
}
</style>
background-color css
<style>
a { background-color: #413D47; }
a { background-color: rgb(65,61,71); }
div.DivClassName
{
background-color: #413D47;
}
.BgClassName
{
background-color: #413D47;
}
</style>
border-color css
<style>
span { border-color: #413D47; }
span { border-color: rgb(65,61,71); }
td.TdClassName
{
border-color: #413D47;
}
.TagClassName
{
border-color: #413D47;
}
</style>