Shades of Jazzberry Jam #B71752
Tints of Jazzberry Jam #B71752
RGB
CMYK
RGB Variations
Color information
#B71752 (or 0xB71752) is known color: Jazzberry Jam. HEX triplet: B7, 17 and 52. RGB value is (183,23,82). Sum of RGB (Red+Green+Blue) = 183+23+82=288 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.54% from 288); Green value is 23 (9.38% from 255 or 7.99% from 288); Blue value is 82 (32.42% from 255 or 28.47% from 288); Max value from RGB is 183 - color contains mainly: red. Hex color #B71752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71752 is #48E8AD. Grayscale: #4D4D4D. Windows color (decimal): -4778158 or 5380023. OLE color: 5380023.
HSL color Cylindrical-coordinate representation of color #B71752: hue angle of 337.88º 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 #B71752 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 82 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.28 |
| HSL | 337.88º | 0.78% | 0.4% | - |
| HSV(B) | 337.88º | 0.87% | 0.72% | - |
| XYZ | 21.36 | 11.29 | 9.04 | - |
| YUV | 77.57 | 130.51 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 82 | 0 | 0.87 | 0.55 | 0.28 | 337.88 | 0.78 | 0.4 |
| Hex | B7 | 17 | 52 | 0 | 57 | 37 | 1C | 152 | 4E | 28 |
| Octal | 267 | 27 | 122 | 0 | 127 | 67 | 34 | 522 | 116 | 50 |
| Binary | 10110111 | 10111 | 1010010 | 0 | 1010111 | 110111 | 11100 | 101010010 | 1001110 | 101000 |
Color Harmonies of #B71752
Complementary color
Monochromatic Colors of #B71752
Black with #B71752
Text Example
Text Example
White with #B71752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71752; }
p { color: rgb(183,23,82); }
H1.HeaderClassName
{
color: #B71752;
}
.AnyTagClassName
{
color: #B71752;
}
</style>
background-color css
<style>
a { background-color: #B71752; }
a { background-color: rgb(183,23,82); }
div.DivClassName
{
background-color: #B71752;
}
.BgClassName
{
background-color: #B71752;
}
</style>
border-color css
<style>
span { border-color: #B71752; }
span { border-color: rgb(183,23,82); }
td.TdClassName
{
border-color: #B71752;
}
.TagClassName
{
border-color: #B71752;
}
</style>