Shades of Jazzberry Jam #B80A51
Tints of Jazzberry Jam #B80A51
RGB
CMYK
RGB Variations
Color information
#B80A51 (or 0xB80A51) is known color: Jazzberry Jam. HEX triplet: B8, 0A and 51. RGB value is (184,10,81). Sum of RGB (Red+Green+Blue) = 184+10+81=275 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.91% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 81 (32.03% from 255 or 29.45% from 275); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B80A51 is #47F5AE. Grayscale: #464646. Windows color (decimal): -4715951 or 5311160. OLE color: 5311160.
HSL color Cylindrical-coordinate representation of color #B80A51: hue angle of 335.52º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A51 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 81 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.28 |
| HSL | 335.52º | 0.9% | 0.38% | - |
| HSV(B) | 335.52º | 0.95% | 0.72% | - |
| XYZ | 21.36 | 11 | 8.78 | - |
| YUV | 70.12 | 134.15 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 81 | 0 | 0.95 | 0.56 | 0.28 | 335.52 | 0.9 | 0.38 |
| Hex | B8 | A | 51 | 0 | 5F | 38 | 1C | 150 | 5A | 26 |
| Octal | 270 | 12 | 121 | 0 | 137 | 70 | 34 | 520 | 132 | 46 |
| Binary | 10111000 | 1010 | 1010001 | 0 | 1011111 | 111000 | 11100 | 101010000 | 1011010 | 100110 |
Color Harmonies of #B80A51
Complementary color
Monochromatic Colors of #B80A51
Black with #B80A51
Text Example
Text Example
White with #B80A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A51; }
p { color: rgb(184,10,81); }
H1.HeaderClassName
{
color: #B80A51;
}
.AnyTagClassName
{
color: #B80A51;
}
</style>
background-color css
<style>
a { background-color: #B80A51; }
a { background-color: rgb(184,10,81); }
div.DivClassName
{
background-color: #B80A51;
}
.BgClassName
{
background-color: #B80A51;
}
</style>
border-color css
<style>
span { border-color: #B80A51; }
span { border-color: rgb(184,10,81); }
td.TdClassName
{
border-color: #B80A51;
}
.TagClassName
{
border-color: #B80A51;
}
</style>