Shades of Jazzberry Jam #B80457
Tints of Jazzberry Jam #B80457
RGB
CMYK
RGB Variations
Color information
#B80457 (or 0xB80457) is known color: Jazzberry Jam. HEX triplet: B8, 04 and 57. RGB value is (184,4,87). Sum of RGB (Red+Green+Blue) = 184+4+87=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B80457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80457 is #47FBA8. Grayscale: #434343. Windows color (decimal): -4717481 or 5702840. OLE color: 5702840.
HSL color Cylindrical-coordinate representation of color #B80457: hue angle of 332.33º 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 #B80457 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 4 | 87 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.28 |
| HSL | 332.33º | 0.96% | 0.37% | - |
| HSV(B) | 332.33º | 0.98% | 0.72% | - |
| XYZ | 21.53 | 10.97 | 10 | - |
| YUV | 67.28 | 139.13 | 211.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 4 | 87 | 0 | 0.98 | 0.53 | 0.28 | 332.33 | 0.96 | 0.37 |
| Hex | B8 | 4 | 57 | 0 | 62 | 35 | 1C | 14C | 60 | 25 |
| Octal | 270 | 4 | 127 | 0 | 142 | 65 | 34 | 514 | 140 | 45 |
| Binary | 10111000 | 100 | 1010111 | 0 | 1100010 | 110101 | 11100 | 101001100 | 1100000 | 100101 |
Color Harmonies of #B80457
Complementary color
Monochromatic Colors of #B80457
Black with #B80457
Text Example
Text Example
White with #B80457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80457; }
p { color: rgb(184,4,87); }
H1.HeaderClassName
{
color: #B80457;
}
.AnyTagClassName
{
color: #B80457;
}
</style>
background-color css
<style>
a { background-color: #B80457; }
a { background-color: rgb(184,4,87); }
div.DivClassName
{
background-color: #B80457;
}
.BgClassName
{
background-color: #B80457;
}
</style>
border-color css
<style>
span { border-color: #B80457; }
span { border-color: rgb(184,4,87); }
td.TdClassName
{
border-color: #B80457;
}
.TagClassName
{
border-color: #B80457;
}
</style>