Shades of Jazzberry Jam #B71256
Tints of Jazzberry Jam #B71256
RGB
CMYK
RGB Variations
Color information
#B71256 (or 0xB71256) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 56. RGB value is (183,18,86). Sum of RGB (Red+Green+Blue) = 183+18+86=287 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.76% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 183 - color contains mainly: red. Hex color #B71256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71256 is #48EDA9. Grayscale: #4A4A4A. Windows color (decimal): -4779434 or 5640887. OLE color: 5640887.
HSL color Cylindrical-coordinate representation of color #B71256: hue angle of 335.27º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71256 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 86 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.28 |
| HSL | 335.27º | 0.82% | 0.39% | - |
| HSV(B) | 335.27º | 0.9% | 0.72% | - |
| XYZ | 21.42 | 11.17 | 9.83 | - |
| YUV | 75.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 86 | 0 | 0.90 | 0.53 | 0.28 | 335.27 | 0.82 | 0.39 |
| Hex | B7 | 12 | 56 | 0 | 5A | 35 | 1C | 14F | 52 | 27 |
| Octal | 267 | 22 | 126 | 0 | 132 | 65 | 34 | 517 | 122 | 47 |
| Binary | 10110111 | 10010 | 1010110 | 0 | 1011010 | 110101 | 11100 | 101001111 | 1010010 | 100111 |
Color Harmonies of #B71256
Complementary color
Monochromatic Colors of #B71256
Black with #B71256
Text Example
Text Example
White with #B71256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71256; }
p { color: rgb(183,18,86); }
H1.HeaderClassName
{
color: #B71256;
}
.AnyTagClassName
{
color: #B71256;
}
</style>
background-color css
<style>
a { background-color: #B71256; }
a { background-color: rgb(183,18,86); }
div.DivClassName
{
background-color: #B71256;
}
.BgClassName
{
background-color: #B71256;
}
</style>
border-color css
<style>
span { border-color: #B71256; }
span { border-color: rgb(183,18,86); }
td.TdClassName
{
border-color: #B71256;
}
.TagClassName
{
border-color: #B71256;
}
</style>