Shades of Jazzberry Jam #B80447
Tints of Jazzberry Jam #B80447
RGB
CMYK
RGB Variations
Color information
#B80447 (or 0xB80447) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 47. RGB value is (184,4,71). Sum of RGB (Red+Green+Blue) = 184+4+71=259 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.04% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 71 (28.12% from 255 or 27.41% from 259); Max value from RGB is 184 - color contains mainly: red. Hex color #B80447 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80447 is #47FBB8. Grayscale: #414141. Windows color (decimal): -4717497 or 4654264. OLE color: 4654264.
HSL color Cylindrical-coordinate representation of color #B80447: hue angle of 337.67º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80447 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 71 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.28 |
| HSL | 337.67º | 0.96% | 0.37% | - |
| HSV(B) | 337.67º | 0.98% | 0.72% | - |
| XYZ | 20.95 | 10.73 | 6.93 | - |
| YUV | 65.46 | 131.13 | 212.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 71 | 0 | 0.98 | 0.61 | 0.28 | 337.67 | 0.96 | 0.37 |
| Hex | B8 | 4 | 47 | 0 | 62 | 3D | 1C | 152 | 60 | 25 |
| Octal | 270 | 4 | 107 | 0 | 142 | 75 | 34 | 522 | 140 | 45 |
| Binary | 10111000 | 100 | 1000111 | 0 | 1100010 | 111101 | 11100 | 101010010 | 1100000 | 100101 |
Color Harmonies of #B80447
Complementary color
Monochromatic Colors of #B80447
Black with #B80447
Text Example
Text Example
White with #B80447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80447; }
p { color: rgb(184,4,71); }
H1.HeaderClassName
{
color: #B80447;
}
.AnyTagClassName
{
color: #B80447;
}
</style>
background-color css
<style>
a { background-color: #B80447; }
a { background-color: rgb(184,4,71); }
div.DivClassName
{
background-color: #B80447;
}
.BgClassName
{
background-color: #B80447;
}
</style>
border-color css
<style>
span { border-color: #B80447; }
span { border-color: rgb(184,4,71); }
td.TdClassName
{
border-color: #B80447;
}
.TagClassName
{
border-color: #B80447;
}
</style>