Shades of Jazzberry Jam #B7114D
Tints of Jazzberry Jam #B7114D
RGB
CMYK
RGB Variations
Color information
#B7114D (or 0xB7114D) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 4D. RGB value is (183,17,77). Sum of RGB (Red+Green+Blue) = 183+17+77=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 77 (30.47% from 255 or 27.80% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7114D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7114D is #48EEB2. Grayscale: #494949. Windows color (decimal): -4779699 or 5050807. OLE color: 5050807.
HSL color Cylindrical-coordinate representation of color #B7114D: hue angle of 338.31º 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 #B7114D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 77 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.28 |
| HSL | 338.31º | 0.83% | 0.39% | - |
| HSV(B) | 338.31º | 0.91% | 0.72% | - |
| XYZ | 21.07 | 11 | 8.03 | - |
| YUV | 73.47 | 130 | 206.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 77 | 0 | 0.91 | 0.58 | 0.28 | 338.31 | 0.83 | 0.39 |
| Hex | B7 | 11 | 4D | 0 | 5B | 3A | 1C | 152 | 53 | 27 |
| Octal | 267 | 21 | 115 | 0 | 133 | 72 | 34 | 522 | 123 | 47 |
| Binary | 10110111 | 10001 | 1001101 | 0 | 1011011 | 111010 | 11100 | 101010010 | 1010011 | 100111 |
Color Harmonies of #B7114D
Complementary color
Monochromatic Colors of #B7114D
Black with #B7114D
Text Example
Text Example
White with #B7114D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7114D; }
p { color: rgb(183,17,77); }
H1.HeaderClassName
{
color: #B7114D;
}
.AnyTagClassName
{
color: #B7114D;
}
</style>
background-color css
<style>
a { background-color: #B7114D; }
a { background-color: rgb(183,17,77); }
div.DivClassName
{
background-color: #B7114D;
}
.BgClassName
{
background-color: #B7114D;
}
</style>
border-color css
<style>
span { border-color: #B7114D; }
span { border-color: rgb(183,17,77); }
td.TdClassName
{
border-color: #B7114D;
}
.TagClassName
{
border-color: #B7114D;
}
</style>