Shades of Jazzberry Jam #B71459
Tints of Jazzberry Jam #B71459
RGB
CMYK
RGB Variations
Color information
#B71459 (or 0xB71459) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 59. RGB value is (183,20,89). Sum of RGB (Red+Green+Blue) = 183+20+89=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 20 (8.20% from 255 or 6.85% from 292); Blue value is 89 (35.16% from 255 or 30.48% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B71459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71459 is #48EBA6. Grayscale: #4C4C4C. Windows color (decimal): -4778919 or 5838007. OLE color: 5838007.
HSL color Cylindrical-coordinate representation of color #B71459: hue angle of 334.6º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71459 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 89 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.28 |
| HSL | 334.6º | 0.8% | 0.4% | - |
| HSV(B) | 334.6º | 0.89% | 0.72% | - |
| XYZ | 21.58 | 11.29 | 10.49 | - |
| YUV | 76.6 | 135 | 203.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 89 | 0 | 0.89 | 0.51 | 0.28 | 334.6 | 0.8 | 0.4 |
| Hex | B7 | 14 | 59 | 0 | 59 | 33 | 1C | 14F | 50 | 28 |
| Octal | 267 | 24 | 131 | 0 | 131 | 63 | 34 | 517 | 120 | 50 |
| Binary | 10110111 | 10100 | 1011001 | 0 | 1011001 | 110011 | 11100 | 101001111 | 1010000 | 101000 |
Color Harmonies of #B71459
Complementary color
Monochromatic Colors of #B71459
Black with #B71459
Text Example
Text Example
White with #B71459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71459; }
p { color: rgb(183,20,89); }
H1.HeaderClassName
{
color: #B71459;
}
.AnyTagClassName
{
color: #B71459;
}
</style>
background-color css
<style>
a { background-color: #B71459; }
a { background-color: rgb(183,20,89); }
div.DivClassName
{
background-color: #B71459;
}
.BgClassName
{
background-color: #B71459;
}
</style>
border-color css
<style>
span { border-color: #B71459; }
span { border-color: rgb(183,20,89); }
td.TdClassName
{
border-color: #B71459;
}
.TagClassName
{
border-color: #B71459;
}
</style>