Shades of Jazzberry Jam #B7115B
Tints of Jazzberry Jam #B7115B
RGB
CMYK
RGB Variations
Color information
#B7115B (or 0xB7115B) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 5B. RGB value is (183,17,91). Sum of RGB (Red+Green+Blue) = 183+17+91=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 17 (7.03% from 255 or 5.84% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7115B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7115B is #48EEA4. Grayscale: #4A4A4A. Windows color (decimal): -4779685 or 5968311. OLE color: 5968311.
HSL color Cylindrical-coordinate representation of color #B7115B: hue angle of 333.25º 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 #B7115B is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 91 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.28 |
| HSL | 333.25º | 0.83% | 0.39% | - |
| HSV(B) | 333.25º | 0.91% | 0.72% | - |
| XYZ | 21.62 | 11.22 | 10.92 | - |
| YUV | 75.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 91 | 0 | 0.91 | 0.50 | 0.28 | 333.25 | 0.83 | 0.39 |
| Hex | B7 | 11 | 5B | 0 | 5B | 32 | 1C | 14D | 53 | 27 |
| Octal | 267 | 21 | 133 | 0 | 133 | 62 | 34 | 515 | 123 | 47 |
| Binary | 10110111 | 10001 | 1011011 | 0 | 1011011 | 110010 | 11100 | 101001101 | 1010011 | 100111 |
Color Harmonies of #B7115B
Complementary color
Monochromatic Colors of #B7115B
Black with #B7115B
Text Example
Text Example
White with #B7115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7115B; }
p { color: rgb(183,17,91); }
H1.HeaderClassName
{
color: #B7115B;
}
.AnyTagClassName
{
color: #B7115B;
}
</style>
background-color css
<style>
a { background-color: #B7115B; }
a { background-color: rgb(183,17,91); }
div.DivClassName
{
background-color: #B7115B;
}
.BgClassName
{
background-color: #B7115B;
}
</style>
border-color css
<style>
span { border-color: #B7115B; }
span { border-color: rgb(183,17,91); }
td.TdClassName
{
border-color: #B7115B;
}
.TagClassName
{
border-color: #B7115B;
}
</style>