Shades of Jazzberry Jam #B50955
Tints of Jazzberry Jam #B50955
RGB
CMYK
RGB Variations
Color information
#B50955 (or 0xB50955) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 55. RGB value is (181,9,85). Sum of RGB (Red+Green+Blue) = 181+9+85=275 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.82% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 181 - color contains mainly: red. Hex color #B50955 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50955 is #4AF6AA. Grayscale: #444444. Windows color (decimal): -4912811 or 5573045. OLE color: 5573045.
HSL color Cylindrical-coordinate representation of color #B50955: hue angle of 333.49º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B50955 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 9 | 85 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.29 |
| HSL | 333.49º | 0.91% | 0.37% | - |
| HSV(B) | 333.49º | 0.95% | 0.71% | - |
| XYZ | 20.79 | 10.68 | 9.56 | - |
| YUV | 69.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 9 | 85 | 0 | 0.95 | 0.53 | 0.29 | 333.49 | 0.91 | 0.37 |
| Hex | B5 | 9 | 55 | 0 | 5F | 35 | 1D | 14D | 5B | 25 |
| Octal | 265 | 11 | 125 | 0 | 137 | 65 | 35 | 515 | 133 | 45 |
| Binary | 10110101 | 1001 | 1010101 | 0 | 1011111 | 110101 | 11101 | 101001101 | 1011011 | 100101 |
Color Harmonies of #B50955
Complementary color
Monochromatic Colors of #B50955
Black with #B50955
Text Example
Text Example
White with #B50955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50955; }
p { color: rgb(181,9,85); }
H1.HeaderClassName
{
color: #B50955;
}
.AnyTagClassName
{
color: #B50955;
}
</style>
background-color css
<style>
a { background-color: #B50955; }
a { background-color: rgb(181,9,85); }
div.DivClassName
{
background-color: #B50955;
}
.BgClassName
{
background-color: #B50955;
}
</style>
border-color css
<style>
span { border-color: #B50955; }
span { border-color: rgb(181,9,85); }
td.TdClassName
{
border-color: #B50955;
}
.TagClassName
{
border-color: #B50955;
}
</style>