Shades of Jazzberry Jam #B71259
Tints of Jazzberry Jam #B71259
RGB
CMYK
RGB Variations
Color information
#B71259 (or 0xB71259) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 59. RGB value is (183,18,89). Sum of RGB (Red+Green+Blue) = 183+18+89=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71259 is #48EDA6. Grayscale: #4B4B4B. Windows color (decimal): -4779431 or 5837495. OLE color: 5837495.
HSL color Cylindrical-coordinate representation of color #B71259: hue angle of 334.18º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71259 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 89 | - |
| CMYK | 0 | 0.90 | 0.51 | 0.28 |
| HSL | 334.18º | 0.82% | 0.39% | - |
| HSV(B) | 334.18º | 0.9% | 0.72% | - |
| XYZ | 21.55 | 11.22 | 10.48 | - |
| YUV | 75.43 | 135.66 | 204.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 89 | 0 | 0.90 | 0.51 | 0.28 | 334.18 | 0.82 | 0.39 |
| Hex | B7 | 12 | 59 | 0 | 5A | 33 | 1C | 14E | 52 | 27 |
| Octal | 267 | 22 | 131 | 0 | 132 | 63 | 34 | 516 | 122 | 47 |
| Binary | 10110111 | 10010 | 1011001 | 0 | 1011010 | 110011 | 11100 | 101001110 | 1010010 | 100111 |
Color Harmonies of #B71259
Complementary color
Monochromatic Colors of #B71259
Black with #B71259
Text Example
Text Example
White with #B71259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71259; }
p { color: rgb(183,18,89); }
H1.HeaderClassName
{
color: #B71259;
}
.AnyTagClassName
{
color: #B71259;
}
</style>
background-color css
<style>
a { background-color: #B71259; }
a { background-color: rgb(183,18,89); }
div.DivClassName
{
background-color: #B71259;
}
.BgClassName
{
background-color: #B71259;
}
</style>
border-color css
<style>
span { border-color: #B71259; }
span { border-color: rgb(183,18,89); }
td.TdClassName
{
border-color: #B71259;
}
.TagClassName
{
border-color: #B71259;
}
</style>