Shades of Jazzberry Jam #9D1550
Tints of Jazzberry Jam #9D1550
RGB
CMYK
RGB Variations
Color information
#9D1550 (or 0x9D1550) is known color: Jazzberry Jam. HEX triplet: 9D, 15 and 50. RGB value is (157,21,80). Sum of RGB (Red+Green+Blue) = 157+21+80=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1550 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1550 is #62EAAF. Grayscale: #444444. Windows color (decimal): -6482608 or 5248413. OLE color: 5248413.
HSL color Cylindrical-coordinate representation of color #9D1550: hue angle of 333.97º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1550 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 21 | 80 | - |
| CMYK | 0 | 0.87 | 0.49 | 0.38 |
| HSL | 333.97º | 0.76% | 0.35% | - |
| HSV(B) | 333.97º | 0.87% | 0.62% | - |
| XYZ | 15.62 | 8.28 | 8.37 | - |
| YUV | 68.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 21 | 80 | 0 | 0.87 | 0.49 | 0.38 | 333.97 | 0.76 | 0.35 |
| Hex | 9D | 15 | 50 | 0 | 57 | 31 | 26 | 14E | 4C | 23 |
| Octal | 235 | 25 | 120 | 0 | 127 | 61 | 46 | 516 | 114 | 43 |
| Binary | 10011101 | 10101 | 1010000 | 0 | 1010111 | 110001 | 100110 | 101001110 | 1001100 | 100011 |
Color Harmonies of #9D1550
Complementary color
Monochromatic Colors of #9D1550
Black with #9D1550
Text Example
Text Example
White with #9D1550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1550; }
p { color: rgb(157,21,80); }
H1.HeaderClassName
{
color: #9D1550;
}
.AnyTagClassName
{
color: #9D1550;
}
</style>
background-color css
<style>
a { background-color: #9D1550; }
a { background-color: rgb(157,21,80); }
div.DivClassName
{
background-color: #9D1550;
}
.BgClassName
{
background-color: #9D1550;
}
</style>
border-color css
<style>
span { border-color: #9D1550; }
span { border-color: rgb(157,21,80); }
td.TdClassName
{
border-color: #9D1550;
}
.TagClassName
{
border-color: #9D1550;
}
</style>