Shades of Grape #403D47
Tints of Grape #403D47
RGB
CMYK
RGB Variations
Color information
#403D47 (or 0x403D47) is known color: Grape. HEX triplet: 40, 3D and 47. RGB value is (64,61,71). Sum of RGB (Red+Green+Blue) = 64+61+71=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 61 (24.22% from 255 or 31.12% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 71 - color contains mainly: blue. Hex color #403D47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403D47 is #BFC2B8. Grayscale: #3F3F3F. Windows color (decimal): -12567225 or 4668736. OLE color: 4668736.
HSL color Cylindrical-coordinate representation of color #403D47: hue angle of 258º 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 #403D47 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 64 | 61 | 71 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.72 |
| HSL | 258º | 0.08% | 0.26% | - |
| HSV(B) | 258º | 0.14% | 0.28% | - |
| XYZ | 4.92 | 4.88 | 6.64 | - |
| YUV | 63.04 | 132.49 | 128.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 61 | 71 | 0.10 | 0.14 | 0 | 0.72 | 258 | 0.08 | 0.26 |
| Hex | 40 | 3D | 47 | A | E | 0 | 48 | 102 | 8 | 1A |
| Octal | 100 | 75 | 107 | 12 | 16 | 0 | 110 | 402 | 10 | 32 |
| Binary | 1000000 | 111101 | 1000111 | 1010 | 1110 | 0 | 1001000 | 100000010 | 1000 | 11010 |
Color Harmonies of #403D47
Complementary color
Monochromatic Colors of #403D47
Black with #403D47
Text Example
Text Example
White with #403D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403D47; }
p { color: rgb(64,61,71); }
H1.HeaderClassName
{
color: #403D47;
}
.AnyTagClassName
{
color: #403D47;
}
</style>
background-color css
<style>
a { background-color: #403D47; }
a { background-color: rgb(64,61,71); }
div.DivClassName
{
background-color: #403D47;
}
.BgClassName
{
background-color: #403D47;
}
</style>
border-color css
<style>
span { border-color: #403D47; }
span { border-color: rgb(64,61,71); }
td.TdClassName
{
border-color: #403D47;
}
.TagClassName
{
border-color: #403D47;
}
</style>