Shades of Jazzberry Jam #B71159
Tints of Jazzberry Jam #B71159
RGB
CMYK
RGB Variations
Color information
#B71159 (or 0xB71159) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 59. RGB value is (183,17,89). Sum of RGB (Red+Green+Blue) = 183+17+89=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 17 (7.03% from 255 or 5.88% from 289); Blue value is 89 (35.16% from 255 or 30.80% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B71159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71159 is #48EEA6. Grayscale: #4A4A4A. Windows color (decimal): -4779687 or 5837239. OLE color: 5837239.
HSL color Cylindrical-coordinate representation of color #B71159: hue angle of 333.98º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71159 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 89 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.28 |
| HSL | 333.98º | 0.83% | 0.39% | - |
| HSV(B) | 333.98º | 0.91% | 0.72% | - |
| XYZ | 21.53 | 11.19 | 10.48 | - |
| YUV | 74.84 | 136 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 89 | 0 | 0.91 | 0.51 | 0.28 | 333.98 | 0.83 | 0.39 |
| Hex | B7 | 11 | 59 | 0 | 5B | 33 | 1C | 14E | 53 | 27 |
| Octal | 267 | 21 | 131 | 0 | 133 | 63 | 34 | 516 | 123 | 47 |
| Binary | 10110111 | 10001 | 1011001 | 0 | 1011011 | 110011 | 11100 | 101001110 | 1010011 | 100111 |
Color Harmonies of #B71159
Complementary color
Monochromatic Colors of #B71159
Black with #B71159
Text Example
Text Example
White with #B71159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71159; }
p { color: rgb(183,17,89); }
H1.HeaderClassName
{
color: #B71159;
}
.AnyTagClassName
{
color: #B71159;
}
</style>
background-color css
<style>
a { background-color: #B71159; }
a { background-color: rgb(183,17,89); }
div.DivClassName
{
background-color: #B71159;
}
.BgClassName
{
background-color: #B71159;
}
</style>
border-color css
<style>
span { border-color: #B71159; }
span { border-color: rgb(183,17,89); }
td.TdClassName
{
border-color: #B71159;
}
.TagClassName
{
border-color: #B71159;
}
</style>