Shades of Jazzberry Jam #890C50
Tints of Jazzberry Jam #890C50
RGB
CMYK
RGB Variations
Color information
#890C50 (or 0x890C50) is known color: Jazzberry Jam. HEX triplet: 89, 0C and 50. RGB value is (137,12,80). Sum of RGB (Red+Green+Blue) = 137+12+80=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #890C50 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C50 is #76F3AF. Grayscale: #383838. Windows color (decimal): -7795632 or 5246089. OLE color: 5246089.
HSL color Cylindrical-coordinate representation of color #890C50: hue angle of 327.36º degrees, saturation: 0.84, 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 #890C50 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 80 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.46 |
| HSL | 327.36º | 0.84% | 0.29% | - |
| HSV(B) | 327.36º | 0.91% | 0.54% | - |
| XYZ | 11.9 | 6.16 | 8.15 | - |
| YUV | 57.13 | 140.91 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 80 | 0 | 0.91 | 0.42 | 0.46 | 327.36 | 0.84 | 0.29 |
| Hex | 89 | C | 50 | 0 | 5B | 2A | 2E | 147 | 54 | 1D |
| Octal | 211 | 14 | 120 | 0 | 133 | 52 | 56 | 507 | 124 | 35 |
| Binary | 10001001 | 1100 | 1010000 | 0 | 1011011 | 101010 | 101110 | 101000111 | 1010100 | 11101 |
Color Harmonies of #890C50
Complementary color
Monochromatic Colors of #890C50
Black with #890C50
Text Example
Text Example
White with #890C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C50; }
p { color: rgb(137,12,80); }
H1.HeaderClassName
{
color: #890C50;
}
.AnyTagClassName
{
color: #890C50;
}
</style>
background-color css
<style>
a { background-color: #890C50; }
a { background-color: rgb(137,12,80); }
div.DivClassName
{
background-color: #890C50;
}
.BgClassName
{
background-color: #890C50;
}
</style>
border-color css
<style>
span { border-color: #890C50; }
span { border-color: rgb(137,12,80); }
td.TdClassName
{
border-color: #890C50;
}
.TagClassName
{
border-color: #890C50;
}
</style>