Shades of Jazzberry Jam #B91250
Tints of Jazzberry Jam #B91250
RGB
CMYK
RGB Variations
Color information
#B91250 (or 0xB91250) is known color: Jazzberry Jam. HEX triplet: B9, 12 and 50. RGB value is (185,18,80). Sum of RGB (Red+Green+Blue) = 185+18+80=283 (37% of max value = 765). Red value is 185 (72.66% from 255 or 65.37% from 283); Green value is 18 (7.42% from 255 or 6.36% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 185 - color contains mainly: red. Hex color #B91250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91250 is #46EDAF. Grayscale: #4A4A4A. Windows color (decimal): -4648368 or 5247673. OLE color: 5247673.
HSL color Cylindrical-coordinate representation of color #B91250: hue angle of 337.72º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91250 is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 18 | 80 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.27 |
| HSL | 337.72º | 0.82% | 0.4% | - |
| HSV(B) | 337.72º | 0.9% | 0.73% | - |
| XYZ | 21.67 | 11.33 | 8.63 | - |
| YUV | 75 | 130.83 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 80 | 0 | 0.90 | 0.57 | 0.27 | 337.72 | 0.82 | 0.4 |
| Hex | B9 | 12 | 50 | 0 | 5A | 39 | 1B | 152 | 52 | 28 |
| Octal | 271 | 22 | 120 | 0 | 132 | 71 | 33 | 522 | 122 | 50 |
| Binary | 10111001 | 10010 | 1010000 | 0 | 1011010 | 111001 | 11011 | 101010010 | 1010010 | 101000 |
Color Harmonies of #B91250
Complementary color
Monochromatic Colors of #B91250
Black with #B91250
Text Example
Text Example
White with #B91250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91250; }
p { color: rgb(185,18,80); }
H1.HeaderClassName
{
color: #B91250;
}
.AnyTagClassName
{
color: #B91250;
}
</style>
background-color css
<style>
a { background-color: #B91250; }
a { background-color: rgb(185,18,80); }
div.DivClassName
{
background-color: #B91250;
}
.BgClassName
{
background-color: #B91250;
}
</style>
border-color css
<style>
span { border-color: #B91250; }
span { border-color: rgb(185,18,80); }
td.TdClassName
{
border-color: #B91250;
}
.TagClassName
{
border-color: #B91250;
}
</style>