Shades of Grape #403751
Tints of Grape #403751
RGB
CMYK
RGB Variations
Color information
#403751 (or 0x403751) is known color: Grape. HEX triplet: 40, 37 and 51. RGB value is (64,55,81). Sum of RGB (Red+Green+Blue) = 64+55+81=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 81 (32.03% from 255 or 40.5% from 200); Max value from RGB is 81 - color contains mainly: blue. Hex color #403751 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403751 is #BFC8AE. Grayscale: #3C3C3C. Windows color (decimal): -12568751 or 5322560. OLE color: 5322560.
HSL color Cylindrical-coordinate representation of color #403751: hue angle of 260.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #403751 is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 55 | 81 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.68 |
| HSL | 260.77º | 0.19% | 0.27% | - |
| HSV(B) | 260.77º | 0.32% | 0.32% | - |
| XYZ | 4.97 | 4.42 | 8.38 | - |
| YUV | 60.66 | 139.48 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 81 | 0.21 | 0.32 | 0 | 0.68 | 260.77 | 0.19 | 0.27 |
| Hex | 40 | 37 | 51 | 15 | 20 | 0 | 44 | 105 | 13 | 1B |
| Octal | 100 | 67 | 121 | 25 | 40 | 0 | 104 | 405 | 23 | 33 |
| Binary | 1000000 | 110111 | 1010001 | 10101 | 100000 | 0 | 1000100 | 100000101 | 10011 | 11011 |
Color Harmonies of #403751
Complementary color
Monochromatic Colors of #403751
Black with #403751
Text Example
Text Example
White with #403751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403751; }
p { color: rgb(64,55,81); }
H1.HeaderClassName
{
color: #403751;
}
.AnyTagClassName
{
color: #403751;
}
</style>
background-color css
<style>
a { background-color: #403751; }
a { background-color: rgb(64,55,81); }
div.DivClassName
{
background-color: #403751;
}
.BgClassName
{
background-color: #403751;
}
</style>
border-color css
<style>
span { border-color: #403751; }
span { border-color: rgb(64,55,81); }
td.TdClassName
{
border-color: #403751;
}
.TagClassName
{
border-color: #403751;
}
</style>