Shades of Jazzberry Jam #B51759
Tints of Jazzberry Jam #B51759
RGB
CMYK
RGB Variations
Color information
#B51759 (or 0xB51759) is known color: Jazzberry Jam. HEX triplet: B5, 17 and 59. RGB value is (181,23,89). Sum of RGB (Red+Green+Blue) = 181+23+89=293 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.77% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 89 (35.16% from 255 or 30.38% from 293); Max value from RGB is 181 - color contains mainly: red. Hex color #B51759 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B51759 is #4AE8A6. Grayscale: #4D4D4D. Windows color (decimal): -4909223 or 5838773. OLE color: 5838773.
HSL color Cylindrical-coordinate representation of color #B51759: hue angle of 334.94º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B51759 is Cyan = 0, Magento = 0.87, Yellow = 0.51 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 89 | - |
| CMYK | 0 | 0.87 | 0.51 | 0.29 |
| HSL | 334.94º | 0.77% | 0.4% | - |
| HSV(B) | 334.94º | 0.87% | 0.71% | - |
| XYZ | 21.17 | 11.16 | 10.49 | - |
| YUV | 77.77 | 134.35 | 201.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 89 | 0 | 0.87 | 0.51 | 0.29 | 334.94 | 0.77 | 0.4 |
| Hex | B5 | 17 | 59 | 0 | 57 | 33 | 1D | 14F | 4D | 28 |
| Octal | 265 | 27 | 131 | 0 | 127 | 63 | 35 | 517 | 115 | 50 |
| Binary | 10110101 | 10111 | 1011001 | 0 | 1010111 | 110011 | 11101 | 101001111 | 1001101 | 101000 |
Color Harmonies of #B51759
Complementary color
Monochromatic Colors of #B51759
Black with #B51759
Text Example
Text Example
White with #B51759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B51759; }
p { color: rgb(181,23,89); }
H1.HeaderClassName
{
color: #B51759;
}
.AnyTagClassName
{
color: #B51759;
}
</style>
background-color css
<style>
a { background-color: #B51759; }
a { background-color: rgb(181,23,89); }
div.DivClassName
{
background-color: #B51759;
}
.BgClassName
{
background-color: #B51759;
}
</style>
border-color css
<style>
span { border-color: #B51759; }
span { border-color: rgb(181,23,89); }
td.TdClassName
{
border-color: #B51759;
}
.TagClassName
{
border-color: #B51759;
}
</style>