Shades of Jazzberry Jam #B71D63
Tints of Jazzberry Jam #B71D63
RGB
CMYK
RGB Variations
Color information
#B71D63 (or 0xB71D63) is known color: Jazzberry Jam. HEX triplet: B7, 1D and 63. RGB value is (183,29,99). Sum of RGB (Red+Green+Blue) = 183+29+99=311 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.84% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D63 is #48E29C. Grayscale: #525252. Windows color (decimal): -4776605 or 6495671. OLE color: 6495671.
HSL color Cylindrical-coordinate representation of color #B71D63: hue angle of 332.73º degrees, saturation: 0.73, 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 #B71D63 is Cyan = 0, Magento = 0.84, Yellow = 0.46 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 99 | - |
| CMYK | 0 | 0.84 | 0.46 | 0.28 |
| HSL | 332.73º | 0.73% | 0.42% | - |
| HSV(B) | 332.73º | 0.84% | 0.72% | - |
| XYZ | 22.22 | 11.85 | 12.92 | - |
| YUV | 83.03 | 137.02 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 99 | 0 | 0.84 | 0.46 | 0.28 | 332.73 | 0.73 | 0.42 |
| Hex | B7 | 1D | 63 | 0 | 54 | 2E | 1C | 14D | 49 | 2A |
| Octal | 267 | 35 | 143 | 0 | 124 | 56 | 34 | 515 | 111 | 52 |
| Binary | 10110111 | 11101 | 1100011 | 0 | 1010100 | 101110 | 11100 | 101001101 | 1001001 | 101010 |
Color Harmonies of #B71D63
Complementary color
Monochromatic Colors of #B71D63
Black with #B71D63
Text Example
Text Example
White with #B71D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D63; }
p { color: rgb(183,29,99); }
H1.HeaderClassName
{
color: #B71D63;
}
.AnyTagClassName
{
color: #B71D63;
}
</style>
background-color css
<style>
a { background-color: #B71D63; }
a { background-color: rgb(183,29,99); }
div.DivClassName
{
background-color: #B71D63;
}
.BgClassName
{
background-color: #B71D63;
}
</style>
border-color css
<style>
span { border-color: #B71D63; }
span { border-color: rgb(183,29,99); }
td.TdClassName
{
border-color: #B71D63;
}
.TagClassName
{
border-color: #B71D63;
}
</style>