Shades of Jazzberry Jam #890846
Tints of Jazzberry Jam #890846
RGB
CMYK
RGB Variations
Color information
#890846 (or 0x890846) is known color: Jazzberry Jam. HEX triplet: 89, 08 and 46. RGB value is (137,8,70). Sum of RGB (Red+Green+Blue) = 137+8+70=215 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.72% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 137 - color contains mainly: red. Hex color #890846 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890846 is #76F7B9. Grayscale: #353535. Windows color (decimal): -7796666 or 4589705. OLE color: 4589705.
HSL color Cylindrical-coordinate representation of color #890846: hue angle of 331.16º 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 #890846 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 70 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.46 |
| HSL | 331.16º | 0.89% | 0.28% | - |
| HSV(B) | 331.16º | 0.94% | 0.54% | - |
| XYZ | 11.51 | 5.93 | 6.33 | - |
| YUV | 53.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 70 | 0 | 0.94 | 0.49 | 0.46 | 331.16 | 0.89 | 0.28 |
| Hex | 89 | 8 | 46 | 0 | 5E | 31 | 2E | 14B | 59 | 1C |
| Octal | 211 | 10 | 106 | 0 | 136 | 61 | 56 | 513 | 131 | 34 |
| Binary | 10001001 | 1000 | 1000110 | 0 | 1011110 | 110001 | 101110 | 101001011 | 1011001 | 11100 |
Color Harmonies of #890846
Complementary color
Monochromatic Colors of #890846
Black with #890846
Text Example
Text Example
White with #890846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890846; }
p { color: rgb(137,8,70); }
H1.HeaderClassName
{
color: #890846;
}
.AnyTagClassName
{
color: #890846;
}
</style>
background-color css
<style>
a { background-color: #890846; }
a { background-color: rgb(137,8,70); }
div.DivClassName
{
background-color: #890846;
}
.BgClassName
{
background-color: #890846;
}
</style>
border-color css
<style>
span { border-color: #890846; }
span { border-color: rgb(137,8,70); }
td.TdClassName
{
border-color: #890846;
}
.TagClassName
{
border-color: #890846;
}
</style>