Shades of Jazzberry Jam #B81259
Tints of Jazzberry Jam #B81259
RGB
CMYK
RGB Variations
Color information
#B81259 (or 0xB81259) is known color: Jazzberry Jam. HEX triplet: B8, 12 and 59. RGB value is (184,18,89). Sum of RGB (Red+Green+Blue) = 184+18+89=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 89 (35.16% from 255 or 30.58% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B81259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81259 is #47EDA6. Grayscale: #4B4B4B. Windows color (decimal): -4713895 or 5837496. OLE color: 5837496.
HSL color Cylindrical-coordinate representation of color #B81259: hue angle of 334.34º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81259 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 89 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.28 |
| HSL | 334.34º | 0.82% | 0.4% | - |
| HSV(B) | 334.34º | 0.9% | 0.72% | - |
| XYZ | 21.79 | 11.34 | 10.49 | - |
| YUV | 75.73 | 135.5 | 205.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 89 | 0 | 0.90 | 0.52 | 0.28 | 334.34 | 0.82 | 0.4 |
| Hex | B8 | 12 | 59 | 0 | 5A | 34 | 1C | 14E | 52 | 28 |
| Octal | 270 | 22 | 131 | 0 | 132 | 64 | 34 | 516 | 122 | 50 |
| Binary | 10111000 | 10010 | 1011001 | 0 | 1011010 | 110100 | 11100 | 101001110 | 1010010 | 101000 |
Color Harmonies of #B81259
Complementary color
Monochromatic Colors of #B81259
Black with #B81259
Text Example
Text Example
White with #B81259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81259; }
p { color: rgb(184,18,89); }
H1.HeaderClassName
{
color: #B81259;
}
.AnyTagClassName
{
color: #B81259;
}
</style>
background-color css
<style>
a { background-color: #B81259; }
a { background-color: rgb(184,18,89); }
div.DivClassName
{
background-color: #B81259;
}
.BgClassName
{
background-color: #B81259;
}
</style>
border-color css
<style>
span { border-color: #B81259; }
span { border-color: rgb(184,18,89); }
td.TdClassName
{
border-color: #B81259;
}
.TagClassName
{
border-color: #B81259;
}
</style>