Shades of Jazzberry Jam #B7014D
Tints of Jazzberry Jam #B7014D
RGB
CMYK
RGB Variations
Color information
#B7014D (or 0xB7014D) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 4D. RGB value is (183,1,77). Sum of RGB (Red+Green+Blue) = 183+1+77=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 1 (0.78% from 255 or 0.38% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7014D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7014D is #48FEB2. Grayscale: #3F3F3F. Windows color (decimal): -4783795 or 5046711. OLE color: 5046711.
HSL color Cylindrical-coordinate representation of color #B7014D: hue angle of 334.95º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7014D is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.28 |
| HSL | 334.95º | 0.99% | 0.36% | - |
| HSV(B) | 334.95º | 0.99% | 0.72% | - |
| XYZ | 20.88 | 10.62 | 7.97 | - |
| YUV | 64.08 | 135.3 | 212.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 77 | 0 | 0.99 | 0.58 | 0.28 | 334.95 | 0.99 | 0.36 |
| Hex | B7 | 1 | 4D | 0 | 63 | 3A | 1C | 14F | 63 | 24 |
| Octal | 267 | 1 | 115 | 0 | 143 | 72 | 34 | 517 | 143 | 44 |
| Binary | 10110111 | 1 | 1001101 | 0 | 1100011 | 111010 | 11100 | 101001111 | 1100011 | 100100 |
Color Harmonies of #B7014D
Complementary color
Monochromatic Colors of #B7014D
Black with #B7014D
Text Example
Text Example
White with #B7014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7014D; }
p { color: rgb(183,1,77); }
H1.HeaderClassName
{
color: #B7014D;
}
.AnyTagClassName
{
color: #B7014D;
}
</style>
background-color css
<style>
a { background-color: #B7014D; }
a { background-color: rgb(183,1,77); }
div.DivClassName
{
background-color: #B7014D;
}
.BgClassName
{
background-color: #B7014D;
}
</style>
border-color css
<style>
span { border-color: #B7014D; }
span { border-color: rgb(183,1,77); }
td.TdClassName
{
border-color: #B7014D;
}
.TagClassName
{
border-color: #B7014D;
}
</style>