Shades of Jazzberry Jam #B80B4D
Tints of Jazzberry Jam #B80B4D
RGB
CMYK
RGB Variations
Color information
#B80B4D (or 0xB80B4D) is known color: Jazzberry Jam. HEX triplet: B8, 0B and 4D. RGB value is (184,11,77). Sum of RGB (Red+Green+Blue) = 184+11+77=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80B4D is #47F4B2. Grayscale: #464646. Windows color (decimal): -4715699 or 5049272. OLE color: 5049272.
HSL color Cylindrical-coordinate representation of color #B80B4D: hue angle of 337.11º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B4D is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 77 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.28 |
| HSL | 337.11º | 0.89% | 0.38% | - |
| HSV(B) | 337.11º | 0.94% | 0.72% | - |
| XYZ | 21.23 | 10.97 | 8.02 | - |
| YUV | 70.25 | 131.81 | 209.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 77 | 0 | 0.94 | 0.58 | 0.28 | 337.11 | 0.89 | 0.38 |
| Hex | B8 | B | 4D | 0 | 5E | 3A | 1C | 151 | 59 | 26 |
| Octal | 270 | 13 | 115 | 0 | 136 | 72 | 34 | 521 | 131 | 46 |
| Binary | 10111000 | 1011 | 1001101 | 0 | 1011110 | 111010 | 11100 | 101010001 | 1011001 | 100110 |
Color Harmonies of #B80B4D
Complementary color
Monochromatic Colors of #B80B4D
Black with #B80B4D
Text Example
Text Example
White with #B80B4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B4D; }
p { color: rgb(184,11,77); }
H1.HeaderClassName
{
color: #B80B4D;
}
.AnyTagClassName
{
color: #B80B4D;
}
</style>
background-color css
<style>
a { background-color: #B80B4D; }
a { background-color: rgb(184,11,77); }
div.DivClassName
{
background-color: #B80B4D;
}
.BgClassName
{
background-color: #B80B4D;
}
</style>
border-color css
<style>
span { border-color: #B80B4D; }
span { border-color: rgb(184,11,77); }
td.TdClassName
{
border-color: #B80B4D;
}
.TagClassName
{
border-color: #B80B4D;
}
</style>