Shades of Jazzberry Jam #B60F4D
Tints of Jazzberry Jam #B60F4D
RGB
CMYK
RGB Variations
Color information
#B60F4D (or 0xB60F4D) is known color: Jazzberry Jam. HEX triplet: B6, 0F and 4D. RGB value is (182,15,77). Sum of RGB (Red+Green+Blue) = 182+15+77=274 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.42% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 182 - color contains mainly: red. Hex color #B60F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60F4D is #49F0B2. Grayscale: #474747. Windows color (decimal): -4845747 or 5050294. OLE color: 5050294.
HSL color Cylindrical-coordinate representation of color #B60F4D: hue angle of 337.72º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B60F4D is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 15 | 77 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.29 |
| HSL | 337.72º | 0.85% | 0.39% | - |
| HSV(B) | 337.72º | 0.92% | 0.71% | - |
| XYZ | 20.8 | 10.82 | 8.01 | - |
| YUV | 72 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 15 | 77 | 0 | 0.92 | 0.58 | 0.29 | 337.72 | 0.85 | 0.39 |
| Hex | B6 | F | 4D | 0 | 5C | 3A | 1D | 152 | 55 | 27 |
| Octal | 266 | 17 | 115 | 0 | 134 | 72 | 35 | 522 | 125 | 47 |
| Binary | 10110110 | 1111 | 1001101 | 0 | 1011100 | 111010 | 11101 | 101010010 | 1010101 | 100111 |
Color Harmonies of #B60F4D
Complementary color
Monochromatic Colors of #B60F4D
Black with #B60F4D
Text Example
Text Example
White with #B60F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60F4D; }
p { color: rgb(182,15,77); }
H1.HeaderClassName
{
color: #B60F4D;
}
.AnyTagClassName
{
color: #B60F4D;
}
</style>
background-color css
<style>
a { background-color: #B60F4D; }
a { background-color: rgb(182,15,77); }
div.DivClassName
{
background-color: #B60F4D;
}
.BgClassName
{
background-color: #B60F4D;
}
</style>
border-color css
<style>
span { border-color: #B60F4D; }
span { border-color: rgb(182,15,77); }
td.TdClassName
{
border-color: #B60F4D;
}
.TagClassName
{
border-color: #B60F4D;
}
</style>