Shades of Jazzberry Jam #890849
Tints of Jazzberry Jam #890849
RGB
CMYK
RGB Variations
Color information
#890849 (or 0x890849) is known color: Jazzberry Jam. HEX triplet: 89, 08 and 49. RGB value is (137,8,73). Sum of RGB (Red+Green+Blue) = 137+8+73=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #890849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890849 is #76F7B6. Grayscale: #353535. Windows color (decimal): -7796663 or 4786313. OLE color: 4786313.
HSL color Cylindrical-coordinate representation of color #890849: hue angle of 329.77º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #890849 is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 73 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.46 |
| HSL | 329.77º | 0.89% | 0.28% | - |
| HSV(B) | 329.77º | 0.94% | 0.54% | - |
| XYZ | 11.61 | 5.97 | 6.84 | - |
| YUV | 53.98 | 138.74 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 73 | 0 | 0.94 | 0.47 | 0.46 | 329.77 | 0.89 | 0.28 |
| Hex | 89 | 8 | 49 | 0 | 5E | 2F | 2E | 14A | 59 | 1C |
| Octal | 211 | 10 | 111 | 0 | 136 | 57 | 56 | 512 | 131 | 34 |
| Binary | 10001001 | 1000 | 1001001 | 0 | 1011110 | 101111 | 101110 | 101001010 | 1011001 | 11100 |
Color Harmonies of #890849
Complementary color
Monochromatic Colors of #890849
Black with #890849
Text Example
Text Example
White with #890849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890849; }
p { color: rgb(137,8,73); }
H1.HeaderClassName
{
color: #890849;
}
.AnyTagClassName
{
color: #890849;
}
</style>
background-color css
<style>
a { background-color: #890849; }
a { background-color: rgb(137,8,73); }
div.DivClassName
{
background-color: #890849;
}
.BgClassName
{
background-color: #890849;
}
</style>
border-color css
<style>
span { border-color: #890849; }
span { border-color: rgb(137,8,73); }
td.TdClassName
{
border-color: #890849;
}
.TagClassName
{
border-color: #890849;
}
</style>