Shades of Jazzberry Jam #B71B5E
Tints of Jazzberry Jam #B71B5E
RGB
CMYK
RGB Variations
Color information
#B71B5E (or 0xB71B5E) is known color: Jazzberry Jam. HEX triplet: B7, 1B and 5E. RGB value is (183,27,94). Sum of RGB (Red+Green+Blue) = 183+27+94=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B5E is #48E4A1. Grayscale: #515151. Windows color (decimal): -4777122 or 6167479. OLE color: 6167479.
HSL color Cylindrical-coordinate representation of color #B71B5E: hue angle of 334.23º degrees, saturation: 0.74, 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 #B71B5E is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 27 | 94 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.28 |
| HSL | 334.23º | 0.74% | 0.41% | - |
| HSV(B) | 334.23º | 0.85% | 0.72% | - |
| XYZ | 21.94 | 11.66 | 11.68 | - |
| YUV | 81.28 | 135.18 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 27 | 94 | 0 | 0.85 | 0.49 | 0.28 | 334.23 | 0.74 | 0.41 |
| Hex | B7 | 1B | 5E | 0 | 55 | 31 | 1C | 14E | 4A | 29 |
| Octal | 267 | 33 | 136 | 0 | 125 | 61 | 34 | 516 | 112 | 51 |
| Binary | 10110111 | 11011 | 1011110 | 0 | 1010101 | 110001 | 11100 | 101001110 | 1001010 | 101001 |
Color Harmonies of #B71B5E
Complementary color
Monochromatic Colors of #B71B5E
Black with #B71B5E
Text Example
Text Example
White with #B71B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71B5E; }
p { color: rgb(183,27,94); }
H1.HeaderClassName
{
color: #B71B5E;
}
.AnyTagClassName
{
color: #B71B5E;
}
</style>
background-color css
<style>
a { background-color: #B71B5E; }
a { background-color: rgb(183,27,94); }
div.DivClassName
{
background-color: #B71B5E;
}
.BgClassName
{
background-color: #B71B5E;
}
</style>
border-color css
<style>
span { border-color: #B71B5E; }
span { border-color: rgb(183,27,94); }
td.TdClassName
{
border-color: #B71B5E;
}
.TagClassName
{
border-color: #B71B5E;
}
</style>