Shades of Jazzberry Jam #B71151
Tints of Jazzberry Jam #B71151
RGB
CMYK
RGB Variations
Color information
#B71151 (or 0xB71151) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 51. RGB value is (183,17,81). Sum of RGB (Red+Green+Blue) = 183+17+81=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 17 (7.03% from 255 or 6.05% from 281); Blue value is 81 (32.03% from 255 or 28.83% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B71151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71151 is #48EEAE. Grayscale: #494949. Windows color (decimal): -4779695 or 5312951. OLE color: 5312951.
HSL color Cylindrical-coordinate representation of color #B71151: hue angle of 336.87º 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 #B71151 is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 81 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.28 |
| HSL | 336.87º | 0.83% | 0.39% | - |
| HSV(B) | 336.87º | 0.91% | 0.72% | - |
| XYZ | 21.21 | 11.06 | 8.8 | - |
| YUV | 73.93 | 132 | 205.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 81 | 0 | 0.91 | 0.56 | 0.28 | 336.87 | 0.83 | 0.39 |
| Hex | B7 | 11 | 51 | 0 | 5B | 38 | 1C | 151 | 53 | 27 |
| Octal | 267 | 21 | 121 | 0 | 133 | 70 | 34 | 521 | 123 | 47 |
| Binary | 10110111 | 10001 | 1010001 | 0 | 1011011 | 111000 | 11100 | 101010001 | 1010011 | 100111 |
Color Harmonies of #B71151
Complementary color
Monochromatic Colors of #B71151
Black with #B71151
Text Example
Text Example
White with #B71151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71151; }
p { color: rgb(183,17,81); }
H1.HeaderClassName
{
color: #B71151;
}
.AnyTagClassName
{
color: #B71151;
}
</style>
background-color css
<style>
a { background-color: #B71151; }
a { background-color: rgb(183,17,81); }
div.DivClassName
{
background-color: #B71151;
}
.BgClassName
{
background-color: #B71151;
}
</style>
border-color css
<style>
span { border-color: #B71151; }
span { border-color: rgb(183,17,81); }
td.TdClassName
{
border-color: #B71151;
}
.TagClassName
{
border-color: #B71151;
}
</style>