Shades of Grape #443C4D
Tints of Grape #443C4D
RGB
CMYK
RGB Variations
Color information
#443C4D (or 0x443C4D) is known color: Grape. HEX triplet: 44, 3C and 4D. RGB value is (68,60,77). Sum of RGB (Red+Green+Blue) = 68+60+77=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 77 (30.47% from 255 or 37.56% from 205); Max value from RGB is 77 - color contains mainly: blue. Hex color #443C4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C4D is #BBC3B2. Grayscale: #404040. Windows color (decimal): -12305331 or 5061700. OLE color: 5061700.
HSL color Cylindrical-coordinate representation of color #443C4D: hue angle of 268.24º degrees, saturation: 0.12, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #443C4D is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 68 | 60 | 77 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.70 |
| HSL | 268.24º | 0.12% | 0.27% | - |
| HSV(B) | 268.24º | 0.22% | 0.3% | - |
| XYZ | 5.34 | 5 | 7.7 | - |
| YUV | 64.33 | 135.15 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 77 | 0.12 | 0.22 | 0 | 0.70 | 268.24 | 0.12 | 0.27 |
| Hex | 44 | 3C | 4D | C | 16 | 0 | 46 | 10C | C | 1B |
| Octal | 104 | 74 | 115 | 14 | 26 | 0 | 106 | 414 | 14 | 33 |
| Binary | 1000100 | 111100 | 1001101 | 1100 | 10110 | 0 | 1000110 | 100001100 | 1100 | 11011 |
Color Harmonies of #443C4D
Complementary color
Monochromatic Colors of #443C4D
Black with #443C4D
Text Example
Text Example
White with #443C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C4D; }
p { color: rgb(68,60,77); }
H1.HeaderClassName
{
color: #443C4D;
}
.AnyTagClassName
{
color: #443C4D;
}
</style>
background-color css
<style>
a { background-color: #443C4D; }
a { background-color: rgb(68,60,77); }
div.DivClassName
{
background-color: #443C4D;
}
.BgClassName
{
background-color: #443C4D;
}
</style>
border-color css
<style>
span { border-color: #443C4D; }
span { border-color: rgb(68,60,77); }
td.TdClassName
{
border-color: #443C4D;
}
.TagClassName
{
border-color: #443C4D;
}
</style>