Shades of Jazzberry Jam #B71553
Tints of Jazzberry Jam #B71553
RGB
CMYK
RGB Variations
Color information
#B71553 (or 0xB71553) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 53. RGB value is (183,21,83). Sum of RGB (Red+Green+Blue) = 183+21+83=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B71553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71553 is #48EAAC. Grayscale: #4C4C4C. Windows color (decimal): -4778669 or 5445047. OLE color: 5445047.
HSL color Cylindrical-coordinate representation of color #B71553: hue angle of 337.04º 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 #B71553 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 21 | 83 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.28 |
| HSL | 337.04º | 0.79% | 0.4% | - |
| HSV(B) | 337.04º | 0.89% | 0.72% | - |
| XYZ | 21.36 | 11.23 | 9.23 | - |
| YUV | 76.51 | 131.67 | 203.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 21 | 83 | 0 | 0.89 | 0.55 | 0.28 | 337.04 | 0.79 | 0.4 |
| Hex | B7 | 15 | 53 | 0 | 59 | 37 | 1C | 151 | 4F | 28 |
| Octal | 267 | 25 | 123 | 0 | 131 | 67 | 34 | 521 | 117 | 50 |
| Binary | 10110111 | 10101 | 1010011 | 0 | 1011001 | 110111 | 11100 | 101010001 | 1001111 | 101000 |
Color Harmonies of #B71553
Complementary color
Monochromatic Colors of #B71553
Black with #B71553
Text Example
Text Example
White with #B71553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71553; }
p { color: rgb(183,21,83); }
H1.HeaderClassName
{
color: #B71553;
}
.AnyTagClassName
{
color: #B71553;
}
</style>
background-color css
<style>
a { background-color: #B71553; }
a { background-color: rgb(183,21,83); }
div.DivClassName
{
background-color: #B71553;
}
.BgClassName
{
background-color: #B71553;
}
</style>
border-color css
<style>
span { border-color: #B71553; }
span { border-color: rgb(183,21,83); }
td.TdClassName
{
border-color: #B71553;
}
.TagClassName
{
border-color: #B71553;
}
</style>