Shades of Jazzberry Jam #B61153
Tints of Jazzberry Jam #B61153
RGB
CMYK
RGB Variations
Color information
#B61153 (or 0xB61153) is known color: Jazzberry Jam. HEX triplet: B6, 11 and 53. RGB value is (182,17,83). Sum of RGB (Red+Green+Blue) = 182+17+83=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B61153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61153 is #49EEAC. Grayscale: #494949. Windows color (decimal): -4845229 or 5444022. OLE color: 5444022.
HSL color Cylindrical-coordinate representation of color #B61153: hue angle of 336º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61153 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 17 | 83 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.29 |
| HSL | 336º | 0.83% | 0.39% | - |
| HSV(B) | 336º | 0.91% | 0.71% | - |
| XYZ | 21.05 | 10.97 | 9.19 | - |
| YUV | 73.86 | 133.16 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 17 | 83 | 0 | 0.91 | 0.54 | 0.29 | 336 | 0.83 | 0.39 |
| Hex | B6 | 11 | 53 | 0 | 5B | 36 | 1D | 150 | 53 | 27 |
| Octal | 266 | 21 | 123 | 0 | 133 | 66 | 35 | 520 | 123 | 47 |
| Binary | 10110110 | 10001 | 1010011 | 0 | 1011011 | 110110 | 11101 | 101010000 | 1010011 | 100111 |
Color Harmonies of #B61153
Complementary color
Monochromatic Colors of #B61153
Black with #B61153
Text Example
Text Example
White with #B61153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61153; }
p { color: rgb(182,17,83); }
H1.HeaderClassName
{
color: #B61153;
}
.AnyTagClassName
{
color: #B61153;
}
</style>
background-color css
<style>
a { background-color: #B61153; }
a { background-color: rgb(182,17,83); }
div.DivClassName
{
background-color: #B61153;
}
.BgClassName
{
background-color: #B61153;
}
</style>
border-color css
<style>
span { border-color: #B61153; }
span { border-color: rgb(182,17,83); }
td.TdClassName
{
border-color: #B61153;
}
.TagClassName
{
border-color: #B61153;
}
</style>