Shades of Jazzberry Jam #B10773
Tints of Jazzberry Jam #B10773
RGB
CMYK
RGB Variations
Color information
#B10773 (or 0xB10773) is known color: Jazzberry Jam. HEX triplet: B1, 07 and 73. RGB value is (177,7,115). Sum of RGB (Red+Green+Blue) = 177+7+115=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 115 (45.31% from 255 or 38.46% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B10773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10773 is #4EF88C. Grayscale: #454545. Windows color (decimal): -5175437 or 7538609. OLE color: 7538609.
HSL color Cylindrical-coordinate representation of color #B10773: hue angle of 321.88º 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 #B10773 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.31 |
| HSL | 321.88º | 0.92% | 0.36% | - |
| HSV(B) | 321.88º | 0.96% | 0.69% | - |
| XYZ | 21.3 | 10.74 | 17.17 | - |
| YUV | 70.14 | 153.32 | 204.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 115 | 0 | 0.96 | 0.35 | 0.31 | 321.88 | 0.92 | 0.36 |
| Hex | B1 | 7 | 73 | 0 | 60 | 23 | 1F | 142 | 5C | 24 |
| Octal | 261 | 7 | 163 | 0 | 140 | 43 | 37 | 502 | 134 | 44 |
| Binary | 10110001 | 111 | 1110011 | 0 | 1100000 | 100011 | 11111 | 101000010 | 1011100 | 100100 |
Color Harmonies of #B10773
Complementary color
Monochromatic Colors of #B10773
Black with #B10773
Text Example
Text Example
White with #B10773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10773; }
p { color: rgb(177,7,115); }
H1.HeaderClassName
{
color: #B10773;
}
.AnyTagClassName
{
color: #B10773;
}
</style>
background-color css
<style>
a { background-color: #B10773; }
a { background-color: rgb(177,7,115); }
div.DivClassName
{
background-color: #B10773;
}
.BgClassName
{
background-color: #B10773;
}
</style>
border-color css
<style>
span { border-color: #B10773; }
span { border-color: rgb(177,7,115); }
td.TdClassName
{
border-color: #B10773;
}
.TagClassName
{
border-color: #B10773;
}
</style>