Shades of Grape #413D49
Tints of Grape #413D49
RGB
CMYK
RGB Variations
Color information
#413D49 (or 0x413D49) is known color: Grape. HEX triplet: 41, 3D and 49. RGB value is (65,61,73). Sum of RGB (Red+Green+Blue) = 65+61+73=199 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.66% from 199); Green value is 61 (24.22% from 255 or 30.65% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #413D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D49 is #BEC2B6. Grayscale: #3F3F3F. Windows color (decimal): -12501687 or 4799809. OLE color: 4799809.
HSL color Cylindrical-coordinate representation of color #413D49: hue angle of 260º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #413D49 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 65 | 61 | 73 | - |
| CMYK | 0.11 | 0.16 | 0 | 0.71 |
| HSL | 260º | 0.09% | 0.26% | - |
| HSV(B) | 260º | 0.16% | 0.29% | - |
| XYZ | 5.05 | 4.94 | 6.99 | - |
| YUV | 63.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 73 | 0.11 | 0.16 | 0 | 0.71 | 260 | 0.09 | 0.26 |
| Hex | 41 | 3D | 49 | B | 10 | 0 | 47 | 104 | 9 | 1A |
| Octal | 101 | 75 | 111 | 13 | 20 | 0 | 107 | 404 | 11 | 32 |
| Binary | 1000001 | 111101 | 1001001 | 1011 | 10000 | 0 | 1000111 | 100000100 | 1001 | 11010 |
Color Harmonies of #413D49
Complementary color
Monochromatic Colors of #413D49
Black with #413D49
Text Example
Text Example
White with #413D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D49; }
p { color: rgb(65,61,73); }
H1.HeaderClassName
{
color: #413D49;
}
.AnyTagClassName
{
color: #413D49;
}
</style>
background-color css
<style>
a { background-color: #413D49; }
a { background-color: rgb(65,61,73); }
div.DivClassName
{
background-color: #413D49;
}
.BgClassName
{
background-color: #413D49;
}
</style>
border-color css
<style>
span { border-color: #413D49; }
span { border-color: rgb(65,61,73); }
td.TdClassName
{
border-color: #413D49;
}
.TagClassName
{
border-color: #413D49;
}
</style>