Shades of Jazzberry Jam #B7175E
Tints of Jazzberry Jam #B7175E
RGB
CMYK
RGB Variations
Color information
#B7175E (or 0xB7175E) is known color: Jazzberry Jam. HEX triplet: B7, 17 and 5E. RGB value is (183,23,94). Sum of RGB (Red+Green+Blue) = 183+23+94=300 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 183 - color contains mainly: red. Hex color #B7175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7175E is #48E8A1. Grayscale: #4E4E4E. Windows color (decimal): -4778146 or 6166455. OLE color: 6166455.
HSL color Cylindrical-coordinate representation of color #B7175E: hue angle of 333.38º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B7175E is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 23 | 94 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.28 |
| HSL | 333.38º | 0.78% | 0.4% | - |
| HSV(B) | 333.38º | 0.87% | 0.72% | - |
| XYZ | 21.86 | 11.49 | 11.66 | - |
| YUV | 78.93 | 136.51 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 23 | 94 | 0 | 0.87 | 0.49 | 0.28 | 333.38 | 0.78 | 0.4 |
| Hex | B7 | 17 | 5E | 0 | 57 | 31 | 1C | 14D | 4E | 28 |
| Octal | 267 | 27 | 136 | 0 | 127 | 61 | 34 | 515 | 116 | 50 |
| Binary | 10110111 | 10111 | 1011110 | 0 | 1010111 | 110001 | 11100 | 101001101 | 1001110 | 101000 |
Color Harmonies of #B7175E
Complementary color
Monochromatic Colors of #B7175E
Black with #B7175E
Text Example
Text Example
White with #B7175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7175E; }
p { color: rgb(183,23,94); }
H1.HeaderClassName
{
color: #B7175E;
}
.AnyTagClassName
{
color: #B7175E;
}
</style>
background-color css
<style>
a { background-color: #B7175E; }
a { background-color: rgb(183,23,94); }
div.DivClassName
{
background-color: #B7175E;
}
.BgClassName
{
background-color: #B7175E;
}
</style>
border-color css
<style>
span { border-color: #B7175E; }
span { border-color: rgb(183,23,94); }
td.TdClassName
{
border-color: #B7175E;
}
.TagClassName
{
border-color: #B7175E;
}
</style>