Shades of Jazzberry Jam #B71165
Tints of Jazzberry Jam #B71165
RGB
CMYK
RGB Variations
Color information
#B71165 (or 0xB71165) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 65. RGB value is (183,17,101). Sum of RGB (Red+Green+Blue) = 183+17+101=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 101 (39.84% from 255 or 33.55% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B71165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71165 is #48EE9A. Grayscale: #4C4C4C. Windows color (decimal): -4779675 or 6623671. OLE color: 6623671.
HSL color Cylindrical-coordinate representation of color #B71165: hue angle of 329.64º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71165 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 101 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.28 |
| HSL | 329.64º | 0.83% | 0.39% | - |
| HSV(B) | 329.64º | 0.91% | 0.72% | - |
| XYZ | 22.08 | 11.41 | 13.35 | - |
| YUV | 76.21 | 142 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 101 | 0 | 0.91 | 0.45 | 0.28 | 329.64 | 0.83 | 0.39 |
| Hex | B7 | 11 | 65 | 0 | 5B | 2D | 1C | 14A | 53 | 27 |
| Octal | 267 | 21 | 145 | 0 | 133 | 55 | 34 | 512 | 123 | 47 |
| Binary | 10110111 | 10001 | 1100101 | 0 | 1011011 | 101101 | 11100 | 101001010 | 1010011 | 100111 |
Color Harmonies of #B71165
Complementary color
Monochromatic Colors of #B71165
Black with #B71165
Text Example
Text Example
White with #B71165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71165; }
p { color: rgb(183,17,101); }
H1.HeaderClassName
{
color: #B71165;
}
.AnyTagClassName
{
color: #B71165;
}
</style>
background-color css
<style>
a { background-color: #B71165; }
a { background-color: rgb(183,17,101); }
div.DivClassName
{
background-color: #B71165;
}
.BgClassName
{
background-color: #B71165;
}
</style>
border-color css
<style>
span { border-color: #B71165; }
span { border-color: rgb(183,17,101); }
td.TdClassName
{
border-color: #B71165;
}
.TagClassName
{
border-color: #B71165;
}
</style>