Shades of Jazzberry Jam #890A4D
Tints of Jazzberry Jam #890A4D
RGB
CMYK
RGB Variations
Color information
#890A4D (or 0x890A4D) is known color: Jazzberry Jam. HEX triplet: 89, 0A and 4D. RGB value is (137,10,77). Sum of RGB (Red+Green+Blue) = 137+10+77=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #890A4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A4D is #76F5B2. Grayscale: #373737. Windows color (decimal): -7796147 or 5048969. OLE color: 5048969.
HSL color Cylindrical-coordinate representation of color #890A4D: hue angle of 328.35º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A4D is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 77 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.46 |
| HSL | 328.35º | 0.86% | 0.29% | - |
| HSV(B) | 328.35º | 0.93% | 0.54% | - |
| XYZ | 11.76 | 6.07 | 7.57 | - |
| YUV | 55.61 | 140.08 | 186.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 77 | 0 | 0.93 | 0.44 | 0.46 | 328.35 | 0.86 | 0.29 |
| Hex | 89 | A | 4D | 0 | 5D | 2C | 2E | 148 | 56 | 1D |
| Octal | 211 | 12 | 115 | 0 | 135 | 54 | 56 | 510 | 126 | 35 |
| Binary | 10001001 | 1010 | 1001101 | 0 | 1011101 | 101100 | 101110 | 101001000 | 1010110 | 11101 |
Color Harmonies of #890A4D
Complementary color
Monochromatic Colors of #890A4D
Black with #890A4D
Text Example
Text Example
White with #890A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A4D; }
p { color: rgb(137,10,77); }
H1.HeaderClassName
{
color: #890A4D;
}
.AnyTagClassName
{
color: #890A4D;
}
</style>
background-color css
<style>
a { background-color: #890A4D; }
a { background-color: rgb(137,10,77); }
div.DivClassName
{
background-color: #890A4D;
}
.BgClassName
{
background-color: #890A4D;
}
</style>
border-color css
<style>
span { border-color: #890A4D; }
span { border-color: rgb(137,10,77); }
td.TdClassName
{
border-color: #890A4D;
}
.TagClassName
{
border-color: #890A4D;
}
</style>