Shades of Jazzberry Jam #890D50
Tints of Jazzberry Jam #890D50
RGB
CMYK
RGB Variations
Color information
#890D50 (or 0x890D50) is known color: Jazzberry Jam. HEX triplet: 89, 0D and 50. RGB value is (137,13,80). Sum of RGB (Red+Green+Blue) = 137+13+80=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #890D50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D50 is #76F2AF. Grayscale: #393939. Windows color (decimal): -7795376 or 5246345. OLE color: 5246345.
HSL color Cylindrical-coordinate representation of color #890D50: hue angle of 327.58º 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 #890D50 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 80 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.46 |
| HSL | 327.58º | 0.83% | 0.29% | - |
| HSV(B) | 327.58º | 0.91% | 0.54% | - |
| XYZ | 11.91 | 6.19 | 8.16 | - |
| YUV | 57.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 80 | 0 | 0.91 | 0.42 | 0.46 | 327.58 | 0.83 | 0.29 |
| Hex | 89 | D | 50 | 0 | 5B | 2A | 2E | 148 | 53 | 1D |
| Octal | 211 | 15 | 120 | 0 | 133 | 52 | 56 | 510 | 123 | 35 |
| Binary | 10001001 | 1101 | 1010000 | 0 | 1011011 | 101010 | 101110 | 101001000 | 1010011 | 11101 |
Color Harmonies of #890D50
Complementary color
Monochromatic Colors of #890D50
Black with #890D50
Text Example
Text Example
White with #890D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D50; }
p { color: rgb(137,13,80); }
H1.HeaderClassName
{
color: #890D50;
}
.AnyTagClassName
{
color: #890D50;
}
</style>
background-color css
<style>
a { background-color: #890D50; }
a { background-color: rgb(137,13,80); }
div.DivClassName
{
background-color: #890D50;
}
.BgClassName
{
background-color: #890D50;
}
</style>
border-color css
<style>
span { border-color: #890D50; }
span { border-color: rgb(137,13,80); }
td.TdClassName
{
border-color: #890D50;
}
.TagClassName
{
border-color: #890D50;
}
</style>