Shades of Jazzberry Jam #B61565
Tints of Jazzberry Jam #B61565
RGB
CMYK
RGB Variations
Color information
#B61565 (or 0xB61565) is known color: Jazzberry Jam. HEX triplet: B6, 15 and 65. RGB value is (182,21,101). Sum of RGB (Red+Green+Blue) = 182+21+101=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B61565 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61565 is #49EA9A. Grayscale: #4E4E4E. Windows color (decimal): -4844187 or 6624694. OLE color: 6624694.
HSL color Cylindrical-coordinate representation of color #B61565: hue angle of 330.19º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B61565 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 21 | 101 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.29 |
| HSL | 330.19º | 0.79% | 0.4% | - |
| HSV(B) | 330.19º | 0.88% | 0.71% | - |
| XYZ | 21.91 | 11.42 | 13.36 | - |
| YUV | 78.26 | 140.84 | 202 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 21 | 101 | 0 | 0.88 | 0.45 | 0.29 | 330.19 | 0.79 | 0.4 |
| Hex | B6 | 15 | 65 | 0 | 58 | 2D | 1D | 14A | 4F | 28 |
| Octal | 266 | 25 | 145 | 0 | 130 | 55 | 35 | 512 | 117 | 50 |
| Binary | 10110110 | 10101 | 1100101 | 0 | 1011000 | 101101 | 11101 | 101001010 | 1001111 | 101000 |
Color Harmonies of #B61565
Complementary color
Monochromatic Colors of #B61565
Black with #B61565
Text Example
Text Example
White with #B61565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61565; }
p { color: rgb(182,21,101); }
H1.HeaderClassName
{
color: #B61565;
}
.AnyTagClassName
{
color: #B61565;
}
</style>
background-color css
<style>
a { background-color: #B61565; }
a { background-color: rgb(182,21,101); }
div.DivClassName
{
background-color: #B61565;
}
.BgClassName
{
background-color: #B61565;
}
</style>
border-color css
<style>
span { border-color: #B61565; }
span { border-color: rgb(182,21,101); }
td.TdClassName
{
border-color: #B61565;
}
.TagClassName
{
border-color: #B61565;
}
</style>