Shades of Jazzberry Jam #B80758
Tints of Jazzberry Jam #B80758
RGB
CMYK
RGB Variations
Color information
#B80758 (or 0xB80758) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 58. RGB value is (184,7,88). Sum of RGB (Red+Green+Blue) = 184+7+88=279 (36% of max value = 765). Red value is 184 (72.27% from 255 or 65.95% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 184 - color contains mainly: red. Hex color #B80758 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80758 is #47F8A7. Grayscale: #454545. Windows color (decimal): -4716712 or 5769144. OLE color: 5769144.
HSL color Cylindrical-coordinate representation of color #B80758: hue angle of 332.54º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80758 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 88 | - |
| CMYK | 0 | 0.96 | 0.52 | 0.28 |
| HSL | 332.54º | 0.93% | 0.37% | - |
| HSV(B) | 332.54º | 0.96% | 0.72% | - |
| XYZ | 21.6 | 11.05 | 10.23 | - |
| YUV | 69.16 | 138.64 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 88 | 0 | 0.96 | 0.52 | 0.28 | 332.54 | 0.93 | 0.37 |
| Hex | B8 | 7 | 58 | 0 | 60 | 34 | 1C | 14D | 5D | 25 |
| Octal | 270 | 7 | 130 | 0 | 140 | 64 | 34 | 515 | 135 | 45 |
| Binary | 10111000 | 111 | 1011000 | 0 | 1100000 | 110100 | 11100 | 101001101 | 1011101 | 100101 |
Color Harmonies of #B80758
Complementary color
Monochromatic Colors of #B80758
Black with #B80758
Text Example
Text Example
White with #B80758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80758; }
p { color: rgb(184,7,88); }
H1.HeaderClassName
{
color: #B80758;
}
.AnyTagClassName
{
color: #B80758;
}
</style>
background-color css
<style>
a { background-color: #B80758; }
a { background-color: rgb(184,7,88); }
div.DivClassName
{
background-color: #B80758;
}
.BgClassName
{
background-color: #B80758;
}
</style>
border-color css
<style>
span { border-color: #B80758; }
span { border-color: rgb(184,7,88); }
td.TdClassName
{
border-color: #B80758;
}
.TagClassName
{
border-color: #B80758;
}
</style>