Shades of Jazzberry Jam #B71465
Tints of Jazzberry Jam #B71465
RGB
CMYK
RGB Variations
Color information
#B71465 (or 0xB71465) is known color: Jazzberry Jam. HEX triplet: B7, 14 and 65. RGB value is (183,20,101). Sum of RGB (Red+Green+Blue) = 183+20+101=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B71465 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71465 is #48EB9A. Grayscale: #4D4D4D. Windows color (decimal): -4778907 or 6624439. OLE color: 6624439.
HSL color Cylindrical-coordinate representation of color #B71465: hue angle of 330.18º 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 #B71465 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 20 | 101 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.28 |
| HSL | 330.18º | 0.8% | 0.4% | - |
| HSV(B) | 330.18º | 0.89% | 0.72% | - |
| XYZ | 22.13 | 11.51 | 13.37 | - |
| YUV | 77.97 | 141 | 202.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 20 | 101 | 0 | 0.89 | 0.45 | 0.28 | 330.18 | 0.8 | 0.4 |
| Hex | B7 | 14 | 65 | 0 | 59 | 2D | 1C | 14A | 50 | 28 |
| Octal | 267 | 24 | 145 | 0 | 131 | 55 | 34 | 512 | 120 | 50 |
| Binary | 10110111 | 10100 | 1100101 | 0 | 1011001 | 101101 | 11100 | 101001010 | 1010000 | 101000 |
Color Harmonies of #B71465
Complementary color
Monochromatic Colors of #B71465
Black with #B71465
Text Example
Text Example
White with #B71465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71465; }
p { color: rgb(183,20,101); }
H1.HeaderClassName
{
color: #B71465;
}
.AnyTagClassName
{
color: #B71465;
}
</style>
background-color css
<style>
a { background-color: #B71465; }
a { background-color: rgb(183,20,101); }
div.DivClassName
{
background-color: #B71465;
}
.BgClassName
{
background-color: #B71465;
}
</style>
border-color css
<style>
span { border-color: #B71465; }
span { border-color: rgb(183,20,101); }
td.TdClassName
{
border-color: #B71465;
}
.TagClassName
{
border-color: #B71465;
}
</style>