Shades of Jazzberry Jam #B71755
Tints of Jazzberry Jam #B71755
RGB
CMYK
RGB Variations
Color information
#B71755 (or 0xB71755) is known color: Jazzberry Jam. HEX triplet: B7, 17 and 55. RGB value is (183,23,85). Sum of RGB (Red+Green+Blue) = 183+23+85=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 85 (33.59% from 255 or 29.21% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B71755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71755 is #48E8AA. Grayscale: #4D4D4D. Windows color (decimal): -4778155 or 5576631. OLE color: 5576631.
HSL color Cylindrical-coordinate representation of color #B71755: hue angle of 336.75º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71755 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 85 | - |
| CMYK | 0 | 0.87 | 0.54 | 0.28 |
| HSL | 336.75º | 0.78% | 0.4% | - |
| HSV(B) | 336.75º | 0.87% | 0.72% | - |
| XYZ | 21.47 | 11.34 | 9.65 | - |
| YUV | 77.91 | 132.01 | 202.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 85 | 0 | 0.87 | 0.54 | 0.28 | 336.75 | 0.78 | 0.4 |
| Hex | B7 | 17 | 55 | 0 | 57 | 36 | 1C | 151 | 4E | 28 |
| Octal | 267 | 27 | 125 | 0 | 127 | 66 | 34 | 521 | 116 | 50 |
| Binary | 10110111 | 10111 | 1010101 | 0 | 1010111 | 110110 | 11100 | 101010001 | 1001110 | 101000 |
Color Harmonies of #B71755
Complementary color
Monochromatic Colors of #B71755
Black with #B71755
Text Example
Text Example
White with #B71755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71755; }
p { color: rgb(183,23,85); }
H1.HeaderClassName
{
color: #B71755;
}
.AnyTagClassName
{
color: #B71755;
}
</style>
background-color css
<style>
a { background-color: #B71755; }
a { background-color: rgb(183,23,85); }
div.DivClassName
{
background-color: #B71755;
}
.BgClassName
{
background-color: #B71755;
}
</style>
border-color css
<style>
span { border-color: #B71755; }
span { border-color: rgb(183,23,85); }
td.TdClassName
{
border-color: #B71755;
}
.TagClassName
{
border-color: #B71755;
}
</style>