Shades of Jazzberry Jam #B71C6B
Tints of Jazzberry Jam #B71C6B
RGB
CMYK
RGB Variations
Color information
#B71C6B (or 0xB71C6B) is known color: Jazzberry Jam. HEX triplet: B7, 1C and 6B. RGB value is (183,28,107). Sum of RGB (Red+Green+Blue) = 183+28+107=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C6B is #48E394. Grayscale: #535353. Windows color (decimal): -4776853 or 7019703. OLE color: 7019703.
HSL color Cylindrical-coordinate representation of color #B71C6B: hue angle of 329.42º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C6B is Cyan = 0, Magento = 0.85, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 107 | - |
| CMYK | 0 | 0.85 | 0.42 | 0.28 |
| HSL | 329.42º | 0.73% | 0.41% | - |
| HSV(B) | 329.42º | 0.85% | 0.72% | - |
| XYZ | 22.6 | 11.96 | 15.03 | - |
| YUV | 83.35 | 141.35 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 107 | 0 | 0.85 | 0.42 | 0.28 | 329.42 | 0.73 | 0.41 |
| Hex | B7 | 1C | 6B | 0 | 55 | 2A | 1C | 149 | 49 | 29 |
| Octal | 267 | 34 | 153 | 0 | 125 | 52 | 34 | 511 | 111 | 51 |
| Binary | 10110111 | 11100 | 1101011 | 0 | 1010101 | 101010 | 11100 | 101001001 | 1001001 | 101001 |
Color Harmonies of #B71C6B
Complementary color
Monochromatic Colors of #B71C6B
Black with #B71C6B
Text Example
Text Example
White with #B71C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C6B; }
p { color: rgb(183,28,107); }
H1.HeaderClassName
{
color: #B71C6B;
}
.AnyTagClassName
{
color: #B71C6B;
}
</style>
background-color css
<style>
a { background-color: #B71C6B; }
a { background-color: rgb(183,28,107); }
div.DivClassName
{
background-color: #B71C6B;
}
.BgClassName
{
background-color: #B71C6B;
}
</style>
border-color css
<style>
span { border-color: #B71C6B; }
span { border-color: rgb(183,28,107); }
td.TdClassName
{
border-color: #B71C6B;
}
.TagClassName
{
border-color: #B71C6B;
}
</style>