Shades of Jazzberry Jam #B1104D
Tints of Jazzberry Jam #B1104D
RGB
CMYK
RGB Variations
Color information
#B1104D (or 0xB1104D) is known color: Jazzberry Jam. HEX triplet: B1, 10 and 4D. RGB value is (177,16,77). Sum of RGB (Red+Green+Blue) = 177+16+77=270 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.56% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 77 (30.47% from 255 or 28.52% from 270); Max value from RGB is 177 - color contains mainly: red. Hex color #B1104D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1104D is #4EEFB2. Grayscale: #474747. Windows color (decimal): -5173171 or 5050545. OLE color: 5050545.
HSL color Cylindrical-coordinate representation of color #B1104D: hue angle of 337.27º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1104D is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 77 | - |
| CMYK | 0 | 0.91 | 0.56 | 0.31 |
| HSL | 337.27º | 0.83% | 0.38% | - |
| HSV(B) | 337.27º | 0.91% | 0.69% | - |
| XYZ | 19.66 | 10.25 | 7.96 | - |
| YUV | 71.09 | 131.34 | 203.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 77 | 0 | 0.91 | 0.56 | 0.31 | 337.27 | 0.83 | 0.38 |
| Hex | B1 | 10 | 4D | 0 | 5B | 38 | 1F | 151 | 53 | 26 |
| Octal | 261 | 20 | 115 | 0 | 133 | 70 | 37 | 521 | 123 | 46 |
| Binary | 10110001 | 10000 | 1001101 | 0 | 1011011 | 111000 | 11111 | 101010001 | 1010011 | 100110 |
Color Harmonies of #B1104D
Complementary color
Monochromatic Colors of #B1104D
Black with #B1104D
Text Example
Text Example
White with #B1104D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1104D; }
p { color: rgb(177,16,77); }
H1.HeaderClassName
{
color: #B1104D;
}
.AnyTagClassName
{
color: #B1104D;
}
</style>
background-color css
<style>
a { background-color: #B1104D; }
a { background-color: rgb(177,16,77); }
div.DivClassName
{
background-color: #B1104D;
}
.BgClassName
{
background-color: #B1104D;
}
</style>
border-color css
<style>
span { border-color: #B1104D; }
span { border-color: rgb(177,16,77); }
td.TdClassName
{
border-color: #B1104D;
}
.TagClassName
{
border-color: #B1104D;
}
</style>