Shades of Jazzberry Jam #B71C5A
Tints of Jazzberry Jam #B71C5A
RGB
CMYK
RGB Variations
Color information
#B71C5A (or 0xB71C5A) is known color: Jazzberry Jam. HEX triplet: B7, 1C and 5A. RGB value is (183,28,90). Sum of RGB (Red+Green+Blue) = 183+28+90=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 28 (11.33% from 255 or 9.30% from 301); Blue value is 90 (35.55% from 255 or 29.90% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B71C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71C5A is #48E3A5. Grayscale: #515151. Windows color (decimal): -4776870 or 5905591. OLE color: 5905591.
HSL color Cylindrical-coordinate representation of color #B71C5A: hue angle of 336º 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 #B71C5A is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 28 | 90 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.28 |
| HSL | 336º | 0.73% | 0.41% | - |
| HSV(B) | 336º | 0.85% | 0.72% | - |
| XYZ | 21.79 | 11.64 | 10.77 | - |
| YUV | 81.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 28 | 90 | 0 | 0.85 | 0.51 | 0.28 | 336 | 0.73 | 0.41 |
| Hex | B7 | 1C | 5A | 0 | 55 | 33 | 1C | 150 | 49 | 29 |
| Octal | 267 | 34 | 132 | 0 | 125 | 63 | 34 | 520 | 111 | 51 |
| Binary | 10110111 | 11100 | 1011010 | 0 | 1010101 | 110011 | 11100 | 101010000 | 1001001 | 101001 |
Color Harmonies of #B71C5A
Complementary color
Monochromatic Colors of #B71C5A
Black with #B71C5A
Text Example
Text Example
White with #B71C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71C5A; }
p { color: rgb(183,28,90); }
H1.HeaderClassName
{
color: #B71C5A;
}
.AnyTagClassName
{
color: #B71C5A;
}
</style>
background-color css
<style>
a { background-color: #B71C5A; }
a { background-color: rgb(183,28,90); }
div.DivClassName
{
background-color: #B71C5A;
}
.BgClassName
{
background-color: #B71C5A;
}
</style>
border-color css
<style>
span { border-color: #B71C5A; }
span { border-color: rgb(183,28,90); }
td.TdClassName
{
border-color: #B71C5A;
}
.TagClassName
{
border-color: #B71C5A;
}
</style>