Shades of Jazzberry Jam #B71569
Tints of Jazzberry Jam #B71569
RGB
CMYK
RGB Variations
Color information
#B71569 (or 0xB71569) is known color: Jazzberry Jam. HEX triplet: B7, 15 and 69. RGB value is (183,21,105). Sum of RGB (Red+Green+Blue) = 183+21+105=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B71569 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71569 is #48EA96. Grayscale: #4E4E4E. Windows color (decimal): -4778647 or 6886839. OLE color: 6886839.
HSL color Cylindrical-coordinate representation of color #B71569: hue angle of 328.89º 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 #B71569 is Cyan = 0, Magento = 0.89, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
RGB | 183 | 21 | 105 | - |
CMYK | 0 | 0.89 | 0.43 | 0.28 |
HSL | 328.89º | 0.79% | 0.4% | - |
HSV(B) | 328.89º | 0.89% | 0.72% | - |
XYZ | 22.35 | 11.62 | 14.43 | - |
YUV | 79.01 | 142.67 | 202.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 21 | 105 | 0 | 0.89 | 0.43 | 0.28 | 328.89 | 0.79 | 0.4 |
Hex | B7 | 15 | 69 | 0 | 59 | 2B | 1C | 149 | 4F | 28 |
Octal | 267 | 25 | 151 | 0 | 131 | 53 | 34 | 511 | 117 | 50 |
Binary | 10110111 | 10101 | 1101001 | 0 | 1011001 | 101011 | 11100 | 101001001 | 1001111 | 101000 |
Color Harmonies of #B71569
Complementary color
Monochromatic Colors of #B71569
Black with #B71569
Text Example
Text Example
White with #B71569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71569; }
p { color: rgb(183,21,105); }
H1.HeaderClassName
{
color: #B71569;
}
.AnyTagClassName
{
color: #B71569;
}
</style>
background-color css
<style>
a { background-color: #B71569; }
a { background-color: rgb(183,21,105); }
div.DivClassName
{
background-color: #B71569;
}
.BgClassName
{
background-color: #B71569;
}
</style>
border-color css
<style>
span { border-color: #B71569; }
span { border-color: rgb(183,21,105); }
td.TdClassName
{
border-color: #B71569;
}
.TagClassName
{
border-color: #B71569;
}
</style>