Shades of Jazzberry Jam #B70859
Tints of Jazzberry Jam #B70859
RGB
CMYK
RGB Variations
Color information
#B70859 (or 0xB70859) is known color: Jazzberry Jam. HEX triplet: B7, 08 and 59. RGB value is (183,8,89). Sum of RGB (Red+Green+Blue) = 183+8+89=280 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.36% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 183 - color contains mainly: red. Hex color #B70859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70859 is #48F7A6. Grayscale: #454545. Windows color (decimal): -4781991 or 5834935. OLE color: 5834935.
HSL color Cylindrical-coordinate representation of color #B70859: hue angle of 332.23º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B70859 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 8 | 89 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.28 |
| HSL | 332.23º | 0.92% | 0.37% | - |
| HSV(B) | 332.23º | 0.96% | 0.72% | - |
| XYZ | 21.42 | 10.96 | 10.44 | - |
| YUV | 69.56 | 138.98 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 8 | 89 | 0 | 0.96 | 0.51 | 0.28 | 332.23 | 0.92 | 0.37 |
| Hex | B7 | 8 | 59 | 0 | 60 | 33 | 1C | 14C | 5C | 25 |
| Octal | 267 | 10 | 131 | 0 | 140 | 63 | 34 | 514 | 134 | 45 |
| Binary | 10110111 | 1000 | 1011001 | 0 | 1100000 | 110011 | 11100 | 101001100 | 1011100 | 100101 |
Color Harmonies of #B70859
Complementary color
Monochromatic Colors of #B70859
Black with #B70859
Text Example
Text Example
White with #B70859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70859; }
p { color: rgb(183,8,89); }
H1.HeaderClassName
{
color: #B70859;
}
.AnyTagClassName
{
color: #B70859;
}
</style>
background-color css
<style>
a { background-color: #B70859; }
a { background-color: rgb(183,8,89); }
div.DivClassName
{
background-color: #B70859;
}
.BgClassName
{
background-color: #B70859;
}
</style>
border-color css
<style>
span { border-color: #B70859; }
span { border-color: rgb(183,8,89); }
td.TdClassName
{
border-color: #B70859;
}
.TagClassName
{
border-color: #B70859;
}
</style>