Shades of Grape #443952
Tints of Grape #443952
RGB
CMYK
RGB Variations
Color information
#443952 (or 0x443952) is known color: Grape. HEX triplet: 44, 39 and 52. RGB value is (68,57,82). Sum of RGB (Red+Green+Blue) = 68+57+82=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 82 (32.42% from 255 or 39.61% from 207); Max value from RGB is 82 - color contains mainly: blue. Hex color #443952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443952 is #BBC6AD. Grayscale: #3F3F3F. Windows color (decimal): -12306094 or 5388612. OLE color: 5388612.
HSL color Cylindrical-coordinate representation of color #443952: hue angle of 266.4º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #443952 is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 57 | 82 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.68 |
| HSL | 266.4º | 0.18% | 0.27% | - |
| HSV(B) | 266.4º | 0.3% | 0.32% | - |
| XYZ | 5.37 | 4.76 | 8.62 | - |
| YUV | 63.14 | 138.64 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 57 | 82 | 0.17 | 0.30 | 0 | 0.68 | 266.4 | 0.18 | 0.27 |
| Hex | 44 | 39 | 52 | 11 | 1E | 0 | 44 | 10A | 12 | 1B |
| Octal | 104 | 71 | 122 | 21 | 36 | 0 | 104 | 412 | 22 | 33 |
| Binary | 1000100 | 111001 | 1010010 | 10001 | 11110 | 0 | 1000100 | 100001010 | 10010 | 11011 |
Color Harmonies of #443952
Complementary color
Monochromatic Colors of #443952
Black with #443952
Text Example
Text Example
White with #443952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #443952; }
p { color: rgb(68,57,82); }
H1.HeaderClassName
{
color: #443952;
}
.AnyTagClassName
{
color: #443952;
}
</style>
background-color css
<style>
a { background-color: #443952; }
a { background-color: rgb(68,57,82); }
div.DivClassName
{
background-color: #443952;
}
.BgClassName
{
background-color: #443952;
}
</style>
border-color css
<style>
span { border-color: #443952; }
span { border-color: rgb(68,57,82); }
td.TdClassName
{
border-color: #443952;
}
.TagClassName
{
border-color: #443952;
}
</style>