Shades of Grape #443D53
Tints of Grape #443D53
RGB
CMYK
RGB Variations
Color information
#443D53 (or 0x443D53) is known color: Grape. HEX triplet: 44, 3D and 53. RGB value is (68,61,83). Sum of RGB (Red+Green+Blue) = 68+61+83=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 61 (24.22% from 255 or 28.77% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #443D53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443D53 is #BBC2AC. Grayscale: #414141. Windows color (decimal): -12305069 or 5455172. OLE color: 5455172.
HSL color Cylindrical-coordinate representation of color #443D53: hue angle of 259.09º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #443D53 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 61 | 83 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.67 |
| HSL | 259.09º | 0.15% | 0.28% | - |
| HSV(B) | 259.09º | 0.27% | 0.33% | - |
| XYZ | 5.61 | 5.19 | 8.89 | - |
| YUV | 65.6 | 137.82 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 61 | 83 | 0.18 | 0.27 | 0 | 0.67 | 259.09 | 0.15 | 0.28 |
| Hex | 44 | 3D | 53 | 12 | 1B | 0 | 43 | 103 | F | 1C |
| Octal | 104 | 75 | 123 | 22 | 33 | 0 | 103 | 403 | 17 | 34 |
| Binary | 1000100 | 111101 | 1010011 | 10010 | 11011 | 0 | 1000011 | 100000011 | 1111 | 11100 |
Color Harmonies of #443D53
Complementary color
Monochromatic Colors of #443D53
Black with #443D53
Text Example
Text Example
White with #443D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443D53; }
p { color: rgb(68,61,83); }
H1.HeaderClassName
{
color: #443D53;
}
.AnyTagClassName
{
color: #443D53;
}
</style>
background-color css
<style>
a { background-color: #443D53; }
a { background-color: rgb(68,61,83); }
div.DivClassName
{
background-color: #443D53;
}
.BgClassName
{
background-color: #443D53;
}
</style>
border-color css
<style>
span { border-color: #443D53; }
span { border-color: rgb(68,61,83); }
td.TdClassName
{
border-color: #443D53;
}
.TagClassName
{
border-color: #443D53;
}
</style>