Shades of Grape #443F52
Tints of Grape #443F52
RGB
CMYK
RGB Variations
Color information
#443F52 (or 0x443F52) is known color: Grape. HEX triplet: 44, 3F and 52. RGB value is (68,63,82). Sum of RGB (Red+Green+Blue) = 68+63+82=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: blue. Hex color #443F52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443F52 is #BBC0AD. Grayscale: #424242. Windows color (decimal): -12304558 or 5390148. OLE color: 5390148.
HSL color Cylindrical-coordinate representation of color #443F52: hue angle of 255.79º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #443F52 is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 63 | 82 | - |
| CMYK | 0.17 | 0.23 | 0 | 0.68 |
| HSL | 255.79º | 0.13% | 0.28% | - |
| HSV(B) | 255.79º | 0.23% | 0.32% | - |
| XYZ | 5.68 | 5.39 | 8.72 | - |
| YUV | 66.66 | 136.66 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 63 | 82 | 0.17 | 0.23 | 0 | 0.68 | 255.79 | 0.13 | 0.28 |
| Hex | 44 | 3F | 52 | 11 | 17 | 0 | 44 | 100 | D | 1C |
| Octal | 104 | 77 | 122 | 21 | 27 | 0 | 104 | 400 | 15 | 34 |
| Binary | 1000100 | 111111 | 1010010 | 10001 | 10111 | 0 | 1000100 | 100000000 | 1101 | 11100 |
Color Harmonies of #443F52
Complementary color
Monochromatic Colors of #443F52
Black with #443F52
Text Example
Text Example
White with #443F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443F52; }
p { color: rgb(68,63,82); }
H1.HeaderClassName
{
color: #443F52;
}
.AnyTagClassName
{
color: #443F52;
}
</style>
background-color css
<style>
a { background-color: #443F52; }
a { background-color: rgb(68,63,82); }
div.DivClassName
{
background-color: #443F52;
}
.BgClassName
{
background-color: #443F52;
}
</style>
border-color css
<style>
span { border-color: #443F52; }
span { border-color: rgb(68,63,82); }
td.TdClassName
{
border-color: #443F52;
}
.TagClassName
{
border-color: #443F52;
}
</style>