Shades of Jazzberry Jam #B71153
Tints of Jazzberry Jam #B71153
RGB
CMYK
RGB Variations
Color information
#B71153 (or 0xB71153) is known color: Jazzberry Jam. HEX triplet: B7, 11 and 53. RGB value is (183,17,83). Sum of RGB (Red+Green+Blue) = 183+17+83=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B71153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71153 is #48EEAC. Grayscale: #4A4A4A. Windows color (decimal): -4779693 or 5444023. OLE color: 5444023.
HSL color Cylindrical-coordinate representation of color #B71153: hue angle of 336.14º 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 #B71153 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.28 |
| HSL | 336.14º | 0.83% | 0.39% | - |
| HSV(B) | 336.14º | 0.91% | 0.72% | - |
| XYZ | 21.29 | 11.09 | 9.2 | - |
| YUV | 74.16 | 133 | 205.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 17 | 83 | 0 | 0.91 | 0.55 | 0.28 | 336.14 | 0.83 | 0.39 |
| Hex | B7 | 11 | 53 | 0 | 5B | 37 | 1C | 150 | 53 | 27 |
| Octal | 267 | 21 | 123 | 0 | 133 | 67 | 34 | 520 | 123 | 47 |
| Binary | 10110111 | 10001 | 1010011 | 0 | 1011011 | 110111 | 11100 | 101010000 | 1010011 | 100111 |
Color Harmonies of #B71153
Complementary color
Monochromatic Colors of #B71153
Black with #B71153
Text Example
Text Example
White with #B71153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71153; }
p { color: rgb(183,17,83); }
H1.HeaderClassName
{
color: #B71153;
}
.AnyTagClassName
{
color: #B71153;
}
</style>
background-color css
<style>
a { background-color: #B71153; }
a { background-color: rgb(183,17,83); }
div.DivClassName
{
background-color: #B71153;
}
.BgClassName
{
background-color: #B71153;
}
</style>
border-color css
<style>
span { border-color: #B71153; }
span { border-color: rgb(183,17,83); }
td.TdClassName
{
border-color: #B71153;
}
.TagClassName
{
border-color: #B71153;
}
</style>