Shades of Grape #443F50
Tints of Grape #443F50
RGB
CMYK
RGB Variations
Color information
#443F50 (or 0x443F50) is known color: Grape. HEX triplet: 44, 3F and 50. RGB value is (68,63,80). Sum of RGB (Red+Green+Blue) = 68+63+80=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 80 (31.64% from 255 or 37.91% from 211); Max value from RGB is 80 - color contains mainly: blue. Hex color #443F50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443F50 is #BBC0AF. Grayscale: #424242. Windows color (decimal): -12304560 or 5259076. OLE color: 5259076.
HSL color Cylindrical-coordinate representation of color #443F50: hue angle of 257.65º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #443F50 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 63 | 80 | - |
| CMYK | 0.15 | 0.21 | 0 | 0.69 |
| HSL | 257.65º | 0.12% | 0.28% | - |
| HSV(B) | 257.65º | 0.21% | 0.31% | - |
| XYZ | 5.61 | 5.36 | 8.33 | - |
| YUV | 66.43 | 135.66 | 129.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 80 | 0.15 | 0.21 | 0 | 0.69 | 257.65 | 0.12 | 0.28 |
| Hex | 44 | 3F | 50 | F | 15 | 0 | 45 | 102 | C | 1C |
| Octal | 104 | 77 | 120 | 17 | 25 | 0 | 105 | 402 | 14 | 34 |
| Binary | 1000100 | 111111 | 1010000 | 1111 | 10101 | 0 | 1000101 | 100000010 | 1100 | 11100 |
Color Harmonies of #443F50
Complementary color
Monochromatic Colors of #443F50
Black with #443F50
Text Example
Text Example
White with #443F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F50; }
p { color: rgb(68,63,80); }
H1.HeaderClassName
{
color: #443F50;
}
.AnyTagClassName
{
color: #443F50;
}
</style>
background-color css
<style>
a { background-color: #443F50; }
a { background-color: rgb(68,63,80); }
div.DivClassName
{
background-color: #443F50;
}
.BgClassName
{
background-color: #443F50;
}
</style>
border-color css
<style>
span { border-color: #443F50; }
span { border-color: rgb(68,63,80); }
td.TdClassName
{
border-color: #443F50;
}
.TagClassName
{
border-color: #443F50;
}
</style>