Shades of Jazzberry Jam #B80461
Tints of Jazzberry Jam #B80461
RGB
CMYK
RGB Variations
Color information
#B80461 (or 0xB80461) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 61. RGB value is (184,4,97). Sum of RGB (Red+Green+Blue) = 184+4+97=285 (37% of max value = 765). Red value is 184 (72.27% from 255 or 64.56% from 285); Green value is 4 (1.95% from 255 or 1.40% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 184 - color contains mainly: red. Hex color #B80461 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80461 is #47FB9E. Grayscale: #444444. Windows color (decimal): -4717471 or 6358200. OLE color: 6358200.
HSL color Cylindrical-coordinate representation of color #B80461: hue angle of 329º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B80461 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 97 | - |
| CMYK | 0 | 0.98 | 0.47 | 0.28 |
| HSL | 329º | 0.96% | 0.37% | - |
| HSV(B) | 329º | 0.98% | 0.72% | - |
| XYZ | 21.97 | 11.14 | 12.3 | - |
| YUV | 68.42 | 144.13 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 97 | 0 | 0.98 | 0.47 | 0.28 | 329 | 0.96 | 0.37 |
| Hex | B8 | 4 | 61 | 0 | 62 | 2F | 1C | 149 | 60 | 25 |
| Octal | 270 | 4 | 141 | 0 | 142 | 57 | 34 | 511 | 140 | 45 |
| Binary | 10111000 | 100 | 1100001 | 0 | 1100010 | 101111 | 11100 | 101001001 | 1100000 | 100101 |
Color Harmonies of #B80461
Complementary color
Monochromatic Colors of #B80461
Black with #B80461
Text Example
Text Example
White with #B80461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80461; }
p { color: rgb(184,4,97); }
H1.HeaderClassName
{
color: #B80461;
}
.AnyTagClassName
{
color: #B80461;
}
</style>
background-color css
<style>
a { background-color: #B80461; }
a { background-color: rgb(184,4,97); }
div.DivClassName
{
background-color: #B80461;
}
.BgClassName
{
background-color: #B80461;
}
</style>
border-color css
<style>
span { border-color: #B80461; }
span { border-color: rgb(184,4,97); }
td.TdClassName
{
border-color: #B80461;
}
.TagClassName
{
border-color: #B80461;
}
</style>