Shades of Jazzberry Jam #B60153
Tints of Jazzberry Jam #B60153
RGB
CMYK
RGB Variations
Color information
#B60153 (or 0xB60153) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 53. RGB value is (182,1,83). Sum of RGB (Red+Green+Blue) = 182+1+83=266 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.42% from 266); Green value is 1 (0.78% from 255 or 0.38% from 266); Blue value is 83 (32.81% from 255 or 31.20% from 266); Max value from RGB is 182 - color contains mainly: red. Hex color #B60153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60153 is #49FEAC. Grayscale: #404040. Windows color (decimal): -4849325 or 5439926. OLE color: 5439926.
HSL color Cylindrical-coordinate representation of color #B60153: hue angle of 332.82º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60153 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.29 |
| HSL | 332.82º | 0.99% | 0.36% | - |
| HSV(B) | 332.82º | 0.99% | 0.71% | - |
| XYZ | 20.86 | 10.59 | 9.13 | - |
| YUV | 64.47 | 138.47 | 211.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 1 | 83 | 0 | 0.99 | 0.54 | 0.29 | 332.82 | 0.99 | 0.36 |
| Hex | B6 | 1 | 53 | 0 | 63 | 36 | 1D | 14D | 63 | 24 |
| Octal | 266 | 1 | 123 | 0 | 143 | 66 | 35 | 515 | 143 | 44 |
| Binary | 10110110 | 1 | 1010011 | 0 | 1100011 | 110110 | 11101 | 101001101 | 1100011 | 100100 |
Color Harmonies of #B60153
Complementary color
Monochromatic Colors of #B60153
Black with #B60153
Text Example
Text Example
White with #B60153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60153; }
p { color: rgb(182,1,83); }
H1.HeaderClassName
{
color: #B60153;
}
.AnyTagClassName
{
color: #B60153;
}
</style>
background-color css
<style>
a { background-color: #B60153; }
a { background-color: rgb(182,1,83); }
div.DivClassName
{
background-color: #B60153;
}
.BgClassName
{
background-color: #B60153;
}
</style>
border-color css
<style>
span { border-color: #B60153; }
span { border-color: rgb(182,1,83); }
td.TdClassName
{
border-color: #B60153;
}
.TagClassName
{
border-color: #B60153;
}
</style>