Shades of Jazzberry Jam #89074B
Tints of Jazzberry Jam #89074B
RGB
CMYK
RGB Variations
Color information
#89074B (or 0x89074B) is known color: Jazzberry Jam. HEX triplet: 89, 07 and 4B. RGB value is (137,7,75). Sum of RGB (Red+Green+Blue) = 137+7+75=219 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.56% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 137 - color contains mainly: red. Hex color #89074B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89074B is #76F8B4. Grayscale: #353535. Windows color (decimal): -7796917 or 4917129. OLE color: 4917129.
HSL color Cylindrical-coordinate representation of color #89074B: hue angle of 328.62º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89074B is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 75 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.46 |
| HSL | 328.62º | 0.9% | 0.28% | - |
| HSV(B) | 328.62º | 0.95% | 0.54% | - |
| XYZ | 11.66 | 5.98 | 7.2 | - |
| YUV | 53.62 | 140.07 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 75 | 0 | 0.95 | 0.45 | 0.46 | 328.62 | 0.9 | 0.28 |
| Hex | 89 | 7 | 4B | 0 | 5F | 2D | 2E | 149 | 5A | 1C |
| Octal | 211 | 7 | 113 | 0 | 137 | 55 | 56 | 511 | 132 | 34 |
| Binary | 10001001 | 111 | 1001011 | 0 | 1011111 | 101101 | 101110 | 101001001 | 1011010 | 11100 |
Color Harmonies of #89074B
Complementary color
Monochromatic Colors of #89074B
Black with #89074B
Text Example
Text Example
White with #89074B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89074B; }
p { color: rgb(137,7,75); }
H1.HeaderClassName
{
color: #89074B;
}
.AnyTagClassName
{
color: #89074B;
}
</style>
background-color css
<style>
a { background-color: #89074B; }
a { background-color: rgb(137,7,75); }
div.DivClassName
{
background-color: #89074B;
}
.BgClassName
{
background-color: #89074B;
}
</style>
border-color css
<style>
span { border-color: #89074B; }
span { border-color: rgb(137,7,75); }
td.TdClassName
{
border-color: #89074B;
}
.TagClassName
{
border-color: #89074B;
}
</style>