Shades of Jazzberry Jam #B61C64
Tints of Jazzberry Jam #B61C64
RGB
CMYK
RGB Variations
Color information
#B61C64 (or 0xB61C64) is known color: Jazzberry Jam. HEX triplet: B6, 1C and 64. RGB value is (182,28,100). Sum of RGB (Red+Green+Blue) = 182+28+100=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 28 (11.33% from 255 or 9.03% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61C64 is #49E39B. Grayscale: #525252. Windows color (decimal): -4842396 or 6560950. OLE color: 6560950.
HSL color Cylindrical-coordinate representation of color #B61C64: hue angle of 331.95º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B61C64 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 28 | 100 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.29 |
| HSL | 331.95º | 0.73% | 0.41% | - |
| HSV(B) | 331.95º | 0.85% | 0.71% | - |
| XYZ | 22.01 | 11.7 | 13.15 | - |
| YUV | 82.25 | 138.02 | 199.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 28 | 100 | 0 | 0.85 | 0.45 | 0.29 | 331.95 | 0.73 | 0.41 |
| Hex | B6 | 1C | 64 | 0 | 55 | 2D | 1D | 14C | 49 | 29 |
| Octal | 266 | 34 | 144 | 0 | 125 | 55 | 35 | 514 | 111 | 51 |
| Binary | 10110110 | 11100 | 1100100 | 0 | 1010101 | 101101 | 11101 | 101001100 | 1001001 | 101001 |
Color Harmonies of #B61C64
Complementary color
Monochromatic Colors of #B61C64
Black with #B61C64
Text Example
Text Example
White with #B61C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61C64; }
p { color: rgb(182,28,100); }
H1.HeaderClassName
{
color: #B61C64;
}
.AnyTagClassName
{
color: #B61C64;
}
</style>
background-color css
<style>
a { background-color: #B61C64; }
a { background-color: rgb(182,28,100); }
div.DivClassName
{
background-color: #B61C64;
}
.BgClassName
{
background-color: #B61C64;
}
</style>
border-color css
<style>
span { border-color: #B61C64; }
span { border-color: rgb(182,28,100); }
td.TdClassName
{
border-color: #B61C64;
}
.TagClassName
{
border-color: #B61C64;
}
</style>