Shades of Jazzberry Jam #B71552
Tints of Jazzberry Jam #B71552
RGB
CMYK
RGB Variations
Color information
#B71552 (or 0xB71552) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 52. RGB value is (183,21,82). Sum of RGB (Red+Green+Blue) = 183+21+82=286 (37% of max value = 765). Red value is 183 (71.88% from 255 or 63.99% from 286); Green value is 21 (8.59% from 255 or 7.34% from 286); Blue value is 82 (32.42% from 255 or 28.67% from 286); Max value from RGB is 183 - color contains mainly: red. Hex color #B71552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71552 is #48EAAD. Grayscale: #4C4C4C. Windows color (decimal): -4778670 or 5379511. OLE color: 5379511.
HSL color Cylindrical-coordinate representation of color #B71552: hue angle of 337.41º degrees, saturation: 0.79, 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 #B71552 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 82 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.28 |
| HSL | 337.41º | 0.79% | 0.4% | - |
| HSV(B) | 337.41º | 0.89% | 0.72% | - |
| XYZ | 21.32 | 11.21 | 9.02 | - |
| YUV | 76.39 | 131.17 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 82 | 0 | 0.89 | 0.55 | 0.28 | 337.41 | 0.79 | 0.4 |
| Hex | B7 | 15 | 52 | 0 | 59 | 37 | 1C | 151 | 4F | 28 |
| Octal | 267 | 25 | 122 | 0 | 131 | 67 | 34 | 521 | 117 | 50 |
| Binary | 10110111 | 10101 | 1010010 | 0 | 1011001 | 110111 | 11100 | 101010001 | 1001111 | 101000 |
Color Harmonies of #B71552
Complementary color
Monochromatic Colors of #B71552
Black with #B71552
Text Example
Text Example
White with #B71552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71552; }
p { color: rgb(183,21,82); }
H1.HeaderClassName
{
color: #B71552;
}
.AnyTagClassName
{
color: #B71552;
}
</style>
background-color css
<style>
a { background-color: #B71552; }
a { background-color: rgb(183,21,82); }
div.DivClassName
{
background-color: #B71552;
}
.BgClassName
{
background-color: #B71552;
}
</style>
border-color css
<style>
span { border-color: #B71552; }
span { border-color: rgb(183,21,82); }
td.TdClassName
{
border-color: #B71552;
}
.TagClassName
{
border-color: #B71552;
}
</style>