Shades of Jazzberry Jam #B80D4D
Tints of Jazzberry Jam #B80D4D
RGB
CMYK
RGB Variations
Color information
#B80D4D (or 0xB80D4D) is known color: Jazzberry Jam. HEX triplet: B8, 0D and 4D. RGB value is (184,13,77). Sum of RGB (Red+Green+Blue) = 184+13+77=274 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.15% from 274); Green value is 13 (5.47% from 255 or 4.74% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80D4D is #47F2B2. Grayscale: #474747. Windows color (decimal): -4715187 or 5049784. OLE color: 5049784.
HSL color Cylindrical-coordinate representation of color #B80D4D: hue angle of 337.54º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D4D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 77 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.28 |
| HSL | 337.54º | 0.87% | 0.39% | - |
| HSV(B) | 337.54º | 0.93% | 0.72% | - |
| XYZ | 21.25 | 11.01 | 8.03 | - |
| YUV | 71.43 | 131.15 | 208.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 77 | 0 | 0.93 | 0.58 | 0.28 | 337.54 | 0.87 | 0.39 |
| Hex | B8 | D | 4D | 0 | 5D | 3A | 1C | 152 | 57 | 27 |
| Octal | 270 | 15 | 115 | 0 | 135 | 72 | 34 | 522 | 127 | 47 |
| Binary | 10111000 | 1101 | 1001101 | 0 | 1011101 | 111010 | 11100 | 101010010 | 1010111 | 100111 |
Color Harmonies of #B80D4D
Complementary color
Monochromatic Colors of #B80D4D
Black with #B80D4D
Text Example
Text Example
White with #B80D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D4D; }
p { color: rgb(184,13,77); }
H1.HeaderClassName
{
color: #B80D4D;
}
.AnyTagClassName
{
color: #B80D4D;
}
</style>
background-color css
<style>
a { background-color: #B80D4D; }
a { background-color: rgb(184,13,77); }
div.DivClassName
{
background-color: #B80D4D;
}
.BgClassName
{
background-color: #B80D4D;
}
</style>
border-color css
<style>
span { border-color: #B80D4D; }
span { border-color: rgb(184,13,77); }
td.TdClassName
{
border-color: #B80D4D;
}
.TagClassName
{
border-color: #B80D4D;
}
</style>