Shades of Grape #403753
Tints of Grape #403753
RGB
CMYK
RGB Variations
Color information
#403753 (or 0x403753) is known color: Grape. HEX triplet: 40, 37 and 53. RGB value is (64,55,83). Sum of RGB (Red+Green+Blue) = 64+55+83=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 55 (21.88% from 255 or 27.23% from 202); Blue value is 83 (32.81% from 255 or 41.09% from 202); Max value from RGB is 83 - color contains mainly: blue. Hex color #403753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403753 is #BFC8AC. Grayscale: #3C3C3C. Windows color (decimal): -12568749 or 5453632. OLE color: 5453632.
HSL color Cylindrical-coordinate representation of color #403753: hue angle of 259.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #403753 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 55 | 83 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.67 |
| HSL | 259.29º | 0.2% | 0.27% | - |
| HSV(B) | 259.29º | 0.34% | 0.33% | - |
| XYZ | 5.04 | 4.45 | 8.78 | - |
| YUV | 60.88 | 140.48 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 55 | 83 | 0.23 | 0.34 | 0 | 0.67 | 259.29 | 0.2 | 0.27 |
| Hex | 40 | 37 | 53 | 17 | 22 | 0 | 43 | 103 | 14 | 1B |
| Octal | 100 | 67 | 123 | 27 | 42 | 0 | 103 | 403 | 24 | 33 |
| Binary | 1000000 | 110111 | 1010011 | 10111 | 100010 | 0 | 1000011 | 100000011 | 10100 | 11011 |
Color Harmonies of #403753
Complementary color
Monochromatic Colors of #403753
Black with #403753
Text Example
Text Example
White with #403753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403753; }
p { color: rgb(64,55,83); }
H1.HeaderClassName
{
color: #403753;
}
.AnyTagClassName
{
color: #403753;
}
</style>
background-color css
<style>
a { background-color: #403753; }
a { background-color: rgb(64,55,83); }
div.DivClassName
{
background-color: #403753;
}
.BgClassName
{
background-color: #403753;
}
</style>
border-color css
<style>
span { border-color: #403753; }
span { border-color: rgb(64,55,83); }
td.TdClassName
{
border-color: #403753;
}
.TagClassName
{
border-color: #403753;
}
</style>