Shades of Jazzberry Jam #B71457
Tints of Jazzberry Jam #B71457
RGB
CMYK
RGB Variations
Color information
#B71457 (or 0xB71457) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 57. RGB value is (183,20,87). Sum of RGB (Red+Green+Blue) = 183+20+87=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 20 (8.20% from 255 or 6.90% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B71457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71457 is #48EBA8. Grayscale: #4C4C4C. Windows color (decimal): -4778921 or 5706935. OLE color: 5706935.
HSL color Cylindrical-coordinate representation of color #B71457: hue angle of 335.34º 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 #B71457 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 87 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.28 |
| HSL | 335.34º | 0.8% | 0.4% | - |
| HSV(B) | 335.34º | 0.89% | 0.72% | - |
| XYZ | 21.5 | 11.26 | 10.06 | - |
| YUV | 76.38 | 134 | 204.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 87 | 0 | 0.89 | 0.52 | 0.28 | 335.34 | 0.8 | 0.4 |
| Hex | B7 | 14 | 57 | 0 | 59 | 34 | 1C | 14F | 50 | 28 |
| Octal | 267 | 24 | 127 | 0 | 131 | 64 | 34 | 517 | 120 | 50 |
| Binary | 10110111 | 10100 | 1010111 | 0 | 1011001 | 110100 | 11100 | 101001111 | 1010000 | 101000 |
Color Harmonies of #B71457
Complementary color
Monochromatic Colors of #B71457
Black with #B71457
Text Example
Text Example
White with #B71457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71457; }
p { color: rgb(183,20,87); }
H1.HeaderClassName
{
color: #B71457;
}
.AnyTagClassName
{
color: #B71457;
}
</style>
background-color css
<style>
a { background-color: #B71457; }
a { background-color: rgb(183,20,87); }
div.DivClassName
{
background-color: #B71457;
}
.BgClassName
{
background-color: #B71457;
}
</style>
border-color css
<style>
span { border-color: #B71457; }
span { border-color: rgb(183,20,87); }
td.TdClassName
{
border-color: #B71457;
}
.TagClassName
{
border-color: #B71457;
}
</style>