Shades of Jazzberry Jam #B80551
Tints of Jazzberry Jam #B80551
RGB
CMYK
RGB Variations
Color information
#B80551 (or 0xB80551) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 51. RGB value is (184,5,81). Sum of RGB (Red+Green+Blue) = 184+5+81=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 81 (32.03% from 255 or 30% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B80551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80551 is #47FAAE. Grayscale: #434343. Windows color (decimal): -4717231 or 5309880. OLE color: 5309880.
HSL color Cylindrical-coordinate representation of color #B80551: hue angle of 334.53º 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 #B80551 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 81 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.28 |
| HSL | 334.53º | 0.95% | 0.37% | - |
| HSV(B) | 334.53º | 0.97% | 0.72% | - |
| XYZ | 21.31 | 10.89 | 8.76 | - |
| YUV | 67.19 | 135.8 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 81 | 0 | 0.97 | 0.56 | 0.28 | 334.53 | 0.95 | 0.37 |
| Hex | B8 | 5 | 51 | 0 | 61 | 38 | 1C | 14F | 5F | 25 |
| Octal | 270 | 5 | 121 | 0 | 141 | 70 | 34 | 517 | 137 | 45 |
| Binary | 10111000 | 101 | 1010001 | 0 | 1100001 | 111000 | 11100 | 101001111 | 1011111 | 100101 |
Color Harmonies of #B80551
Complementary color
Monochromatic Colors of #B80551
Black with #B80551
Text Example
Text Example
White with #B80551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80551; }
p { color: rgb(184,5,81); }
H1.HeaderClassName
{
color: #B80551;
}
.AnyTagClassName
{
color: #B80551;
}
</style>
background-color css
<style>
a { background-color: #B80551; }
a { background-color: rgb(184,5,81); }
div.DivClassName
{
background-color: #B80551;
}
.BgClassName
{
background-color: #B80551;
}
</style>
border-color css
<style>
span { border-color: #B80551; }
span { border-color: rgb(184,5,81); }
td.TdClassName
{
border-color: #B80551;
}
.TagClassName
{
border-color: #B80551;
}
</style>