Shades of Jazzberry Jam #B61355
Tints of Jazzberry Jam #B61355
RGB
CMYK
RGB Variations
Color information
#B61355 (or 0xB61355) is known color: Jazzberry Jam. HEX triplet: B6, 13 and 55. RGB value is (182,19,85). Sum of RGB (Red+Green+Blue) = 182+19+85=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 85 (33.59% from 255 or 29.72% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B61355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61355 is #49ECAA. Grayscale: #4B4B4B. Windows color (decimal): -4844715 or 5575606. OLE color: 5575606.
HSL color Cylindrical-coordinate representation of color #B61355: hue angle of 335.71º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B61355 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 19 | 85 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.29 |
| HSL | 335.71º | 0.81% | 0.39% | - |
| HSV(B) | 335.71º | 0.9% | 0.71% | - |
| XYZ | 21.16 | 11.07 | 9.61 | - |
| YUV | 75.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 19 | 85 | 0 | 0.90 | 0.53 | 0.29 | 335.71 | 0.81 | 0.39 |
| Hex | B6 | 13 | 55 | 0 | 5A | 35 | 1D | 150 | 51 | 27 |
| Octal | 266 | 23 | 125 | 0 | 132 | 65 | 35 | 520 | 121 | 47 |
| Binary | 10110110 | 10011 | 1010101 | 0 | 1011010 | 110101 | 11101 | 101010000 | 1010001 | 100111 |
Color Harmonies of #B61355
Complementary color
Monochromatic Colors of #B61355
Black with #B61355
Text Example
Text Example
White with #B61355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61355; }
p { color: rgb(182,19,85); }
H1.HeaderClassName
{
color: #B61355;
}
.AnyTagClassName
{
color: #B61355;
}
</style>
background-color css
<style>
a { background-color: #B61355; }
a { background-color: rgb(182,19,85); }
div.DivClassName
{
background-color: #B61355;
}
.BgClassName
{
background-color: #B61355;
}
</style>
border-color css
<style>
span { border-color: #B61355; }
span { border-color: rgb(182,19,85); }
td.TdClassName
{
border-color: #B61355;
}
.TagClassName
{
border-color: #B61355;
}
</style>