Shades of Jazzberry Jam #B71D68
Tints of Jazzberry Jam #B71D68
RGB
CMYK
RGB Variations
Color information
#B71D68 (or 0xB71D68) is known color: Jazzberry Jam. HEX triplet: B7, 1D and 68. RGB value is (183,29,104). Sum of RGB (Red+Green+Blue) = 183+29+104=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 29 (11.72% from 255 or 9.18% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D68 is #48E297. Grayscale: #535353. Windows color (decimal): -4776600 or 6823351. OLE color: 6823351.
HSL color Cylindrical-coordinate representation of color #B71D68: hue angle of 330.78º 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 #B71D68 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 104 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.28 |
| HSL | 330.78º | 0.73% | 0.42% | - |
| HSV(B) | 330.78º | 0.84% | 0.72% | - |
| XYZ | 22.47 | 11.95 | 14.22 | - |
| YUV | 83.6 | 139.52 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 104 | 0 | 0.84 | 0.43 | 0.28 | 330.78 | 0.73 | 0.42 |
| Hex | B7 | 1D | 68 | 0 | 54 | 2B | 1C | 14B | 49 | 2A |
| Octal | 267 | 35 | 150 | 0 | 124 | 53 | 34 | 513 | 111 | 52 |
| Binary | 10110111 | 11101 | 1101000 | 0 | 1010100 | 101011 | 11100 | 101001011 | 1001001 | 101010 |
Color Harmonies of #B71D68
Complementary color
Monochromatic Colors of #B71D68
Black with #B71D68
Text Example
Text Example
White with #B71D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D68; }
p { color: rgb(183,29,104); }
H1.HeaderClassName
{
color: #B71D68;
}
.AnyTagClassName
{
color: #B71D68;
}
</style>
background-color css
<style>
a { background-color: #B71D68; }
a { background-color: rgb(183,29,104); }
div.DivClassName
{
background-color: #B71D68;
}
.BgClassName
{
background-color: #B71D68;
}
</style>
border-color css
<style>
span { border-color: #B71D68; }
span { border-color: rgb(183,29,104); }
td.TdClassName
{
border-color: #B71D68;
}
.TagClassName
{
border-color: #B71D68;
}
</style>