Shades of Jazzberry Jam #B80559
Tints of Jazzberry Jam #B80559
RGB
CMYK
RGB Variations
Color information
#B80559 (or 0xB80559) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 59. RGB value is (184,5,89). Sum of RGB (Red+Green+Blue) = 184+5+89=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B80559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80559 is #47FAA6. Grayscale: #434343. Windows color (decimal): -4717223 or 5834168. OLE color: 5834168.
HSL color Cylindrical-coordinate representation of color #B80559: hue angle of 331.84º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80559 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 89 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.28 |
| HSL | 331.84º | 0.95% | 0.37% | - |
| HSV(B) | 331.84º | 0.97% | 0.72% | - |
| XYZ | 21.62 | 11.02 | 10.44 | - |
| YUV | 68.1 | 139.8 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 89 | 0 | 0.97 | 0.52 | 0.28 | 331.84 | 0.95 | 0.37 |
| Hex | B8 | 5 | 59 | 0 | 61 | 34 | 1C | 14C | 5F | 25 |
| Octal | 270 | 5 | 131 | 0 | 141 | 64 | 34 | 514 | 137 | 45 |
| Binary | 10111000 | 101 | 1011001 | 0 | 1100001 | 110100 | 11100 | 101001100 | 1011111 | 100101 |
Color Harmonies of #B80559
Complementary color
Monochromatic Colors of #B80559
Black with #B80559
Text Example
Text Example
White with #B80559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80559; }
p { color: rgb(184,5,89); }
H1.HeaderClassName
{
color: #B80559;
}
.AnyTagClassName
{
color: #B80559;
}
</style>
background-color css
<style>
a { background-color: #B80559; }
a { background-color: rgb(184,5,89); }
div.DivClassName
{
background-color: #B80559;
}
.BgClassName
{
background-color: #B80559;
}
</style>
border-color css
<style>
span { border-color: #B80559; }
span { border-color: rgb(184,5,89); }
td.TdClassName
{
border-color: #B80559;
}
.TagClassName
{
border-color: #B80559;
}
</style>