Shades of Grape #443C52
Tints of Grape #443C52
RGB
CMYK
RGB Variations
Color information
#443C52 (or 0x443C52) is known color: Grape. HEX triplet: 44, 3C and 52. RGB value is (68,60,82). Sum of RGB (Red+Green+Blue) = 68+60+82=210 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.38% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 82 - color contains mainly: blue. Hex color #443C52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C52 is #BBC3AD. Grayscale: #404040. Windows color (decimal): -12305326 or 5389380. OLE color: 5389380.
HSL color Cylindrical-coordinate representation of color #443C52: hue angle of 261.82º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #443C52 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 60 | 82 | - |
| CMYK | 0.17 | 0.27 | 0 | 0.68 |
| HSL | 261.82º | 0.15% | 0.28% | - |
| HSV(B) | 261.82º | 0.27% | 0.32% | - |
| XYZ | 5.52 | 5.07 | 8.67 | - |
| YUV | 64.9 | 137.65 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 60 | 82 | 0.17 | 0.27 | 0 | 0.68 | 261.82 | 0.15 | 0.28 |
| Hex | 44 | 3C | 52 | 11 | 1B | 0 | 44 | 106 | F | 1C |
| Octal | 104 | 74 | 122 | 21 | 33 | 0 | 104 | 406 | 17 | 34 |
| Binary | 1000100 | 111100 | 1010010 | 10001 | 11011 | 0 | 1000100 | 100000110 | 1111 | 11100 |
Color Harmonies of #443C52
Complementary color
Monochromatic Colors of #443C52
Black with #443C52
Text Example
Text Example
White with #443C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443C52; }
p { color: rgb(68,60,82); }
H1.HeaderClassName
{
color: #443C52;
}
.AnyTagClassName
{
color: #443C52;
}
</style>
background-color css
<style>
a { background-color: #443C52; }
a { background-color: rgb(68,60,82); }
div.DivClassName
{
background-color: #443C52;
}
.BgClassName
{
background-color: #443C52;
}
</style>
border-color css
<style>
span { border-color: #443C52; }
span { border-color: rgb(68,60,82); }
td.TdClassName
{
border-color: #443C52;
}
.TagClassName
{
border-color: #443C52;
}
</style>