Shades of Jazzberry Jam #B80751
Tints of Jazzberry Jam #B80751
RGB
CMYK
RGB Variations
Color information
#B80751 (or 0xB80751) is known color: Jazzberry Jam. HEX triplet: B8, 07 and 51. RGB value is (184,7,81). Sum of RGB (Red+Green+Blue) = 184+7+81=272 (36% of max value = 765). Red value is 184 (72.27% from 255 or 67.65% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 184 - color contains mainly: red. Hex color #B80751 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80751 is #47F8AE. Grayscale: #444444. Windows color (decimal): -4716719 or 5310392. OLE color: 5310392.
HSL color Cylindrical-coordinate representation of color #B80751: hue angle of 334.92º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80751 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 7 | 81 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.28 |
| HSL | 334.92º | 0.93% | 0.37% | - |
| HSV(B) | 334.92º | 0.96% | 0.72% | - |
| XYZ | 21.33 | 10.94 | 8.77 | - |
| YUV | 68.36 | 135.14 | 210.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 81 | 0 | 0.96 | 0.56 | 0.28 | 334.92 | 0.93 | 0.37 |
| Hex | B8 | 7 | 51 | 0 | 60 | 38 | 1C | 14F | 5D | 25 |
| Octal | 270 | 7 | 121 | 0 | 140 | 70 | 34 | 517 | 135 | 45 |
| Binary | 10111000 | 111 | 1010001 | 0 | 1100000 | 111000 | 11100 | 101001111 | 1011101 | 100101 |
Color Harmonies of #B80751
Complementary color
Monochromatic Colors of #B80751
Black with #B80751
Text Example
Text Example
White with #B80751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80751; }
p { color: rgb(184,7,81); }
H1.HeaderClassName
{
color: #B80751;
}
.AnyTagClassName
{
color: #B80751;
}
</style>
background-color css
<style>
a { background-color: #B80751; }
a { background-color: rgb(184,7,81); }
div.DivClassName
{
background-color: #B80751;
}
.BgClassName
{
background-color: #B80751;
}
</style>
border-color css
<style>
span { border-color: #B80751; }
span { border-color: rgb(184,7,81); }
td.TdClassName
{
border-color: #B80751;
}
.TagClassName
{
border-color: #B80751;
}
</style>