Shades of Jazzberry Jam #B50D4D
Tints of Jazzberry Jam #B50D4D
RGB
CMYK
RGB Variations
Color information
#B50D4D (or 0xB50D4D) is known color: Jazzberry Jam. HEX triplet: B5, 0D and 4D. RGB value is (181,13,77). Sum of RGB (Red+Green+Blue) = 181+13+77=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 77 (30.47% from 255 or 28.41% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50D4D is #4AF2B2. Grayscale: #464646. Windows color (decimal): -4911795 or 5049781. OLE color: 5049781.
HSL color Cylindrical-coordinate representation of color #B50D4D: hue angle of 337.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50D4D is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 13 | 77 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.29 |
| HSL | 337.14º | 0.87% | 0.38% | - |
| HSV(B) | 337.14º | 0.93% | 0.71% | - |
| XYZ | 20.54 | 10.65 | 7.99 | - |
| YUV | 70.53 | 131.66 | 206.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 13 | 77 | 0 | 0.93 | 0.57 | 0.29 | 337.14 | 0.87 | 0.38 |
| Hex | B5 | D | 4D | 0 | 5D | 39 | 1D | 151 | 57 | 26 |
| Octal | 265 | 15 | 115 | 0 | 135 | 71 | 35 | 521 | 127 | 46 |
| Binary | 10110101 | 1101 | 1001101 | 0 | 1011101 | 111001 | 11101 | 101010001 | 1010111 | 100110 |
Color Harmonies of #B50D4D
Complementary color
Monochromatic Colors of #B50D4D
Black with #B50D4D
Text Example
Text Example
White with #B50D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50D4D; }
p { color: rgb(181,13,77); }
H1.HeaderClassName
{
color: #B50D4D;
}
.AnyTagClassName
{
color: #B50D4D;
}
</style>
background-color css
<style>
a { background-color: #B50D4D; }
a { background-color: rgb(181,13,77); }
div.DivClassName
{
background-color: #B50D4D;
}
.BgClassName
{
background-color: #B50D4D;
}
</style>
border-color css
<style>
span { border-color: #B50D4D; }
span { border-color: rgb(181,13,77); }
td.TdClassName
{
border-color: #B50D4D;
}
.TagClassName
{
border-color: #B50D4D;
}
</style>