Shades of Grape #444249
Tints of Grape #444249
RGB
CMYK
RGB Variations
Color information
#444249 (or 0x444249) is known color: Grape. HEX triplet: 44, 42 and 49. RGB value is (68,66,73). Sum of RGB (Red+Green+Blue) = 68+66+73=207 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.85% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 73 (28.91% from 255 or 35.27% from 207); Max value from RGB is 73 - color contains mainly: blue. Hex color #444249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #444249 is #BBBDB6. Grayscale: #434343. Windows color (decimal): -12303799 or 4801092. OLE color: 4801092.
HSL color Cylindrical-coordinate representation of color #444249: hue angle of 257.14º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #444249 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 68 | 66 | 73 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.71 |
| HSL | 257.14º | 0.05% | 0.27% | - |
| HSV(B) | 257.14º | 0.1% | 0.29% | - |
| XYZ | 5.53 | 5.61 | 7.09 | - |
| YUV | 67.4 | 131.16 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 66 | 73 | 0.07 | 0.10 | 0 | 0.71 | 257.14 | 0.05 | 0.27 |
| Hex | 44 | 42 | 49 | 7 | A | 0 | 47 | 101 | 5 | 1B |
| Octal | 104 | 102 | 111 | 7 | 12 | 0 | 107 | 401 | 5 | 33 |
| Binary | 1000100 | 1000010 | 1001001 | 111 | 1010 | 0 | 1000111 | 100000001 | 101 | 11011 |
Color Harmonies of #444249
Complementary color
Monochromatic Colors of #444249
Black with #444249
Text Example
Text Example
White with #444249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #444249; }
p { color: rgb(68,66,73); }
H1.HeaderClassName
{
color: #444249;
}
.AnyTagClassName
{
color: #444249;
}
</style>
background-color css
<style>
a { background-color: #444249; }
a { background-color: rgb(68,66,73); }
div.DivClassName
{
background-color: #444249;
}
.BgClassName
{
background-color: #444249;
}
</style>
border-color css
<style>
span { border-color: #444249; }
span { border-color: rgb(68,66,73); }
td.TdClassName
{
border-color: #444249;
}
.TagClassName
{
border-color: #444249;
}
</style>