Shades of Jazzberry Jam #B00773
Tints of Jazzberry Jam #B00773
RGB
CMYK
RGB Variations
Color information
#B00773 (or 0xB00773) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 73. RGB value is (176,7,115). Sum of RGB (Red+Green+Blue) = 176+7+115=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B00773 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00773 is #4FF88C. Grayscale: #454545. Windows color (decimal): -5240973 or 7538608. OLE color: 7538608.
HSL color Cylindrical-coordinate representation of color #B00773: hue angle of 321.66º 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 #B00773 is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 115 | - |
| CMYK | 0 | 0.96 | 0.35 | 0.31 |
| HSL | 321.66º | 0.92% | 0.36% | - |
| HSV(B) | 321.66º | 0.96% | 0.69% | - |
| XYZ | 21.07 | 10.62 | 17.16 | - |
| YUV | 69.84 | 153.49 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 115 | 0 | 0.96 | 0.35 | 0.31 | 321.66 | 0.92 | 0.36 |
| Hex | B0 | 7 | 73 | 0 | 60 | 23 | 1F | 142 | 5C | 24 |
| Octal | 260 | 7 | 163 | 0 | 140 | 43 | 37 | 502 | 134 | 44 |
| Binary | 10110000 | 111 | 1110011 | 0 | 1100000 | 100011 | 11111 | 101000010 | 1011100 | 100100 |
Color Harmonies of #B00773
Complementary color
Monochromatic Colors of #B00773
Black with #B00773
Text Example
Text Example
White with #B00773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00773; }
p { color: rgb(176,7,115); }
H1.HeaderClassName
{
color: #B00773;
}
.AnyTagClassName
{
color: #B00773;
}
</style>
background-color css
<style>
a { background-color: #B00773; }
a { background-color: rgb(176,7,115); }
div.DivClassName
{
background-color: #B00773;
}
.BgClassName
{
background-color: #B00773;
}
</style>
border-color css
<style>
span { border-color: #B00773; }
span { border-color: rgb(176,7,115); }
td.TdClassName
{
border-color: #B00773;
}
.TagClassName
{
border-color: #B00773;
}
</style>