Shades of Jazzberry Jam #B71460
Tints of Jazzberry Jam #B71460
RGB
CMYK
RGB Variations
Color information
#B71460 (or 0xB71460) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 60. RGB value is (183,20,96). Sum of RGB (Red+Green+Blue) = 183+20+96=299 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.20% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 183 - color contains mainly: red. Hex color #B71460 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71460 is #48EB9F. Grayscale: #4D4D4D. Windows color (decimal): -4778912 or 6296759. OLE color: 6296759.
HSL color Cylindrical-coordinate representation of color #B71460: hue angle of 332.02º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B71460 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 96 | - |
| CMYK | 0 | 0.89 | 0.48 | 0.28 |
| HSL | 332.02º | 0.8% | 0.4% | - |
| HSV(B) | 332.02º | 0.89% | 0.72% | - |
| XYZ | 21.89 | 11.41 | 12.12 | - |
| YUV | 77.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 96 | 0 | 0.89 | 0.48 | 0.28 | 332.02 | 0.8 | 0.4 |
| Hex | B7 | 14 | 60 | 0 | 59 | 30 | 1C | 14C | 50 | 28 |
| Octal | 267 | 24 | 140 | 0 | 131 | 60 | 34 | 514 | 120 | 50 |
| Binary | 10110111 | 10100 | 1100000 | 0 | 1011001 | 110000 | 11100 | 101001100 | 1010000 | 101000 |
Color Harmonies of #B71460
Complementary color
Monochromatic Colors of #B71460
Black with #B71460
Text Example
Text Example
White with #B71460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71460; }
p { color: rgb(183,20,96); }
H1.HeaderClassName
{
color: #B71460;
}
.AnyTagClassName
{
color: #B71460;
}
</style>
background-color css
<style>
a { background-color: #B71460; }
a { background-color: rgb(183,20,96); }
div.DivClassName
{
background-color: #B71460;
}
.BgClassName
{
background-color: #B71460;
}
</style>
border-color css
<style>
span { border-color: #B71460; }
span { border-color: rgb(183,20,96); }
td.TdClassName
{
border-color: #B71460;
}
.TagClassName
{
border-color: #B71460;
}
</style>