Shades of Jazzberry Jam #B71365
Tints of Jazzberry Jam #B71365
RGB
CMYK
RGB Variations
Color information
#B71365 (or 0xB71365) is known color: Jazzberry Jam. HEX triplet: B7, 13 and 65. RGB value is (183,19,101). Sum of RGB (Red+Green+Blue) = 183+19+101=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71365 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71365 is #48EC9A. Grayscale: #4D4D4D. Windows color (decimal): -4779163 or 6624183. OLE color: 6624183.
HSL color Cylindrical-coordinate representation of color #B71365: hue angle of 330º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71365 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 101 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.28 |
| HSL | 330º | 0.81% | 0.4% | - |
| HSV(B) | 330º | 0.9% | 0.72% | - |
| XYZ | 22.11 | 11.47 | 13.36 | - |
| YUV | 77.38 | 141.33 | 203.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 101 | 0 | 0.90 | 0.45 | 0.28 | 330 | 0.81 | 0.4 |
| Hex | B7 | 13 | 65 | 0 | 5A | 2D | 1C | 14A | 51 | 28 |
| Octal | 267 | 23 | 145 | 0 | 132 | 55 | 34 | 512 | 121 | 50 |
| Binary | 10110111 | 10011 | 1100101 | 0 | 1011010 | 101101 | 11100 | 101001010 | 1010001 | 101000 |
Color Harmonies of #B71365
Complementary color
Monochromatic Colors of #B71365
Black with #B71365
Text Example
Text Example
White with #B71365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71365; }
p { color: rgb(183,19,101); }
H1.HeaderClassName
{
color: #B71365;
}
.AnyTagClassName
{
color: #B71365;
}
</style>
background-color css
<style>
a { background-color: #B71365; }
a { background-color: rgb(183,19,101); }
div.DivClassName
{
background-color: #B71365;
}
.BgClassName
{
background-color: #B71365;
}
</style>
border-color css
<style>
span { border-color: #B71365; }
span { border-color: rgb(183,19,101); }
td.TdClassName
{
border-color: #B71365;
}
.TagClassName
{
border-color: #B71365;
}
</style>