Shades of Jazzberry Jam #B71659
Tints of Jazzberry Jam #B71659
RGB
CMYK
RGB Variations
Color information
#B71659 (or 0xB71659) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 59. RGB value is (183,22,89). Sum of RGB (Red+Green+Blue) = 183+22+89=294 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.24% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 89 (35.16% from 255 or 30.27% from 294); Max value from RGB is 183 - color contains mainly: red. Hex color #B71659 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71659 is #48E9A6. Grayscale: #4D4D4D. Windows color (decimal): -4778407 or 5838519. OLE color: 5838519.
HSL color Cylindrical-coordinate representation of color #B71659: hue angle of 335.03º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71659 is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 89 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.28 |
| HSL | 335.03º | 0.79% | 0.4% | - |
| HSV(B) | 335.03º | 0.88% | 0.72% | - |
| XYZ | 21.62 | 11.36 | 10.5 | - |
| YUV | 77.78 | 134.34 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 89 | 0 | 0.88 | 0.51 | 0.28 | 335.03 | 0.79 | 0.4 |
| Hex | B7 | 16 | 59 | 0 | 58 | 33 | 1C | 14F | 4F | 28 |
| Octal | 267 | 26 | 131 | 0 | 130 | 63 | 34 | 517 | 117 | 50 |
| Binary | 10110111 | 10110 | 1011001 | 0 | 1011000 | 110011 | 11100 | 101001111 | 1001111 | 101000 |
Color Harmonies of #B71659
Complementary color
Monochromatic Colors of #B71659
Black with #B71659
Text Example
Text Example
White with #B71659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71659; }
p { color: rgb(183,22,89); }
H1.HeaderClassName
{
color: #B71659;
}
.AnyTagClassName
{
color: #B71659;
}
</style>
background-color css
<style>
a { background-color: #B71659; }
a { background-color: rgb(183,22,89); }
div.DivClassName
{
background-color: #B71659;
}
.BgClassName
{
background-color: #B71659;
}
</style>
border-color css
<style>
span { border-color: #B71659; }
span { border-color: rgb(183,22,89); }
td.TdClassName
{
border-color: #B71659;
}
.TagClassName
{
border-color: #B71659;
}
</style>