Shades of Grape #443E50
Tints of Grape #443E50
RGB
CMYK
RGB Variations
Color information
#443E50 (or 0x443E50) is known color: Grape. HEX triplet: 44, 3E and 50. RGB value is (68,62,80). Sum of RGB (Red+Green+Blue) = 68+62+80=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 62 (24.61% from 255 or 29.52% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 80 - color contains mainly: blue. Hex color #443E50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E50 is #BBC1AF. Grayscale: #414141. Windows color (decimal): -12304816 or 5258820. OLE color: 5258820.
HSL color Cylindrical-coordinate representation of color #443E50: hue angle of 260º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #443E50 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 62 | 80 | - |
| CMYK | 0.15 | 0.22 | 0 | 0.69 |
| HSL | 260º | 0.13% | 0.28% | - |
| HSV(B) | 260º | 0.23% | 0.31% | - |
| XYZ | 5.55 | 5.25 | 8.31 | - |
| YUV | 65.85 | 135.99 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 62 | 80 | 0.15 | 0.22 | 0 | 0.69 | 260 | 0.13 | 0.28 |
| Hex | 44 | 3E | 50 | F | 16 | 0 | 45 | 104 | D | 1C |
| Octal | 104 | 76 | 120 | 17 | 26 | 0 | 105 | 404 | 15 | 34 |
| Binary | 1000100 | 111110 | 1010000 | 1111 | 10110 | 0 | 1000101 | 100000100 | 1101 | 11100 |
Color Harmonies of #443E50
Complementary color
Monochromatic Colors of #443E50
Black with #443E50
Text Example
Text Example
White with #443E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443E50; }
p { color: rgb(68,62,80); }
H1.HeaderClassName
{
color: #443E50;
}
.AnyTagClassName
{
color: #443E50;
}
</style>
background-color css
<style>
a { background-color: #443E50; }
a { background-color: rgb(68,62,80); }
div.DivClassName
{
background-color: #443E50;
}
.BgClassName
{
background-color: #443E50;
}
</style>
border-color css
<style>
span { border-color: #443E50; }
span { border-color: rgb(68,62,80); }
td.TdClassName
{
border-color: #443E50;
}
.TagClassName
{
border-color: #443E50;
}
</style>