Shades of Jazzberry Jam #B71654
Tints of Jazzberry Jam #B71654
RGB
CMYK
RGB Variations
Color information
#B71654 (or 0xB71654) is known color: Jazzberry Jam. HEX triplet: B7, 16 and 54. RGB value is (183,22,84). Sum of RGB (Red+Green+Blue) = 183+22+84=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 84 (33.20% from 255 or 29.07% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B71654 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71654 is #48E9AB. Grayscale: #4D4D4D. Windows color (decimal): -4778412 or 5510839. OLE color: 5510839.
HSL color Cylindrical-coordinate representation of color #B71654: hue angle of 336.89º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71654 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 84 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.28 |
| HSL | 336.89º | 0.79% | 0.4% | - |
| HSV(B) | 336.89º | 0.88% | 0.72% | - |
| XYZ | 21.42 | 11.28 | 9.44 | - |
| YUV | 77.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 84 | 0 | 0.88 | 0.54 | 0.28 | 336.89 | 0.79 | 0.4 |
| Hex | B7 | 16 | 54 | 0 | 58 | 36 | 1C | 151 | 4F | 28 |
| Octal | 267 | 26 | 124 | 0 | 130 | 66 | 34 | 521 | 117 | 50 |
| Binary | 10110111 | 10110 | 1010100 | 0 | 1011000 | 110110 | 11100 | 101010001 | 1001111 | 101000 |
Color Harmonies of #B71654
Complementary color
Monochromatic Colors of #B71654
Black with #B71654
Text Example
Text Example
White with #B71654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71654; }
p { color: rgb(183,22,84); }
H1.HeaderClassName
{
color: #B71654;
}
.AnyTagClassName
{
color: #B71654;
}
</style>
background-color css
<style>
a { background-color: #B71654; }
a { background-color: rgb(183,22,84); }
div.DivClassName
{
background-color: #B71654;
}
.BgClassName
{
background-color: #B71654;
}
</style>
border-color css
<style>
span { border-color: #B71654; }
span { border-color: rgb(183,22,84); }
td.TdClassName
{
border-color: #B71654;
}
.TagClassName
{
border-color: #B71654;
}
</style>