Shades of Jazzberry Jam #890D4E
Tints of Jazzberry Jam #890D4E
RGB
CMYK
RGB Variations
Color information
#890D4E (or 0x890D4E) is known color: Jazzberry Jam. HEX triplet: 89, 0D and 4E. RGB value is (137,13,78). Sum of RGB (Red+Green+Blue) = 137+13+78=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 78 (30.86% from 255 or 34.21% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #890D4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D4E is #76F2B1. Grayscale: #393939. Windows color (decimal): -7795378 or 5115273. OLE color: 5115273.
HSL color Cylindrical-coordinate representation of color #890D4E: hue angle of 328.55º 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 #890D4E is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 78 | - |
| CMYK | 0 | 0.91 | 0.43 | 0.46 |
| HSL | 328.55º | 0.83% | 0.29% | - |
| HSV(B) | 328.55º | 0.91% | 0.54% | - |
| XYZ | 11.84 | 6.16 | 7.77 | - |
| YUV | 57.49 | 139.58 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 78 | 0 | 0.91 | 0.43 | 0.46 | 328.55 | 0.83 | 0.29 |
| Hex | 89 | D | 4E | 0 | 5B | 2B | 2E | 149 | 53 | 1D |
| Octal | 211 | 15 | 116 | 0 | 133 | 53 | 56 | 511 | 123 | 35 |
| Binary | 10001001 | 1101 | 1001110 | 0 | 1011011 | 101011 | 101110 | 101001001 | 1010011 | 11101 |
Color Harmonies of #890D4E
Complementary color
Monochromatic Colors of #890D4E
Black with #890D4E
Text Example
Text Example
White with #890D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D4E; }
p { color: rgb(137,13,78); }
H1.HeaderClassName
{
color: #890D4E;
}
.AnyTagClassName
{
color: #890D4E;
}
</style>
background-color css
<style>
a { background-color: #890D4E; }
a { background-color: rgb(137,13,78); }
div.DivClassName
{
background-color: #890D4E;
}
.BgClassName
{
background-color: #890D4E;
}
</style>
border-color css
<style>
span { border-color: #890D4E; }
span { border-color: rgb(137,13,78); }
td.TdClassName
{
border-color: #890D4E;
}
.TagClassName
{
border-color: #890D4E;
}
</style>