Shades of Grape #403D50
Tints of Grape #403D50
RGB
CMYK
RGB Variations
Color information
#403D50 (or 0x403D50) is known color: Grape. HEX triplet: 40, 3D and 50. RGB value is (64,61,80). Sum of RGB (Red+Green+Blue) = 64+61+80=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 80 - color contains mainly: blue. Hex color #403D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D50 is #BFC2AF. Grayscale: #3F3F3F. Windows color (decimal): -12567216 or 5258560. OLE color: 5258560.
HSL color Cylindrical-coordinate representation of color #403D50: hue angle of 249.47º 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 #403D50 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 61 | 80 | - |
| CMYK | 0.20 | 0.24 | 0 | 0.69 |
| HSL | 249.47º | 0.13% | 0.28% | - |
| HSV(B) | 249.47º | 0.24% | 0.31% | - |
| XYZ | 5.23 | 5.01 | 8.28 | - |
| YUV | 64.06 | 136.99 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 80 | 0.20 | 0.24 | 0 | 0.69 | 249.47 | 0.13 | 0.28 |
| Hex | 40 | 3D | 50 | 14 | 18 | 0 | 45 | F9 | D | 1C |
| Octal | 100 | 75 | 120 | 24 | 30 | 0 | 105 | 371 | 15 | 34 |
| Binary | 1000000 | 111101 | 1010000 | 10100 | 11000 | 0 | 1000101 | 11111001 | 1101 | 11100 |
Color Harmonies of #403D50
Complementary color
Monochromatic Colors of #403D50
Black with #403D50
Text Example
Text Example
White with #403D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D50; }
p { color: rgb(64,61,80); }
H1.HeaderClassName
{
color: #403D50;
}
.AnyTagClassName
{
color: #403D50;
}
</style>
background-color css
<style>
a { background-color: #403D50; }
a { background-color: rgb(64,61,80); }
div.DivClassName
{
background-color: #403D50;
}
.BgClassName
{
background-color: #403D50;
}
</style>
border-color css
<style>
span { border-color: #403D50; }
span { border-color: rgb(64,61,80); }
td.TdClassName
{
border-color: #403D50;
}
.TagClassName
{
border-color: #403D50;
}
</style>