Shades of Jazzberry Jam #B71859
Tints of Jazzberry Jam #B71859
RGB
CMYK
RGB Variations
Color information
#B71859 (or 0xB71859) is known color: Jazzberry Jam. HEX triplet: B7, 18 and 59. RGB value is (183,24,89). Sum of RGB (Red+Green+Blue) = 183+24+89=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 89 (35.16% from 255 or 30.07% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B71859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71859 is #48E7A6. Grayscale: #4E4E4E. Windows color (decimal): -4777895 or 5839031. OLE color: 5839031.
HSL color Cylindrical-coordinate representation of color #B71859: hue angle of 335.47º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71859 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 89 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.28 |
| HSL | 335.47º | 0.77% | 0.41% | - |
| HSV(B) | 335.47º | 0.87% | 0.72% | - |
| XYZ | 21.66 | 11.44 | 10.52 | - |
| YUV | 78.95 | 133.68 | 202.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 89 | 0 | 0.87 | 0.51 | 0.28 | 335.47 | 0.77 | 0.41 |
| Hex | B7 | 18 | 59 | 0 | 57 | 33 | 1C | 14F | 4D | 29 |
| Octal | 267 | 30 | 131 | 0 | 127 | 63 | 34 | 517 | 115 | 51 |
| Binary | 10110111 | 11000 | 1011001 | 0 | 1010111 | 110011 | 11100 | 101001111 | 1001101 | 101001 |
Color Harmonies of #B71859
Complementary color
Monochromatic Colors of #B71859
Black with #B71859
Text Example
Text Example
White with #B71859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71859; }
p { color: rgb(183,24,89); }
H1.HeaderClassName
{
color: #B71859;
}
.AnyTagClassName
{
color: #B71859;
}
</style>
background-color css
<style>
a { background-color: #B71859; }
a { background-color: rgb(183,24,89); }
div.DivClassName
{
background-color: #B71859;
}
.BgClassName
{
background-color: #B71859;
}
</style>
border-color css
<style>
span { border-color: #B71859; }
span { border-color: rgb(183,24,89); }
td.TdClassName
{
border-color: #B71859;
}
.TagClassName
{
border-color: #B71859;
}
</style>