Shades of Grape #403851
Tints of Grape #403851
RGB
CMYK
RGB Variations
Color information
#403851 (or 0x403851) is known color: Grape. HEX triplet: 40, 38 and 51. RGB value is (64,56,81). Sum of RGB (Red+Green+Blue) = 64+56+81=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 81 - color contains mainly: blue. Hex color #403851 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403851 is #BFC7AE. Grayscale: #3D3D3D. Windows color (decimal): -12568495 or 5322816. OLE color: 5322816.
HSL color Cylindrical-coordinate representation of color #403851: hue angle of 259.2º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #403851 is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 56 | 81 | - |
| CMYK | 0.21 | 0.31 | 0 | 0.68 |
| HSL | 259.2º | 0.18% | 0.27% | - |
| HSV(B) | 259.2º | 0.31% | 0.32% | - |
| XYZ | 5.01 | 4.51 | 8.39 | - |
| YUV | 61.24 | 139.15 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 56 | 81 | 0.21 | 0.31 | 0 | 0.68 | 259.2 | 0.18 | 0.27 |
| Hex | 40 | 38 | 51 | 15 | 1F | 0 | 44 | 103 | 12 | 1B |
| Octal | 100 | 70 | 121 | 25 | 37 | 0 | 104 | 403 | 22 | 33 |
| Binary | 1000000 | 111000 | 1010001 | 10101 | 11111 | 0 | 1000100 | 100000011 | 10010 | 11011 |
Color Harmonies of #403851
Complementary color
Monochromatic Colors of #403851
Black with #403851
Text Example
Text Example
White with #403851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #403851; }
p { color: rgb(64,56,81); }
H1.HeaderClassName
{
color: #403851;
}
.AnyTagClassName
{
color: #403851;
}
</style>
background-color css
<style>
a { background-color: #403851; }
a { background-color: rgb(64,56,81); }
div.DivClassName
{
background-color: #403851;
}
.BgClassName
{
background-color: #403851;
}
</style>
border-color css
<style>
span { border-color: #403851; }
span { border-color: rgb(64,56,81); }
td.TdClassName
{
border-color: #403851;
}
.TagClassName
{
border-color: #403851;
}
</style>