Shades of Jazzberry Jam #890D4D
Tints of Jazzberry Jam #890D4D
RGB
CMYK
RGB Variations
Color information
#890D4D (or 0x890D4D) is known color: Jazzberry Jam. HEX triplet: 89, 0D and 4D. RGB value is (137,13,77). Sum of RGB (Red+Green+Blue) = 137+13+77=227 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.35% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 137 - color contains mainly: red. Hex color #890D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D4D is #76F2B2. Grayscale: #393939. Windows color (decimal): -7795379 or 5049737. OLE color: 5049737.
HSL color Cylindrical-coordinate representation of color #890D4D: hue angle of 329.03º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D4D is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 77 | - |
| CMYK | 0 | 0.91 | 0.44 | 0.46 |
| HSL | 329.03º | 0.83% | 0.29% | - |
| HSV(B) | 329.03º | 0.91% | 0.54% | - |
| XYZ | 11.8 | 6.14 | 7.58 | - |
| YUV | 57.37 | 139.08 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 77 | 0 | 0.91 | 0.44 | 0.46 | 329.03 | 0.83 | 0.29 |
| Hex | 89 | D | 4D | 0 | 5B | 2C | 2E | 149 | 53 | 1D |
| Octal | 211 | 15 | 115 | 0 | 133 | 54 | 56 | 511 | 123 | 35 |
| Binary | 10001001 | 1101 | 1001101 | 0 | 1011011 | 101100 | 101110 | 101001001 | 1010011 | 11101 |
Color Harmonies of #890D4D
Complementary color
Monochromatic Colors of #890D4D
Black with #890D4D
Text Example
Text Example
White with #890D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D4D; }
p { color: rgb(137,13,77); }
H1.HeaderClassName
{
color: #890D4D;
}
.AnyTagClassName
{
color: #890D4D;
}
</style>
background-color css
<style>
a { background-color: #890D4D; }
a { background-color: rgb(137,13,77); }
div.DivClassName
{
background-color: #890D4D;
}
.BgClassName
{
background-color: #890D4D;
}
</style>
border-color css
<style>
span { border-color: #890D4D; }
span { border-color: rgb(137,13,77); }
td.TdClassName
{
border-color: #890D4D;
}
.TagClassName
{
border-color: #890D4D;
}
</style>