Shades of Grape #443D50
Tints of Grape #443D50
RGB
CMYK
RGB Variations
Color information
#443D50 (or 0x443D50) is known color: Grape. HEX triplet: 44, 3D and 50. RGB value is (68,61,80). Sum of RGB (Red+Green+Blue) = 68+61+80=209 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.54% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #443D50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D50 is #BBC2AF. Grayscale: #414141. Windows color (decimal): -12305072 or 5258564. OLE color: 5258564.
HSL color Cylindrical-coordinate representation of color #443D50: hue angle of 262.11º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #443D50 is Cyan = 0.15, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 61 | 80 | - |
| CMYK | 0.15 | 0.24 | 0 | 0.69 |
| HSL | 262.11º | 0.13% | 0.28% | - |
| HSV(B) | 262.11º | 0.24% | 0.31% | - |
| XYZ | 5.5 | 5.15 | 8.29 | - |
| YUV | 65.26 | 136.32 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 80 | 0.15 | 0.24 | 0 | 0.69 | 262.11 | 0.13 | 0.28 |
| Hex | 44 | 3D | 50 | F | 18 | 0 | 45 | 106 | D | 1C |
| Octal | 104 | 75 | 120 | 17 | 30 | 0 | 105 | 406 | 15 | 34 |
| Binary | 1000100 | 111101 | 1010000 | 1111 | 11000 | 0 | 1000101 | 100000110 | 1101 | 11100 |
Color Harmonies of #443D50
Complementary color
Monochromatic Colors of #443D50
Black with #443D50
Text Example
Text Example
White with #443D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D50; }
p { color: rgb(68,61,80); }
H1.HeaderClassName
{
color: #443D50;
}
.AnyTagClassName
{
color: #443D50;
}
</style>
background-color css
<style>
a { background-color: #443D50; }
a { background-color: rgb(68,61,80); }
div.DivClassName
{
background-color: #443D50;
}
.BgClassName
{
background-color: #443D50;
}
</style>
border-color css
<style>
span { border-color: #443D50; }
span { border-color: rgb(68,61,80); }
td.TdClassName
{
border-color: #443D50;
}
.TagClassName
{
border-color: #443D50;
}
</style>