Shades of Grape #403652
Tints of Grape #403652
RGB
CMYK
RGB Variations
Color information
#403652 (or 0x403652) is known color: Grape. HEX triplet: 40, 36 and 52. RGB value is (64,54,82). Sum of RGB (Red+Green+Blue) = 64+54+82=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 82 (32.42% from 255 or 41% from 200); Max value from RGB is 82 - color contains mainly: blue. Hex color #403652 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403652 is #BFC9AD. Grayscale: #3C3C3C. Windows color (decimal): -12569006 or 5387840. OLE color: 5387840.
HSL color Cylindrical-coordinate representation of color #403652: hue angle of 261.43º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403652 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 54 | 82 | - |
| CMYK | 0.22 | 0.34 | 0 | 0.68 |
| HSL | 261.43º | 0.21% | 0.27% | - |
| HSV(B) | 261.43º | 0.34% | 0.32% | - |
| XYZ | 4.96 | 4.34 | 8.56 | - |
| YUV | 60.18 | 140.31 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 82 | 0.22 | 0.34 | 0 | 0.68 | 261.43 | 0.21 | 0.27 |
| Hex | 40 | 36 | 52 | 16 | 22 | 0 | 44 | 105 | 15 | 1B |
| Octal | 100 | 66 | 122 | 26 | 42 | 0 | 104 | 405 | 25 | 33 |
| Binary | 1000000 | 110110 | 1010010 | 10110 | 100010 | 0 | 1000100 | 100000101 | 10101 | 11011 |
Color Harmonies of #403652
Complementary color
Monochromatic Colors of #403652
Black with #403652
Text Example
Text Example
White with #403652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403652; }
p { color: rgb(64,54,82); }
H1.HeaderClassName
{
color: #403652;
}
.AnyTagClassName
{
color: #403652;
}
</style>
background-color css
<style>
a { background-color: #403652; }
a { background-color: rgb(64,54,82); }
div.DivClassName
{
background-color: #403652;
}
.BgClassName
{
background-color: #403652;
}
</style>
border-color css
<style>
span { border-color: #403652; }
span { border-color: rgb(64,54,82); }
td.TdClassName
{
border-color: #403652;
}
.TagClassName
{
border-color: #403652;
}
</style>