Shades of Jazzberry Jam #890D4F
Tints of Jazzberry Jam #890D4F
RGB
CMYK
RGB Variations
Color information
#890D4F (or 0x890D4F) is known color: Jazzberry Jam. HEX triplet: 89, 0D and 4F. RGB value is (137,13,79). Sum of RGB (Red+Green+Blue) = 137+13+79=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #890D4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D4F is #76F2B0. Grayscale: #393939. Windows color (decimal): -7795377 or 5180809. OLE color: 5180809.
HSL color Cylindrical-coordinate representation of color #890D4F: hue angle of 328.06º 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 #890D4F is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 79 | - |
| CMYK | 0 | 0.91 | 0.42 | 0.46 |
| HSL | 328.06º | 0.83% | 0.29% | - |
| HSV(B) | 328.06º | 0.91% | 0.54% | - |
| XYZ | 11.87 | 6.17 | 7.96 | - |
| YUV | 57.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 79 | 0 | 0.91 | 0.42 | 0.46 | 328.06 | 0.83 | 0.29 |
| Hex | 89 | D | 4F | 0 | 5B | 2A | 2E | 148 | 53 | 1D |
| Octal | 211 | 15 | 117 | 0 | 133 | 52 | 56 | 510 | 123 | 35 |
| Binary | 10001001 | 1101 | 1001111 | 0 | 1011011 | 101010 | 101110 | 101001000 | 1010011 | 11101 |
Color Harmonies of #890D4F
Complementary color
Monochromatic Colors of #890D4F
Black with #890D4F
Text Example
Text Example
White with #890D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D4F; }
p { color: rgb(137,13,79); }
H1.HeaderClassName
{
color: #890D4F;
}
.AnyTagClassName
{
color: #890D4F;
}
</style>
background-color css
<style>
a { background-color: #890D4F; }
a { background-color: rgb(137,13,79); }
div.DivClassName
{
background-color: #890D4F;
}
.BgClassName
{
background-color: #890D4F;
}
</style>
border-color css
<style>
span { border-color: #890D4F; }
span { border-color: rgb(137,13,79); }
td.TdClassName
{
border-color: #890D4F;
}
.TagClassName
{
border-color: #890D4F;
}
</style>