Shades of Jazzberry Jam #B80552
Tints of Jazzberry Jam #B80552
RGB
CMYK
RGB Variations
Color information
#B80552 (or 0xB80552) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 52. RGB value is (184,5,82). Sum of RGB (Red+Green+Blue) = 184+5+82=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B80552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80552 is #47FAAD. Grayscale: #434343. Windows color (decimal): -4717230 or 5375416. OLE color: 5375416.
HSL color Cylindrical-coordinate representation of color #B80552: hue angle of 334.19º 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 #B80552 is Cyan = 0, Magento = 0.97, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 82 | - |
| CMYK | 0 | 0.97 | 0.55 | 0.28 |
| HSL | 334.19º | 0.95% | 0.37% | - |
| HSV(B) | 334.19º | 0.97% | 0.72% | - |
| XYZ | 21.34 | 10.91 | 8.96 | - |
| YUV | 67.3 | 136.3 | 211.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 82 | 0 | 0.97 | 0.55 | 0.28 | 334.19 | 0.95 | 0.37 |
| Hex | B8 | 5 | 52 | 0 | 61 | 37 | 1C | 14E | 5F | 25 |
| Octal | 270 | 5 | 122 | 0 | 141 | 67 | 34 | 516 | 137 | 45 |
| Binary | 10111000 | 101 | 1010010 | 0 | 1100001 | 110111 | 11100 | 101001110 | 1011111 | 100101 |
Color Harmonies of #B80552
Complementary color
Monochromatic Colors of #B80552
Black with #B80552
Text Example
Text Example
White with #B80552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80552; }
p { color: rgb(184,5,82); }
H1.HeaderClassName
{
color: #B80552;
}
.AnyTagClassName
{
color: #B80552;
}
</style>
background-color css
<style>
a { background-color: #B80552; }
a { background-color: rgb(184,5,82); }
div.DivClassName
{
background-color: #B80552;
}
.BgClassName
{
background-color: #B80552;
}
</style>
border-color css
<style>
span { border-color: #B80552; }
span { border-color: rgb(184,5,82); }
td.TdClassName
{
border-color: #B80552;
}
.TagClassName
{
border-color: #B80552;
}
</style>