Shades of Jazzberry Jam #B71C5E
Tints of Jazzberry Jam #B71C5E
RGB
CMYK
RGB Variations
Color information
#B71C5E (or 0xB71C5E) is known color: Jazzberry Jam. HEX triplet: B7, 1C and 5E. RGB value is (183,28,94). Sum of RGB (Red+Green+Blue) = 183+28+94=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C5E is #48E3A1. Grayscale: #515151. Windows color (decimal): -4776866 or 6167735. OLE color: 6167735.
HSL color Cylindrical-coordinate representation of color #B71C5E: hue angle of 334.45º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71C5E is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 94 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.28 |
| HSL | 334.45º | 0.73% | 0.41% | - |
| HSV(B) | 334.45º | 0.85% | 0.72% | - |
| XYZ | 21.96 | 11.71 | 11.69 | - |
| YUV | 81.87 | 134.85 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 94 | 0 | 0.85 | 0.49 | 0.28 | 334.45 | 0.73 | 0.41 |
| Hex | B7 | 1C | 5E | 0 | 55 | 31 | 1C | 14E | 49 | 29 |
| Octal | 267 | 34 | 136 | 0 | 125 | 61 | 34 | 516 | 111 | 51 |
| Binary | 10110111 | 11100 | 1011110 | 0 | 1010101 | 110001 | 11100 | 101001110 | 1001001 | 101001 |
Color Harmonies of #B71C5E
Complementary color
Monochromatic Colors of #B71C5E
Black with #B71C5E
Text Example
Text Example
White with #B71C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C5E; }
p { color: rgb(183,28,94); }
H1.HeaderClassName
{
color: #B71C5E;
}
.AnyTagClassName
{
color: #B71C5E;
}
</style>
background-color css
<style>
a { background-color: #B71C5E; }
a { background-color: rgb(183,28,94); }
div.DivClassName
{
background-color: #B71C5E;
}
.BgClassName
{
background-color: #B71C5E;
}
</style>
border-color css
<style>
span { border-color: #B71C5E; }
span { border-color: rgb(183,28,94); }
td.TdClassName
{
border-color: #B71C5E;
}
.TagClassName
{
border-color: #B71C5E;
}
</style>