Shades of Grape #403C4C
Tints of Grape #403C4C
RGB
CMYK
RGB Variations
Color information
#403C4C (or 0x403C4C) is known color: Grape. HEX triplet: 40, 3C and 4C. RGB value is (64,60,76). Sum of RGB (Red+Green+Blue) = 64+60+76=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 60 (23.83% from 255 or 30% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 76 - color contains mainly: blue. Hex color #403C4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C4C is #BFC3B3. Grayscale: #3E3E3E. Windows color (decimal): -12567476 or 4996160. OLE color: 4996160.
HSL color Cylindrical-coordinate representation of color #403C4C: hue angle of 255º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #403C4C is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 60 | 76 | - |
| CMYK | 0.16 | 0.21 | 0 | 0.70 |
| HSL | 255º | 0.12% | 0.27% | - |
| HSV(B) | 255º | 0.21% | 0.3% | - |
| XYZ | 5.03 | 4.84 | 7.51 | - |
| YUV | 63.02 | 135.33 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 60 | 76 | 0.16 | 0.21 | 0 | 0.70 | 255 | 0.12 | 0.27 |
| Hex | 40 | 3C | 4C | 10 | 15 | 0 | 46 | FF | C | 1B |
| Octal | 100 | 74 | 114 | 20 | 25 | 0 | 106 | 377 | 14 | 33 |
| Binary | 1000000 | 111100 | 1001100 | 10000 | 10101 | 0 | 1000110 | 11111111 | 1100 | 11011 |
Color Harmonies of #403C4C
Complementary color
Monochromatic Colors of #403C4C
Black with #403C4C
Text Example
Text Example
White with #403C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403C4C; }
p { color: rgb(64,60,76); }
H1.HeaderClassName
{
color: #403C4C;
}
.AnyTagClassName
{
color: #403C4C;
}
</style>
background-color css
<style>
a { background-color: #403C4C; }
a { background-color: rgb(64,60,76); }
div.DivClassName
{
background-color: #403C4C;
}
.BgClassName
{
background-color: #403C4C;
}
</style>
border-color css
<style>
span { border-color: #403C4C; }
span { border-color: rgb(64,60,76); }
td.TdClassName
{
border-color: #403C4C;
}
.TagClassName
{
border-color: #403C4C;
}
</style>