Shades of Grape #443D52
Tints of Grape #443D52
RGB
CMYK
RGB Variations
Color information
#443D52 (or 0x443D52) is known color: Grape. HEX triplet: 44, 3D and 52. RGB value is (68,61,82). Sum of RGB (Red+Green+Blue) = 68+61+82=211 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.23% from 211); Green value is 61 (24.22% from 255 or 28.91% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #443D52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D52 is #BBC2AD. Grayscale: #414141. Windows color (decimal): -12305070 or 5389636. OLE color: 5389636.
HSL color Cylindrical-coordinate representation of color #443D52: hue angle of 260º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #443D52 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 61 | 82 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.68 |
| HSL | 260º | 0.15% | 0.28% | - |
| HSV(B) | 260º | 0.26% | 0.32% | - |
| XYZ | 5.58 | 5.18 | 8.69 | - |
| YUV | 65.49 | 137.32 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 82 | 0.17 | 0.26 | 0 | 0.68 | 260 | 0.15 | 0.28 |
| Hex | 44 | 3D | 52 | 11 | 1A | 0 | 44 | 104 | F | 1C |
| Octal | 104 | 75 | 122 | 21 | 32 | 0 | 104 | 404 | 17 | 34 |
| Binary | 1000100 | 111101 | 1010010 | 10001 | 11010 | 0 | 1000100 | 100000100 | 1111 | 11100 |
Color Harmonies of #443D52
Complementary color
Monochromatic Colors of #443D52
Black with #443D52
Text Example
Text Example
White with #443D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D52; }
p { color: rgb(68,61,82); }
H1.HeaderClassName
{
color: #443D52;
}
.AnyTagClassName
{
color: #443D52;
}
</style>
background-color css
<style>
a { background-color: #443D52; }
a { background-color: rgb(68,61,82); }
div.DivClassName
{
background-color: #443D52;
}
.BgClassName
{
background-color: #443D52;
}
</style>
border-color css
<style>
span { border-color: #443D52; }
span { border-color: rgb(68,61,82); }
td.TdClassName
{
border-color: #443D52;
}
.TagClassName
{
border-color: #443D52;
}
</style>