Shades of Grape #443F4D
Tints of Grape #443F4D
RGB
CMYK
RGB Variations
Color information
#443F4D (or 0x443F4D) is known color: Grape. HEX triplet: 44, 3F and 4D. RGB value is (68,63,77). Sum of RGB (Red+Green+Blue) = 68+63+77=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 63 (25% from 255 or 30.29% from 208); Blue value is 77 (30.47% from 255 or 37.02% from 208); Max value from RGB is 77 - color contains mainly: blue. Hex color #443F4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443F4D is #BBC0B2. Grayscale: #424242. Windows color (decimal): -12304563 or 5062468. OLE color: 5062468.
HSL color Cylindrical-coordinate representation of color #443F4D: hue angle of 261.43º degrees, saturation: 0.1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #443F4D is Cyan = 0.12, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 63 | 77 | - |
| CMYK | 0.12 | 0.18 | 0 | 0.70 |
| HSL | 261.43º | 0.1% | 0.27% | - |
| HSV(B) | 261.43º | 0.18% | 0.3% | - |
| XYZ | 5.5 | 5.32 | 7.76 | - |
| YUV | 66.09 | 134.16 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 77 | 0.12 | 0.18 | 0 | 0.70 | 261.43 | 0.1 | 0.27 |
| Hex | 44 | 3F | 4D | C | 12 | 0 | 46 | 105 | A | 1B |
| Octal | 104 | 77 | 115 | 14 | 22 | 0 | 106 | 405 | 12 | 33 |
| Binary | 1000100 | 111111 | 1001101 | 1100 | 10010 | 0 | 1000110 | 100000101 | 1010 | 11011 |
Color Harmonies of #443F4D
Complementary color
Monochromatic Colors of #443F4D
Black with #443F4D
Text Example
Text Example
White with #443F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F4D; }
p { color: rgb(68,63,77); }
H1.HeaderClassName
{
color: #443F4D;
}
.AnyTagClassName
{
color: #443F4D;
}
</style>
background-color css
<style>
a { background-color: #443F4D; }
a { background-color: rgb(68,63,77); }
div.DivClassName
{
background-color: #443F4D;
}
.BgClassName
{
background-color: #443F4D;
}
</style>
border-color css
<style>
span { border-color: #443F4D; }
span { border-color: rgb(68,63,77); }
td.TdClassName
{
border-color: #443F4D;
}
.TagClassName
{
border-color: #443F4D;
}
</style>