Shades of Jazzberry Jam #B71D5E
Tints of Jazzberry Jam #B71D5E
RGB
CMYK
RGB Variations
Color information
#B71D5E (or 0xB71D5E) is known color: Jazzberry Jam. HEX triplet: B7, 1D and 5E. RGB value is (183,29,94). Sum of RGB (Red+Green+Blue) = 183+29+94=306 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.80% from 306); Green value is 29 (11.72% from 255 or 9.48% from 306); Blue value is 94 (37.11% from 255 or 30.72% from 306); Max value from RGB is 183 - color contains mainly: red. Hex color #B71D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71D5E is #48E2A1. Grayscale: #525252. Windows color (decimal): -4776610 or 6167991. OLE color: 6167991.
HSL color Cylindrical-coordinate representation of color #B71D5E: hue angle of 334.68º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B71D5E is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 29 | 94 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.28 |
| HSL | 334.68º | 0.73% | 0.42% | - |
| HSV(B) | 334.68º | 0.84% | 0.72% | - |
| XYZ | 21.99 | 11.75 | 11.7 | - |
| YUV | 82.46 | 134.52 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 29 | 94 | 0 | 0.84 | 0.49 | 0.28 | 334.68 | 0.73 | 0.42 |
| Hex | B7 | 1D | 5E | 0 | 54 | 31 | 1C | 14F | 49 | 2A |
| Octal | 267 | 35 | 136 | 0 | 124 | 61 | 34 | 517 | 111 | 52 |
| Binary | 10110111 | 11101 | 1011110 | 0 | 1010100 | 110001 | 11100 | 101001111 | 1001001 | 101010 |
Color Harmonies of #B71D5E
Complementary color
Monochromatic Colors of #B71D5E
Black with #B71D5E
Text Example
Text Example
White with #B71D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71D5E; }
p { color: rgb(183,29,94); }
H1.HeaderClassName
{
color: #B71D5E;
}
.AnyTagClassName
{
color: #B71D5E;
}
</style>
background-color css
<style>
a { background-color: #B71D5E; }
a { background-color: rgb(183,29,94); }
div.DivClassName
{
background-color: #B71D5E;
}
.BgClassName
{
background-color: #B71D5E;
}
</style>
border-color css
<style>
span { border-color: #B71D5E; }
span { border-color: rgb(183,29,94); }
td.TdClassName
{
border-color: #B71D5E;
}
.TagClassName
{
border-color: #B71D5E;
}
</style>