Shades of Jazzberry Jam #B70D4D
Tints of Jazzberry Jam #B70D4D
RGB
CMYK
RGB Variations
Color information
#B70D4D (or 0xB70D4D) is known color: Jazzberry Jam. HEX triplet: B7, 0D and 4D. RGB value is (183,13,77). Sum of RGB (Red+Green+Blue) = 183+13+77=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B70D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70D4D is #48F2B2. Grayscale: #474747. Windows color (decimal): -4780723 or 5049783. OLE color: 5049783.
HSL color Cylindrical-coordinate representation of color #B70D4D: hue angle of 337.41º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B70D4D is Cyan = 0, Magento = 0.93, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 13 | 77 | - |
| CMYK | 0 | 0.93 | 0.58 | 0.28 |
| HSL | 337.41º | 0.87% | 0.38% | - |
| HSV(B) | 337.41º | 0.93% | 0.72% | - |
| XYZ | 21.01 | 10.89 | 8.02 | - |
| YUV | 71.13 | 131.32 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 13 | 77 | 0 | 0.93 | 0.58 | 0.28 | 337.41 | 0.87 | 0.38 |
| Hex | B7 | D | 4D | 0 | 5D | 3A | 1C | 151 | 57 | 26 |
| Octal | 267 | 15 | 115 | 0 | 135 | 72 | 34 | 521 | 127 | 46 |
| Binary | 10110111 | 1101 | 1001101 | 0 | 1011101 | 111010 | 11100 | 101010001 | 1010111 | 100110 |
Color Harmonies of #B70D4D
Complementary color
Monochromatic Colors of #B70D4D
Black with #B70D4D
Text Example
Text Example
White with #B70D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70D4D; }
p { color: rgb(183,13,77); }
H1.HeaderClassName
{
color: #B70D4D;
}
.AnyTagClassName
{
color: #B70D4D;
}
</style>
background-color css
<style>
a { background-color: #B70D4D; }
a { background-color: rgb(183,13,77); }
div.DivClassName
{
background-color: #B70D4D;
}
.BgClassName
{
background-color: #B70D4D;
}
</style>
border-color css
<style>
span { border-color: #B70D4D; }
span { border-color: rgb(183,13,77); }
td.TdClassName
{
border-color: #B70D4D;
}
.TagClassName
{
border-color: #B70D4D;
}
</style>