Shades of Jazzberry Jam #B80454
Tints of Jazzberry Jam #B80454
RGB
CMYK
RGB Variations
Color information
#B80454 (or 0xB80454) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 54. RGB value is (184,4,84). Sum of RGB (Red+Green+Blue) = 184+4+84=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 84 (33.20% from 255 or 30.88% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B80454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80454 is #47FBAB. Grayscale: #424242. Windows color (decimal): -4717484 or 5506232. OLE color: 5506232.
HSL color Cylindrical-coordinate representation of color #B80454: hue angle of 333.33º 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 #B80454 is Cyan = 0, Magento = 0.98, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 84 | - |
| CMYK | 0 | 0.98 | 0.54 | 0.28 |
| HSL | 333.33º | 0.96% | 0.37% | - |
| HSV(B) | 333.33º | 0.98% | 0.72% | - |
| XYZ | 21.41 | 10.92 | 9.37 | - |
| YUV | 66.94 | 137.63 | 211.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 84 | 0 | 0.98 | 0.54 | 0.28 | 333.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | 54 | 0 | 62 | 36 | 1C | 14D | 60 | 25 |
| Octal | 270 | 4 | 124 | 0 | 142 | 66 | 34 | 515 | 140 | 45 |
| Binary | 10111000 | 100 | 1010100 | 0 | 1100010 | 110110 | 11100 | 101001101 | 1100000 | 100101 |
Color Harmonies of #B80454
Complementary color
Monochromatic Colors of #B80454
Black with #B80454
Text Example
Text Example
White with #B80454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80454; }
p { color: rgb(184,4,84); }
H1.HeaderClassName
{
color: #B80454;
}
.AnyTagClassName
{
color: #B80454;
}
</style>
background-color css
<style>
a { background-color: #B80454; }
a { background-color: rgb(184,4,84); }
div.DivClassName
{
background-color: #B80454;
}
.BgClassName
{
background-color: #B80454;
}
</style>
border-color css
<style>
span { border-color: #B80454; }
span { border-color: rgb(184,4,84); }
td.TdClassName
{
border-color: #B80454;
}
.TagClassName
{
border-color: #B80454;
}
</style>