Shades of Grape #403750
Tints of Grape #403750
RGB
CMYK
RGB Variations
Color information
#403750 (or 0x403750) is known color: Grape. HEX triplet: 40, 37 and 50. RGB value is (64,55,80). Sum of RGB (Red+Green+Blue) = 64+55+80=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 55 (21.88% from 255 or 27.64% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 80 - color contains mainly: blue. Hex color #403750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403750 is #BFC8AF. Grayscale: #3C3C3C. Windows color (decimal): -12568752 or 5257024. OLE color: 5257024.
HSL color Cylindrical-coordinate representation of color #403750: hue angle of 261.6º degrees, saturation: 0.19, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403750 is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 55 | 80 | - |
| CMYK | 0.20 | 0.31 | 0 | 0.69 |
| HSL | 261.6º | 0.19% | 0.26% | - |
| HSV(B) | 261.6º | 0.31% | 0.31% | - |
| XYZ | 4.93 | 4.4 | 8.18 | - |
| YUV | 60.54 | 138.98 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 80 | 0.20 | 0.31 | 0 | 0.69 | 261.6 | 0.19 | 0.26 |
| Hex | 40 | 37 | 50 | 14 | 1F | 0 | 45 | 106 | 13 | 1A |
| Octal | 100 | 67 | 120 | 24 | 37 | 0 | 105 | 406 | 23 | 32 |
| Binary | 1000000 | 110111 | 1010000 | 10100 | 11111 | 0 | 1000101 | 100000110 | 10011 | 11010 |
Color Harmonies of #403750
Complementary color
Monochromatic Colors of #403750
Black with #403750
Text Example
Text Example
White with #403750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403750; }
p { color: rgb(64,55,80); }
H1.HeaderClassName
{
color: #403750;
}
.AnyTagClassName
{
color: #403750;
}
</style>
background-color css
<style>
a { background-color: #403750; }
a { background-color: rgb(64,55,80); }
div.DivClassName
{
background-color: #403750;
}
.BgClassName
{
background-color: #403750;
}
</style>
border-color css
<style>
span { border-color: #403750; }
span { border-color: rgb(64,55,80); }
td.TdClassName
{
border-color: #403750;
}
.TagClassName
{
border-color: #403750;
}
</style>