Shades of Grape #443C4F
Tints of Grape #443C4F
RGB
CMYK
RGB Variations
Color information
#443C4F (or 0x443C4F) is known color: Grape. HEX triplet: 44, 3C and 4F. RGB value is (68,60,79). Sum of RGB (Red+Green+Blue) = 68+60+79=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #443C4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C4F is #BBC3B0. Grayscale: #404040. Windows color (decimal): -12305329 or 5192772. OLE color: 5192772.
HSL color Cylindrical-coordinate representation of color #443C4F: hue angle of 265.26º degrees, saturation: 0.14, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #443C4F is Cyan = 0.14, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 60 | 79 | - |
| CMYK | 0.14 | 0.24 | 0 | 0.69 |
| HSL | 265.26º | 0.14% | 0.27% | - |
| HSV(B) | 265.26º | 0.24% | 0.31% | - |
| XYZ | 5.41 | 5.03 | 8.08 | - |
| YUV | 64.56 | 136.15 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 79 | 0.14 | 0.24 | 0 | 0.69 | 265.26 | 0.14 | 0.27 |
| Hex | 44 | 3C | 4F | E | 18 | 0 | 45 | 109 | E | 1B |
| Octal | 104 | 74 | 117 | 16 | 30 | 0 | 105 | 411 | 16 | 33 |
| Binary | 1000100 | 111100 | 1001111 | 1110 | 11000 | 0 | 1000101 | 100001001 | 1110 | 11011 |
Color Harmonies of #443C4F
Complementary color
Monochromatic Colors of #443C4F
Black with #443C4F
Text Example
Text Example
White with #443C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C4F; }
p { color: rgb(68,60,79); }
H1.HeaderClassName
{
color: #443C4F;
}
.AnyTagClassName
{
color: #443C4F;
}
</style>
background-color css
<style>
a { background-color: #443C4F; }
a { background-color: rgb(68,60,79); }
div.DivClassName
{
background-color: #443C4F;
}
.BgClassName
{
background-color: #443C4F;
}
</style>
border-color css
<style>
span { border-color: #443C4F; }
span { border-color: rgb(68,60,79); }
td.TdClassName
{
border-color: #443C4F;
}
.TagClassName
{
border-color: #443C4F;
}
</style>