Shades of Jazzberry Jam #B1075D
Tints of Jazzberry Jam #B1075D
RGB
CMYK
RGB Variations
Color information
#B1075D (or 0xB1075D) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 5D. RGB value is (177,7,93). Sum of RGB (Red+Green+Blue) = 177+7+93=277 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.90% from 277); Green value is 7 (3.12% from 255 or 2.53% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 177 - color contains mainly: red. Hex color #B1075D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1075D is #4EF8A2. Grayscale: #434343. Windows color (decimal): -5175459 or 6096817. OLE color: 6096817.
HSL color Cylindrical-coordinate representation of color #B1075D: hue angle of 329.65º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B1075D is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 93 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.31 |
| HSL | 329.65º | 0.92% | 0.36% | - |
| HSV(B) | 329.65º | 0.96% | 0.69% | - |
| XYZ | 20.18 | 10.29 | 11.28 | - |
| YUV | 67.63 | 142.32 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 93 | 0 | 0.96 | 0.47 | 0.31 | 329.65 | 0.92 | 0.36 |
| Hex | B1 | 7 | 5D | 0 | 60 | 2F | 1F | 14A | 5C | 24 |
| Octal | 261 | 7 | 135 | 0 | 140 | 57 | 37 | 512 | 134 | 44 |
| Binary | 10110001 | 111 | 1011101 | 0 | 1100000 | 101111 | 11111 | 101001010 | 1011100 | 100100 |
Color Harmonies of #B1075D
Complementary color
Monochromatic Colors of #B1075D
Black with #B1075D
Text Example
Text Example
White with #B1075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1075D; }
p { color: rgb(177,7,93); }
H1.HeaderClassName
{
color: #B1075D;
}
.AnyTagClassName
{
color: #B1075D;
}
</style>
background-color css
<style>
a { background-color: #B1075D; }
a { background-color: rgb(177,7,93); }
div.DivClassName
{
background-color: #B1075D;
}
.BgClassName
{
background-color: #B1075D;
}
</style>
border-color css
<style>
span { border-color: #B1075D; }
span { border-color: rgb(177,7,93); }
td.TdClassName
{
border-color: #B1075D;
}
.TagClassName
{
border-color: #B1075D;
}
</style>