Shades of Jazzberry Jam #B60C52
Tints of Jazzberry Jam #B60C52
RGB
CMYK
RGB Variations
Color information
#B60C52 (or 0xB60C52) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 52. RGB value is (182,12,82). Sum of RGB (Red+Green+Blue) = 182+12+82=276 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.94% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C52 is #49F3AD. Grayscale: #464646. Windows color (decimal): -4846510 or 5377206. OLE color: 5377206.
HSL color Cylindrical-coordinate representation of color #B60C52: hue angle of 335.29º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B60C52 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 82 | - |
| CMYK | 0 | 0.93 | 0.55 | 0.29 |
| HSL | 335.29º | 0.88% | 0.38% | - |
| HSV(B) | 335.29º | 0.93% | 0.71% | - |
| XYZ | 20.95 | 10.82 | 8.97 | - |
| YUV | 70.81 | 134.32 | 207.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 82 | 0 | 0.93 | 0.55 | 0.29 | 335.29 | 0.88 | 0.38 |
| Hex | B6 | C | 52 | 0 | 5D | 37 | 1D | 14F | 58 | 26 |
| Octal | 266 | 14 | 122 | 0 | 135 | 67 | 35 | 517 | 130 | 46 |
| Binary | 10110110 | 1100 | 1010010 | 0 | 1011101 | 110111 | 11101 | 101001111 | 1011000 | 100110 |
Color Harmonies of #B60C52
Complementary color
Monochromatic Colors of #B60C52
Black with #B60C52
Text Example
Text Example
White with #B60C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C52; }
p { color: rgb(182,12,82); }
H1.HeaderClassName
{
color: #B60C52;
}
.AnyTagClassName
{
color: #B60C52;
}
</style>
background-color css
<style>
a { background-color: #B60C52; }
a { background-color: rgb(182,12,82); }
div.DivClassName
{
background-color: #B60C52;
}
.BgClassName
{
background-color: #B60C52;
}
</style>
border-color css
<style>
span { border-color: #B60C52; }
span { border-color: rgb(182,12,82); }
td.TdClassName
{
border-color: #B60C52;
}
.TagClassName
{
border-color: #B60C52;
}
</style>