Shades of Jazzberry Jam #B71152
Tints of Jazzberry Jam #B71152
RGB
CMYK
RGB Variations
Color information
#B71152 (or 0xB71152) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 52. RGB value is (183,17,82). Sum of RGB (Red+Green+Blue) = 183+17+82=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B71152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71152 is #48EEAD. Grayscale: #494949. Windows color (decimal): -4779694 or 5378487. OLE color: 5378487.
HSL color Cylindrical-coordinate representation of color #B71152: hue angle of 336.51º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71152 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 82 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.28 |
| HSL | 336.51º | 0.83% | 0.39% | - |
| HSV(B) | 336.51º | 0.91% | 0.72% | - |
| XYZ | 21.25 | 11.08 | 9 | - |
| YUV | 74.04 | 132.5 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 82 | 0 | 0.91 | 0.55 | 0.28 | 336.51 | 0.83 | 0.39 |
| Hex | B7 | 11 | 52 | 0 | 5B | 37 | 1C | 151 | 53 | 27 |
| Octal | 267 | 21 | 122 | 0 | 133 | 67 | 34 | 521 | 123 | 47 |
| Binary | 10110111 | 10001 | 1010010 | 0 | 1011011 | 110111 | 11100 | 101010001 | 1010011 | 100111 |
Color Harmonies of #B71152
Complementary color
Monochromatic Colors of #B71152
Black with #B71152
Text Example
Text Example
White with #B71152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71152; }
p { color: rgb(183,17,82); }
H1.HeaderClassName
{
color: #B71152;
}
.AnyTagClassName
{
color: #B71152;
}
</style>
background-color css
<style>
a { background-color: #B71152; }
a { background-color: rgb(183,17,82); }
div.DivClassName
{
background-color: #B71152;
}
.BgClassName
{
background-color: #B71152;
}
</style>
border-color css
<style>
span { border-color: #B71152; }
span { border-color: rgb(183,17,82); }
td.TdClassName
{
border-color: #B71152;
}
.TagClassName
{
border-color: #B71152;
}
</style>