Shades of Grape #443D4C
Tints of Grape #443D4C
RGB
CMYK
RGB Variations
Color information
#443D4C (or 0x443D4C) is known color: Grape. HEX triplet: 44, 3D and 4C. RGB value is (68,61,76). Sum of RGB (Red+Green+Blue) = 68+61+76=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 61 (24.22% from 255 or 29.76% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 76 - color contains mainly: blue. Hex color #443D4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #443D4C is #BBC2B3. Grayscale: #404040. Windows color (decimal): -12305076 or 4996420. OLE color: 4996420.
HSL color Cylindrical-coordinate representation of color #443D4C: hue angle of 268º degrees, saturation: 0.11, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #443D4C is Cyan = 0.11, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 61 | 76 | - |
| CMYK | 0.11 | 0.20 | 0 | 0.70 |
| HSL | 268º | 0.11% | 0.27% | - |
| HSV(B) | 268º | 0.2% | 0.3% | - |
| XYZ | 5.36 | 5.09 | 7.54 | - |
| YUV | 64.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 76 | 0.11 | 0.20 | 0 | 0.70 | 268 | 0.11 | 0.27 |
| Hex | 44 | 3D | 4C | B | 14 | 0 | 46 | 10C | B | 1B |
| Octal | 104 | 75 | 114 | 13 | 24 | 0 | 106 | 414 | 13 | 33 |
| Binary | 1000100 | 111101 | 1001100 | 1011 | 10100 | 0 | 1000110 | 100001100 | 1011 | 11011 |
Color Harmonies of #443D4C
Complementary color
Monochromatic Colors of #443D4C
Black with #443D4C
Text Example
Text Example
White with #443D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D4C; }
p { color: rgb(68,61,76); }
H1.HeaderClassName
{
color: #443D4C;
}
.AnyTagClassName
{
color: #443D4C;
}
</style>
background-color css
<style>
a { background-color: #443D4C; }
a { background-color: rgb(68,61,76); }
div.DivClassName
{
background-color: #443D4C;
}
.BgClassName
{
background-color: #443D4C;
}
</style>
border-color css
<style>
span { border-color: #443D4C; }
span { border-color: rgb(68,61,76); }
td.TdClassName
{
border-color: #443D4C;
}
.TagClassName
{
border-color: #443D4C;
}
</style>