Shades of Grape #403B49
Tints of Grape #403B49
RGB
CMYK
RGB Variations
Color information
#403B49 (or 0x403B49) is known color: Grape. HEX triplet: 40, 3B and 49. RGB value is (64,59,73). Sum of RGB (Red+Green+Blue) = 64+59+73=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 73 - color contains mainly: blue. Hex color #403B49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403B49 is #BFC4B6. Grayscale: #3E3E3E. Windows color (decimal): -12567735 or 4799296. OLE color: 4799296.
HSL color Cylindrical-coordinate representation of color #403B49: hue angle of 261.43º degrees, saturation: 0.11, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #403B49 is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 59 | 73 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.71 |
| HSL | 261.43º | 0.11% | 0.26% | - |
| HSV(B) | 261.43º | 0.19% | 0.29% | - |
| XYZ | 4.88 | 4.7 | 6.95 | - |
| YUV | 62.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 59 | 73 | 0.12 | 0.19 | 0 | 0.71 | 261.43 | 0.11 | 0.26 |
| Hex | 40 | 3B | 49 | C | 13 | 0 | 47 | 105 | B | 1A |
| Octal | 100 | 73 | 111 | 14 | 23 | 0 | 107 | 405 | 13 | 32 |
| Binary | 1000000 | 111011 | 1001001 | 1100 | 10011 | 0 | 1000111 | 100000101 | 1011 | 11010 |
Color Harmonies of #403B49
Complementary color
Monochromatic Colors of #403B49
Black with #403B49
Text Example
Text Example
White with #403B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403B49; }
p { color: rgb(64,59,73); }
H1.HeaderClassName
{
color: #403B49;
}
.AnyTagClassName
{
color: #403B49;
}
</style>
background-color css
<style>
a { background-color: #403B49; }
a { background-color: rgb(64,59,73); }
div.DivClassName
{
background-color: #403B49;
}
.BgClassName
{
background-color: #403B49;
}
</style>
border-color css
<style>
span { border-color: #403B49; }
span { border-color: rgb(64,59,73); }
td.TdClassName
{
border-color: #403B49;
}
.TagClassName
{
border-color: #403B49;
}
</style>