Shades of Jazzberry Jam #B71053
Tints of Jazzberry Jam #B71053
RGB
CMYK
RGB Variations
Color information
#B71053 (or 0xB71053) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 53. RGB value is (183,16,83). Sum of RGB (Red+Green+Blue) = 183+16+83=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B71053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71053 is #48EFAC. Grayscale: #494949. Windows color (decimal): -4779949 or 5443767. OLE color: 5443767.
HSL color Cylindrical-coordinate representation of color #B71053: hue angle of 335.93º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71053 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 83 | - |
| CMYK | 0 | 0.91 | 0.55 | 0.28 |
| HSL | 335.93º | 0.84% | 0.39% | - |
| HSV(B) | 335.93º | 0.91% | 0.72% | - |
| XYZ | 21.28 | 11.06 | 9.2 | - |
| YUV | 73.57 | 133.33 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 83 | 0 | 0.91 | 0.55 | 0.28 | 335.93 | 0.84 | 0.39 |
| Hex | B7 | 10 | 53 | 0 | 5B | 37 | 1C | 150 | 54 | 27 |
| Octal | 267 | 20 | 123 | 0 | 133 | 67 | 34 | 520 | 124 | 47 |
| Binary | 10110111 | 10000 | 1010011 | 0 | 1011011 | 110111 | 11100 | 101010000 | 1010100 | 100111 |
Color Harmonies of #B71053
Complementary color
Monochromatic Colors of #B71053
Black with #B71053
Text Example
Text Example
White with #B71053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71053; }
p { color: rgb(183,16,83); }
H1.HeaderClassName
{
color: #B71053;
}
.AnyTagClassName
{
color: #B71053;
}
</style>
background-color css
<style>
a { background-color: #B71053; }
a { background-color: rgb(183,16,83); }
div.DivClassName
{
background-color: #B71053;
}
.BgClassName
{
background-color: #B71053;
}
</style>
border-color css
<style>
span { border-color: #B71053; }
span { border-color: rgb(183,16,83); }
td.TdClassName
{
border-color: #B71053;
}
.TagClassName
{
border-color: #B71053;
}
</style>