Shades of Jazzberry Jam #B1124D
Tints of Jazzberry Jam #B1124D
RGB
CMYK
RGB Variations
Color information
#B1124D (or 0xB1124D) is known color: Jazzberry Jam. HEX triplet: B1, 12 and 4D. RGB value is (177,18,77). Sum of RGB (Red+Green+Blue) = 177+18+77=272 (36% of max value = 765). Red value is 177 (69.53% from 255 or 65.07% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 177 - color contains mainly: red. Hex color #B1124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1124D is #4EEDB2. Grayscale: #484848. Windows color (decimal): -5172659 or 5051057. OLE color: 5051057.
HSL color Cylindrical-coordinate representation of color #B1124D: hue angle of 337.74º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1124D is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 77 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.31 |
| HSL | 337.74º | 0.82% | 0.38% | - |
| HSV(B) | 337.74º | 0.9% | 0.69% | - |
| XYZ | 19.69 | 10.32 | 7.97 | - |
| YUV | 72.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 77 | 0 | 0.90 | 0.56 | 0.31 | 337.74 | 0.82 | 0.38 |
| Hex | B1 | 12 | 4D | 0 | 5A | 38 | 1F | 152 | 52 | 26 |
| Octal | 261 | 22 | 115 | 0 | 132 | 70 | 37 | 522 | 122 | 46 |
| Binary | 10110001 | 10010 | 1001101 | 0 | 1011010 | 111000 | 11111 | 101010010 | 1010010 | 100110 |
Color Harmonies of #B1124D
Complementary color
Monochromatic Colors of #B1124D
Black with #B1124D
Text Example
Text Example
White with #B1124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1124D; }
p { color: rgb(177,18,77); }
H1.HeaderClassName
{
color: #B1124D;
}
.AnyTagClassName
{
color: #B1124D;
}
</style>
background-color css
<style>
a { background-color: #B1124D; }
a { background-color: rgb(177,18,77); }
div.DivClassName
{
background-color: #B1124D;
}
.BgClassName
{
background-color: #B1124D;
}
</style>
border-color css
<style>
span { border-color: #B1124D; }
span { border-color: rgb(177,18,77); }
td.TdClassName
{
border-color: #B1124D;
}
.TagClassName
{
border-color: #B1124D;
}
</style>