Shades of Jazzberry Jam #B71E65
Tints of Jazzberry Jam #B71E65
RGB
CMYK
RGB Variations
Color information
#B71E65 (or 0xB71E65) is known color: Jazzberry Jam. HEX triplet: B7, 1E and 65. RGB value is (183,30,101). Sum of RGB (Red+Green+Blue) = 183+30+101=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B71E65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71E65 is #48E19A. Grayscale: #535353. Windows color (decimal): -4776347 or 6626999. OLE color: 6626999.
HSL color Cylindrical-coordinate representation of color #B71E65: hue angle of 332.16º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71E65 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 30 | 101 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.28 |
| HSL | 332.16º | 0.72% | 0.42% | - |
| HSV(B) | 332.16º | 0.84% | 0.72% | - |
| XYZ | 22.34 | 11.94 | 13.44 | - |
| YUV | 83.84 | 137.69 | 198.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 30 | 101 | 0 | 0.84 | 0.45 | 0.28 | 332.16 | 0.72 | 0.42 |
| Hex | B7 | 1E | 65 | 0 | 54 | 2D | 1C | 14C | 48 | 2A |
| Octal | 267 | 36 | 145 | 0 | 124 | 55 | 34 | 514 | 110 | 52 |
| Binary | 10110111 | 11110 | 1100101 | 0 | 1010100 | 101101 | 11100 | 101001100 | 1001000 | 101010 |
Color Harmonies of #B71E65
Complementary color
Monochromatic Colors of #B71E65
Black with #B71E65
Text Example
Text Example
White with #B71E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71E65; }
p { color: rgb(183,30,101); }
H1.HeaderClassName
{
color: #B71E65;
}
.AnyTagClassName
{
color: #B71E65;
}
</style>
background-color css
<style>
a { background-color: #B71E65; }
a { background-color: rgb(183,30,101); }
div.DivClassName
{
background-color: #B71E65;
}
.BgClassName
{
background-color: #B71E65;
}
</style>
border-color css
<style>
span { border-color: #B71E65; }
span { border-color: rgb(183,30,101); }
td.TdClassName
{
border-color: #B71E65;
}
.TagClassName
{
border-color: #B71E65;
}
</style>