Shades of Jazzberry Jam #B7115D
Tints of Jazzberry Jam #B7115D
RGB
CMYK
RGB Variations
Color information
#B7115D (or 0xB7115D) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 5D. RGB value is (183,17,93). Sum of RGB (Red+Green+Blue) = 183+17+93=293 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.46% from 293); Green value is 17 (7.03% from 255 or 5.80% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 183 - color contains mainly: red. Hex color #B7115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7115D is #48EEA2. Grayscale: #4B4B4B. Windows color (decimal): -4779683 or 6099383. OLE color: 6099383.
HSL color Cylindrical-coordinate representation of color #B7115D: hue angle of 332.53º 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 #B7115D is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.28 |
| HSL | 332.53º | 0.83% | 0.39% | - |
| HSV(B) | 332.53º | 0.91% | 0.72% | - |
| XYZ | 21.7 | 11.26 | 11.39 | - |
| YUV | 75.3 | 138 | 204.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 93 | 0 | 0.91 | 0.49 | 0.28 | 332.53 | 0.83 | 0.39 |
| Hex | B7 | 11 | 5D | 0 | 5B | 31 | 1C | 14D | 53 | 27 |
| Octal | 267 | 21 | 135 | 0 | 133 | 61 | 34 | 515 | 123 | 47 |
| Binary | 10110111 | 10001 | 1011101 | 0 | 1011011 | 110001 | 11100 | 101001101 | 1010011 | 100111 |
Color Harmonies of #B7115D
Complementary color
Monochromatic Colors of #B7115D
Black with #B7115D
Text Example
Text Example
White with #B7115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7115D; }
p { color: rgb(183,17,93); }
H1.HeaderClassName
{
color: #B7115D;
}
.AnyTagClassName
{
color: #B7115D;
}
</style>
background-color css
<style>
a { background-color: #B7115D; }
a { background-color: rgb(183,17,93); }
div.DivClassName
{
background-color: #B7115D;
}
.BgClassName
{
background-color: #B7115D;
}
</style>
border-color css
<style>
span { border-color: #B7115D; }
span { border-color: rgb(183,17,93); }
td.TdClassName
{
border-color: #B7115D;
}
.TagClassName
{
border-color: #B7115D;
}
</style>