Shades of Jazzberry Jam #B71C64
Tints of Jazzberry Jam #B71C64
RGB
CMYK
RGB Variations
Color information
#B71C64 (or 0xB71C64) is known color: Jazzberry Jam. HEX triplet: B7, 1C and 64. RGB value is (183,28,100). Sum of RGB (Red+Green+Blue) = 183+28+100=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 28 (11.33% from 255 or 9.00% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C64 is #48E39B. Grayscale: #525252. Windows color (decimal): -4776860 or 6560951. OLE color: 6560951.
HSL color Cylindrical-coordinate representation of color #B71C64: hue angle of 332.13º 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 #B71C64 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 100 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.28 |
| HSL | 332.13º | 0.73% | 0.41% | - |
| HSV(B) | 332.13º | 0.85% | 0.72% | - |
| XYZ | 22.24 | 11.82 | 13.17 | - |
| YUV | 82.55 | 137.85 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 100 | 0 | 0.85 | 0.45 | 0.28 | 332.13 | 0.73 | 0.41 |
| Hex | B7 | 1C | 64 | 0 | 55 | 2D | 1C | 14C | 49 | 29 |
| Octal | 267 | 34 | 144 | 0 | 125 | 55 | 34 | 514 | 111 | 51 |
| Binary | 10110111 | 11100 | 1100100 | 0 | 1010101 | 101101 | 11100 | 101001100 | 1001001 | 101001 |
Color Harmonies of #B71C64
Complementary color
Monochromatic Colors of #B71C64
Black with #B71C64
Text Example
Text Example
White with #B71C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C64; }
p { color: rgb(183,28,100); }
H1.HeaderClassName
{
color: #B71C64;
}
.AnyTagClassName
{
color: #B71C64;
}
</style>
background-color css
<style>
a { background-color: #B71C64; }
a { background-color: rgb(183,28,100); }
div.DivClassName
{
background-color: #B71C64;
}
.BgClassName
{
background-color: #B71C64;
}
</style>
border-color css
<style>
span { border-color: #B71C64; }
span { border-color: rgb(183,28,100); }
td.TdClassName
{
border-color: #B71C64;
}
.TagClassName
{
border-color: #B71C64;
}
</style>