Shades of Jazzberry Jam #B91153
Tints of Jazzberry Jam #B91153
RGB
CMYK
RGB Variations
Color information
#B91153 (or 0xB91153) is known color: Jazzberry Jam. HEX triplet: B9, 11 and 53. RGB value is (185,17,83). Sum of RGB (Red+Green+Blue) = 185+17+83=285 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.91% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 185 - color contains mainly: red. Hex color #B91153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91153 is #46EEAC. Grayscale: #4A4A4A. Windows color (decimal): -4648621 or 5444025. OLE color: 5444025.
HSL color Cylindrical-coordinate representation of color #B91153: hue angle of 336.43º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91153 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.27 |
| HSL | 336.43º | 0.83% | 0.4% | - |
| HSV(B) | 336.43º | 0.91% | 0.73% | - |
| XYZ | 21.77 | 11.34 | 9.23 | - |
| YUV | 74.76 | 132.66 | 206.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 17 | 83 | 0 | 0.91 | 0.55 | 0.27 | 336.43 | 0.83 | 0.4 |
| Hex | B9 | 11 | 53 | 0 | 5B | 37 | 1B | 150 | 53 | 28 |
| Octal | 271 | 21 | 123 | 0 | 133 | 67 | 33 | 520 | 123 | 50 |
| Binary | 10111001 | 10001 | 1010011 | 0 | 1011011 | 110111 | 11011 | 101010000 | 1010011 | 101000 |
Color Harmonies of #B91153
Complementary color
Monochromatic Colors of #B91153
Black with #B91153
Text Example
Text Example
White with #B91153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91153; }
p { color: rgb(185,17,83); }
H1.HeaderClassName
{
color: #B91153;
}
.AnyTagClassName
{
color: #B91153;
}
</style>
background-color css
<style>
a { background-color: #B91153; }
a { background-color: rgb(185,17,83); }
div.DivClassName
{
background-color: #B91153;
}
.BgClassName
{
background-color: #B91153;
}
</style>
border-color css
<style>
span { border-color: #B91153; }
span { border-color: rgb(185,17,83); }
td.TdClassName
{
border-color: #B91153;
}
.TagClassName
{
border-color: #B91153;
}
</style>