Shades of Jazzberry Jam #B80651
Tints of Jazzberry Jam #B80651
RGB
CMYK
RGB Variations
Color information
#B80651 (or 0xB80651) is known color: Jazzberry Jam. HEX triplet: B8, 06 and 51. RGB value is (184,6,81). Sum of RGB (Red+Green+Blue) = 184+6+81=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 6 (2.73% from 255 or 2.21% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B80651 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80651 is #47F9AE. Grayscale: #434343. Windows color (decimal): -4716975 or 5310136. OLE color: 5310136.
HSL color Cylindrical-coordinate representation of color #B80651: hue angle of 334.72º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B80651 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 81 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.28 |
| HSL | 334.72º | 0.94% | 0.37% | - |
| HSV(B) | 334.72º | 0.97% | 0.72% | - |
| XYZ | 21.32 | 10.91 | 8.77 | - |
| YUV | 67.77 | 135.47 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 81 | 0 | 0.97 | 0.56 | 0.28 | 334.72 | 0.94 | 0.37 |
| Hex | B8 | 6 | 51 | 0 | 61 | 38 | 1C | 14F | 5E | 25 |
| Octal | 270 | 6 | 121 | 0 | 141 | 70 | 34 | 517 | 136 | 45 |
| Binary | 10111000 | 110 | 1010001 | 0 | 1100001 | 111000 | 11100 | 101001111 | 1011110 | 100101 |
Color Harmonies of #B80651
Complementary color
Monochromatic Colors of #B80651
Black with #B80651
Text Example
Text Example
White with #B80651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80651; }
p { color: rgb(184,6,81); }
H1.HeaderClassName
{
color: #B80651;
}
.AnyTagClassName
{
color: #B80651;
}
</style>
background-color css
<style>
a { background-color: #B80651; }
a { background-color: rgb(184,6,81); }
div.DivClassName
{
background-color: #B80651;
}
.BgClassName
{
background-color: #B80651;
}
</style>
border-color css
<style>
span { border-color: #B80651; }
span { border-color: rgb(184,6,81); }
td.TdClassName
{
border-color: #B80651;
}
.TagClassName
{
border-color: #B80651;
}
</style>