Shades of Jazzberry Jam #B60D4C
Tints of Jazzberry Jam #B60D4C
RGB
CMYK
RGB Variations
Color information
#B60D4C (or 0xB60D4C) is known color: Jazzberry Jam. HEX triplet: B6, 0D and 4C. RGB value is (182,13,76). Sum of RGB (Red+Green+Blue) = 182+13+76=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 76 (30.08% from 255 or 28.04% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B60D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60D4C is #49F2B3. Grayscale: #464646. Windows color (decimal): -4846260 or 4984246. OLE color: 4984246.
HSL color Cylindrical-coordinate representation of color #B60D4C: hue angle of 337.63º degrees, saturation: 0.87, 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 #B60D4C is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 13 | 76 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.29 |
| HSL | 337.63º | 0.87% | 0.38% | - |
| HSV(B) | 337.63º | 0.93% | 0.71% | - |
| XYZ | 20.74 | 10.75 | 7.82 | - |
| YUV | 70.71 | 130.99 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 13 | 76 | 0 | 0.93 | 0.58 | 0.29 | 337.63 | 0.87 | 0.38 |
| Hex | B6 | D | 4C | 0 | 5D | 3A | 1D | 152 | 57 | 26 |
| Octal | 266 | 15 | 114 | 0 | 135 | 72 | 35 | 522 | 127 | 46 |
| Binary | 10110110 | 1101 | 1001100 | 0 | 1011101 | 111010 | 11101 | 101010010 | 1010111 | 100110 |
Color Harmonies of #B60D4C
Complementary color
Monochromatic Colors of #B60D4C
Black with #B60D4C
Text Example
Text Example
White with #B60D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60D4C; }
p { color: rgb(182,13,76); }
H1.HeaderClassName
{
color: #B60D4C;
}
.AnyTagClassName
{
color: #B60D4C;
}
</style>
background-color css
<style>
a { background-color: #B60D4C; }
a { background-color: rgb(182,13,76); }
div.DivClassName
{
background-color: #B60D4C;
}
.BgClassName
{
background-color: #B60D4C;
}
</style>
border-color css
<style>
span { border-color: #B60D4C; }
span { border-color: rgb(182,13,76); }
td.TdClassName
{
border-color: #B60D4C;
}
.TagClassName
{
border-color: #B60D4C;
}
</style>