Shades of Jazzberry Jam #B80547
Tints of Jazzberry Jam #B80547
RGB
CMYK
RGB Variations
Color information
#B80547 (or 0xB80547) is known color: Jazzberry Jam. HEX triplet: B8, 05 and 47. RGB value is (184,5,71). Sum of RGB (Red+Green+Blue) = 184+5+71=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80547 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80547 is #47FAB8. Grayscale: #414141. Windows color (decimal): -4717241 or 4654520. OLE color: 4654520.
HSL color Cylindrical-coordinate representation of color #B80547: hue angle of 337.88º 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 #B80547 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 5 | 71 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.28 |
| HSL | 337.88º | 0.95% | 0.37% | - |
| HSV(B) | 337.88º | 0.97% | 0.72% | - |
| XYZ | 20.96 | 10.75 | 6.93 | - |
| YUV | 66.05 | 130.8 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 71 | 0 | 0.97 | 0.61 | 0.28 | 337.88 | 0.95 | 0.37 |
| Hex | B8 | 5 | 47 | 0 | 61 | 3D | 1C | 152 | 5F | 25 |
| Octal | 270 | 5 | 107 | 0 | 141 | 75 | 34 | 522 | 137 | 45 |
| Binary | 10111000 | 101 | 1000111 | 0 | 1100001 | 111101 | 11100 | 101010010 | 1011111 | 100101 |
Color Harmonies of #B80547
Complementary color
Monochromatic Colors of #B80547
Black with #B80547
Text Example
Text Example
White with #B80547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80547; }
p { color: rgb(184,5,71); }
H1.HeaderClassName
{
color: #B80547;
}
.AnyTagClassName
{
color: #B80547;
}
</style>
background-color css
<style>
a { background-color: #B80547; }
a { background-color: rgb(184,5,71); }
div.DivClassName
{
background-color: #B80547;
}
.BgClassName
{
background-color: #B80547;
}
</style>
border-color css
<style>
span { border-color: #B80547; }
span { border-color: rgb(184,5,71); }
td.TdClassName
{
border-color: #B80547;
}
.TagClassName
{
border-color: #B80547;
}
</style>