Shades of Grape #413D50
Tints of Grape #413D50
RGB
CMYK
RGB Variations
Color information
#413D50 (or 0x413D50) is known color: Grape. HEX triplet: 41, 3D and 50. RGB value is (65,61,80). Sum of RGB (Red+Green+Blue) = 65+61+80=206 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.55% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 80 (31.64% from 255 or 38.83% from 206); Max value from RGB is 80 - color contains mainly: blue. Hex color #413D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #413D50 is #BEC2AF. Grayscale: #404040. Windows color (decimal): -12501680 or 5258561. OLE color: 5258561.
HSL color Cylindrical-coordinate representation of color #413D50: hue angle of 252.63º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #413D50 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 61 | 80 | - |
| CMYK | 0.19 | 0.24 | 0 | 0.69 |
| HSL | 252.63º | 0.13% | 0.28% | - |
| HSV(B) | 252.63º | 0.24% | 0.31% | - |
| XYZ | 5.3 | 5.04 | 8.28 | - |
| YUV | 64.36 | 136.83 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 61 | 80 | 0.19 | 0.24 | 0 | 0.69 | 252.63 | 0.13 | 0.28 |
| Hex | 41 | 3D | 50 | 13 | 18 | 0 | 45 | FD | D | 1C |
| Octal | 101 | 75 | 120 | 23 | 30 | 0 | 105 | 375 | 15 | 34 |
| Binary | 1000001 | 111101 | 1010000 | 10011 | 11000 | 0 | 1000101 | 11111101 | 1101 | 11100 |
Color Harmonies of #413D50
Complementary color
Monochromatic Colors of #413D50
Black with #413D50
Text Example
Text Example
White with #413D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #413D50; }
p { color: rgb(65,61,80); }
H1.HeaderClassName
{
color: #413D50;
}
.AnyTagClassName
{
color: #413D50;
}
</style>
background-color css
<style>
a { background-color: #413D50; }
a { background-color: rgb(65,61,80); }
div.DivClassName
{
background-color: #413D50;
}
.BgClassName
{
background-color: #413D50;
}
</style>
border-color css
<style>
span { border-color: #413D50; }
span { border-color: rgb(65,61,80); }
td.TdClassName
{
border-color: #413D50;
}
.TagClassName
{
border-color: #413D50;
}
</style>