Shades of Jazzberry Jam #B71265
Tints of Jazzberry Jam #B71265
RGB
CMYK
RGB Variations
Color information
#B71265 (or 0xB71265) is known color: Jazzberry Jam. HEX triplet: B7, 12 and 65. RGB value is (183,18,101). Sum of RGB (Red+Green+Blue) = 183+18+101=302 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.60% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 183 - color contains mainly: red. Hex color #B71265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71265 is #48ED9A. Grayscale: #4C4C4C. Windows color (decimal): -4779419 or 6623927. OLE color: 6623927.
HSL color Cylindrical-coordinate representation of color #B71265: hue angle of 329.82º 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 #B71265 is Cyan = 0, Magento = 0.90, Yellow = 0.45 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 18 | 101 | - |
| CMYK | 0 | 0.90 | 0.45 | 0.28 |
| HSL | 329.82º | 0.82% | 0.39% | - |
| HSV(B) | 329.82º | 0.9% | 0.72% | - |
| XYZ | 22.09 | 11.44 | 13.36 | - |
| YUV | 76.8 | 141.66 | 203.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 18 | 101 | 0 | 0.90 | 0.45 | 0.28 | 329.82 | 0.82 | 0.39 |
| Hex | B7 | 12 | 65 | 0 | 5A | 2D | 1C | 14A | 52 | 27 |
| Octal | 267 | 22 | 145 | 0 | 132 | 55 | 34 | 512 | 122 | 47 |
| Binary | 10110111 | 10010 | 1100101 | 0 | 1011010 | 101101 | 11100 | 101001010 | 1010010 | 100111 |
Color Harmonies of #B71265
Complementary color
Monochromatic Colors of #B71265
Black with #B71265
Text Example
Text Example
White with #B71265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71265; }
p { color: rgb(183,18,101); }
H1.HeaderClassName
{
color: #B71265;
}
.AnyTagClassName
{
color: #B71265;
}
</style>
background-color css
<style>
a { background-color: #B71265; }
a { background-color: rgb(183,18,101); }
div.DivClassName
{
background-color: #B71265;
}
.BgClassName
{
background-color: #B71265;
}
</style>
border-color css
<style>
span { border-color: #B71265; }
span { border-color: rgb(183,18,101); }
td.TdClassName
{
border-color: #B71265;
}
.TagClassName
{
border-color: #B71265;
}
</style>