Shades of Jazzberry Jam #B81552
Tints of Jazzberry Jam #B81552
RGB
CMYK
RGB Variations
Color information
#B81552 (or 0xB81552) is known color: Jazzberry Jam. HEX triplet: B8, 15 and 52. RGB value is (184,21,82). Sum of RGB (Red+Green+Blue) = 184+21+82=287 (38% of max value = 765). Red value is 184 (72.27% from 255 or 64.11% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 82 (32.42% from 255 or 28.57% from 287); Max value from RGB is 184 - color contains mainly: red. Hex color #B81552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81552 is #47EAAD. Grayscale: #4C4C4C. Windows color (decimal): -4713134 or 5379512. OLE color: 5379512.
HSL color Cylindrical-coordinate representation of color #B81552: hue angle of 337.55º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B81552 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 21 | 82 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.28 |
| HSL | 337.55º | 0.8% | 0.4% | - |
| HSV(B) | 337.55º | 0.89% | 0.72% | - |
| XYZ | 21.56 | 11.34 | 9.03 | - |
| YUV | 76.69 | 131 | 204.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 21 | 82 | 0 | 0.89 | 0.55 | 0.28 | 337.55 | 0.8 | 0.4 |
| Hex | B8 | 15 | 52 | 0 | 59 | 37 | 1C | 152 | 50 | 28 |
| Octal | 270 | 25 | 122 | 0 | 131 | 67 | 34 | 522 | 120 | 50 |
| Binary | 10111000 | 10101 | 1010010 | 0 | 1011001 | 110111 | 11100 | 101010010 | 1010000 | 101000 |
Color Harmonies of #B81552
Complementary color
Monochromatic Colors of #B81552
Black with #B81552
Text Example
Text Example
White with #B81552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81552; }
p { color: rgb(184,21,82); }
H1.HeaderClassName
{
color: #B81552;
}
.AnyTagClassName
{
color: #B81552;
}
</style>
background-color css
<style>
a { background-color: #B81552; }
a { background-color: rgb(184,21,82); }
div.DivClassName
{
background-color: #B81552;
}
.BgClassName
{
background-color: #B81552;
}
</style>
border-color css
<style>
span { border-color: #B81552; }
span { border-color: rgb(184,21,82); }
td.TdClassName
{
border-color: #B81552;
}
.TagClassName
{
border-color: #B81552;
}
</style>