Shades of Grape #403952
Tints of Grape #403952
RGB
CMYK
RGB Variations
Color information
#403952 (or 0x403952) is known color: Grape. HEX triplet: 40, 39 and 52. RGB value is (64,57,82). Sum of RGB (Red+Green+Blue) = 64+57+82=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 57 (22.66% from 255 or 28.08% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 82 - color contains mainly: blue. Hex color #403952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403952 is #BFC6AD. Grayscale: #3D3D3D. Windows color (decimal): -12568238 or 5388608. OLE color: 5388608.
HSL color Cylindrical-coordinate representation of color #403952: hue angle of 256.8º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #403952 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 57 | 82 | - |
| CMYK | 0.22 | 0.30 | 0 | 0.68 |
| HSL | 256.8º | 0.18% | 0.27% | - |
| HSV(B) | 256.8º | 0.3% | 0.32% | - |
| XYZ | 5.1 | 4.63 | 8.61 | - |
| YUV | 61.94 | 139.32 | 129.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 57 | 82 | 0.22 | 0.30 | 0 | 0.68 | 256.8 | 0.18 | 0.27 |
| Hex | 40 | 39 | 52 | 16 | 1E | 0 | 44 | 101 | 12 | 1B |
| Octal | 100 | 71 | 122 | 26 | 36 | 0 | 104 | 401 | 22 | 33 |
| Binary | 1000000 | 111001 | 1010010 | 10110 | 11110 | 0 | 1000100 | 100000001 | 10010 | 11011 |
Color Harmonies of #403952
Complementary color
Monochromatic Colors of #403952
Black with #403952
Text Example
Text Example
White with #403952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403952; }
p { color: rgb(64,57,82); }
H1.HeaderClassName
{
color: #403952;
}
.AnyTagClassName
{
color: #403952;
}
</style>
background-color css
<style>
a { background-color: #403952; }
a { background-color: rgb(64,57,82); }
div.DivClassName
{
background-color: #403952;
}
.BgClassName
{
background-color: #403952;
}
</style>
border-color css
<style>
span { border-color: #403952; }
span { border-color: rgb(64,57,82); }
td.TdClassName
{
border-color: #403952;
}
.TagClassName
{
border-color: #403952;
}
</style>