Shades of Jazzberry Jam #B7104D
Tints of Jazzberry Jam #B7104D
RGB
CMYK
RGB Variations
Color information
#B7104D (or 0xB7104D) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 4D. RGB value is (183,16,77). Sum of RGB (Red+Green+Blue) = 183+16+77=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 77 (30.47% from 255 or 27.90% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7104D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7104D is #48EFB2. Grayscale: #484848. Windows color (decimal): -4779955 or 5050551. OLE color: 5050551.
HSL color Cylindrical-coordinate representation of color #B7104D: hue angle of 338.08º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7104D is Cyan = 0, Magento = 0.91, Yellow = 0.58 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 16 | 77 | - |
| CMYK | 0 | 0.91 | 0.58 | 0.28 |
| HSL | 338.08º | 0.84% | 0.39% | - |
| HSV(B) | 338.08º | 0.91% | 0.72% | - |
| XYZ | 21.05 | 10.97 | 8.03 | - |
| YUV | 72.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 16 | 77 | 0 | 0.91 | 0.58 | 0.28 | 338.08 | 0.84 | 0.39 |
| Hex | B7 | 10 | 4D | 0 | 5B | 3A | 1C | 152 | 54 | 27 |
| Octal | 267 | 20 | 115 | 0 | 133 | 72 | 34 | 522 | 124 | 47 |
| Binary | 10110111 | 10000 | 1001101 | 0 | 1011011 | 111010 | 11100 | 101010010 | 1010100 | 100111 |
Color Harmonies of #B7104D
Complementary color
Monochromatic Colors of #B7104D
Black with #B7104D
Text Example
Text Example
White with #B7104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7104D; }
p { color: rgb(183,16,77); }
H1.HeaderClassName
{
color: #B7104D;
}
.AnyTagClassName
{
color: #B7104D;
}
</style>
background-color css
<style>
a { background-color: #B7104D; }
a { background-color: rgb(183,16,77); }
div.DivClassName
{
background-color: #B7104D;
}
.BgClassName
{
background-color: #B7104D;
}
</style>
border-color css
<style>
span { border-color: #B7104D; }
span { border-color: rgb(183,16,77); }
td.TdClassName
{
border-color: #B7104D;
}
.TagClassName
{
border-color: #B7104D;
}
</style>