Shades of Jazzberry Jam #B60C4D
Tints of Jazzberry Jam #B60C4D
RGB
CMYK
RGB Variations
Color information
#B60C4D (or 0xB60C4D) is known color: Jazzberry Jam. HEX triplet: B6, 0C and 4D. RGB value is (182,12,77). Sum of RGB (Red+Green+Blue) = 182+12+77=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 12 (5.08% from 255 or 4.43% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B60C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60C4D is #49F3B2. Grayscale: #464646. Windows color (decimal): -4846515 or 5049526. OLE color: 5049526.
HSL color Cylindrical-coordinate representation of color #B60C4D: hue angle of 337.06º 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 #B60C4D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 12 | 77 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.29 |
| HSL | 337.06º | 0.88% | 0.38% | - |
| HSV(B) | 337.06º | 0.93% | 0.71% | - |
| XYZ | 20.76 | 10.74 | 8 | - |
| YUV | 70.24 | 131.82 | 207.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 12 | 77 | 0 | 0.93 | 0.58 | 0.29 | 337.06 | 0.88 | 0.38 |
| Hex | B6 | C | 4D | 0 | 5D | 3A | 1D | 151 | 58 | 26 |
| Octal | 266 | 14 | 115 | 0 | 135 | 72 | 35 | 521 | 130 | 46 |
| Binary | 10110110 | 1100 | 1001101 | 0 | 1011101 | 111010 | 11101 | 101010001 | 1011000 | 100110 |
Color Harmonies of #B60C4D
Complementary color
Monochromatic Colors of #B60C4D
Black with #B60C4D
Text Example
Text Example
White with #B60C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60C4D; }
p { color: rgb(182,12,77); }
H1.HeaderClassName
{
color: #B60C4D;
}
.AnyTagClassName
{
color: #B60C4D;
}
</style>
background-color css
<style>
a { background-color: #B60C4D; }
a { background-color: rgb(182,12,77); }
div.DivClassName
{
background-color: #B60C4D;
}
.BgClassName
{
background-color: #B60C4D;
}
</style>
border-color css
<style>
span { border-color: #B60C4D; }
span { border-color: rgb(182,12,77); }
td.TdClassName
{
border-color: #B60C4D;
}
.TagClassName
{
border-color: #B60C4D;
}
</style>