Shades of Jazzberry Jam #890C4A
Tints of Jazzberry Jam #890C4A
RGB
CMYK
RGB Variations
Color information
#890C4A (or 0x890C4A) is known color: Jazzberry Jam. HEX triplet: 89, 0C and 4A. RGB value is (137,12,74). Sum of RGB (Red+Green+Blue) = 137+12+74=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #890C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890C4A is #76F3B5. Grayscale: #383838. Windows color (decimal): -7795638 or 4852873. OLE color: 4852873.
HSL color Cylindrical-coordinate representation of color #890C4A: hue angle of 330.24º 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 #890C4A is Cyan = 0, Magento = 0.91, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 74 | - |
| CMYK | 0 | 0.91 | 0.46 | 0.46 |
| HSL | 330.24º | 0.84% | 0.29% | - |
| HSV(B) | 330.24º | 0.91% | 0.54% | - |
| XYZ | 11.68 | 6.08 | 7.04 | - |
| YUV | 56.44 | 137.91 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 74 | 0 | 0.91 | 0.46 | 0.46 | 330.24 | 0.84 | 0.29 |
| Hex | 89 | C | 4A | 0 | 5B | 2E | 2E | 14A | 54 | 1D |
| Octal | 211 | 14 | 112 | 0 | 133 | 56 | 56 | 512 | 124 | 35 |
| Binary | 10001001 | 1100 | 1001010 | 0 | 1011011 | 101110 | 101110 | 101001010 | 1010100 | 11101 |
Color Harmonies of #890C4A
Complementary color
Monochromatic Colors of #890C4A
Black with #890C4A
Text Example
Text Example
White with #890C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C4A; }
p { color: rgb(137,12,74); }
H1.HeaderClassName
{
color: #890C4A;
}
.AnyTagClassName
{
color: #890C4A;
}
</style>
background-color css
<style>
a { background-color: #890C4A; }
a { background-color: rgb(137,12,74); }
div.DivClassName
{
background-color: #890C4A;
}
.BgClassName
{
background-color: #890C4A;
}
</style>
border-color css
<style>
span { border-color: #890C4A; }
span { border-color: rgb(137,12,74); }
td.TdClassName
{
border-color: #890C4A;
}
.TagClassName
{
border-color: #890C4A;
}
</style>