Shades of Jazzberry Jam #890B4A
Tints of Jazzberry Jam #890B4A
RGB
CMYK
RGB Variations
Color information
#890B4A (or 0x890B4A) is known color: Jazzberry Jam. HEX triplet: 89, 0B and 4A. RGB value is (137,11,74). Sum of RGB (Red+Green+Blue) = 137+11+74=222 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.71% from 222); Green value is 11 (4.69% from 255 or 4.95% from 222); Blue value is 74 (29.30% from 255 or 33.33% from 222); Max value from RGB is 137 - color contains mainly: red. Hex color #890B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890B4A is #76F4B5. Grayscale: #373737. Windows color (decimal): -7795894 or 4852617. OLE color: 4852617.
HSL color Cylindrical-coordinate representation of color #890B4A: hue angle of 330º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B4A is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 74 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.46 |
| HSL | 330º | 0.85% | 0.29% | - |
| HSV(B) | 330º | 0.92% | 0.54% | - |
| XYZ | 11.67 | 6.05 | 7.03 | - |
| YUV | 55.86 | 138.24 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 74 | 0 | 0.92 | 0.46 | 0.46 | 330 | 0.85 | 0.29 |
| Hex | 89 | B | 4A | 0 | 5C | 2E | 2E | 14A | 55 | 1D |
| Octal | 211 | 13 | 112 | 0 | 134 | 56 | 56 | 512 | 125 | 35 |
| Binary | 10001001 | 1011 | 1001010 | 0 | 1011100 | 101110 | 101110 | 101001010 | 1010101 | 11101 |
Color Harmonies of #890B4A
Complementary color
Monochromatic Colors of #890B4A
Black with #890B4A
Text Example
Text Example
White with #890B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B4A; }
p { color: rgb(137,11,74); }
H1.HeaderClassName
{
color: #890B4A;
}
.AnyTagClassName
{
color: #890B4A;
}
</style>
background-color css
<style>
a { background-color: #890B4A; }
a { background-color: rgb(137,11,74); }
div.DivClassName
{
background-color: #890B4A;
}
.BgClassName
{
background-color: #890B4A;
}
</style>
border-color css
<style>
span { border-color: #890B4A; }
span { border-color: rgb(137,11,74); }
td.TdClassName
{
border-color: #890B4A;
}
.TagClassName
{
border-color: #890B4A;
}
</style>