Shades of Jazzberry Jam #B81F61
Tints of Jazzberry Jam #B81F61
RGB
CMYK
RGB Variations
Color information
#B81F61 (or 0xB81F61) is known color: Jazzberry Jam. HEX triplet: B8, 1F and 61. RGB value is (184,31,97). Sum of RGB (Red+Green+Blue) = 184+31+97=312 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.97% from 312); Green value is 31 (12.5% from 255 or 9.94% from 312); Blue value is 97 (38.28% from 255 or 31.09% from 312); Max value from RGB is 184 - color contains mainly: red. Hex color #B81F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81F61 is #47E09E. Grayscale: #545454. Windows color (decimal): -4710559 or 6365112. OLE color: 6365112.
HSL color Cylindrical-coordinate representation of color #B81F61: hue angle of 334.12º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B81F61 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 31 | 97 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.28 |
| HSL | 334.12º | 0.71% | 0.42% | - |
| HSV(B) | 334.12º | 0.83% | 0.72% | - |
| XYZ | 22.41 | 12.03 | 12.45 | - |
| YUV | 84.27 | 135.19 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 31 | 97 | 0 | 0.83 | 0.47 | 0.28 | 334.12 | 0.71 | 0.42 |
| Hex | B8 | 1F | 61 | 0 | 53 | 2F | 1C | 14E | 47 | 2A |
| Octal | 270 | 37 | 141 | 0 | 123 | 57 | 34 | 516 | 107 | 52 |
| Binary | 10111000 | 11111 | 1100001 | 0 | 1010011 | 101111 | 11100 | 101001110 | 1000111 | 101010 |
Color Harmonies of #B81F61
Complementary color
Monochromatic Colors of #B81F61
Black with #B81F61
Text Example
Text Example
White with #B81F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81F61; }
p { color: rgb(184,31,97); }
H1.HeaderClassName
{
color: #B81F61;
}
.AnyTagClassName
{
color: #B81F61;
}
</style>
background-color css
<style>
a { background-color: #B81F61; }
a { background-color: rgb(184,31,97); }
div.DivClassName
{
background-color: #B81F61;
}
.BgClassName
{
background-color: #B81F61;
}
</style>
border-color css
<style>
span { border-color: #B81F61; }
span { border-color: rgb(184,31,97); }
td.TdClassName
{
border-color: #B81F61;
}
.TagClassName
{
border-color: #B81F61;
}
</style>