Shades of Jazzberry Jam #9D0949
Tints of Jazzberry Jam #9D0949
RGB
CMYK
RGB Variations
Color information
#9D0949 (or 0x9D0949) is known color: Jazzberry Jam. HEX triplet: 9D, 09 and 49. RGB value is (157,9,73). Sum of RGB (Red+Green+Blue) = 157+9+73=239 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.69% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0949 is #62F6B6. Grayscale: #3C3C3C. Windows color (decimal): -6485687 or 4786589. OLE color: 4786589.
HSL color Cylindrical-coordinate representation of color #9D0949: hue angle of 334.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9D0949 is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 9 | 73 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.38 |
| HSL | 334.05º | 0.89% | 0.33% | - |
| HSV(B) | 334.05º | 0.94% | 0.62% | - |
| XYZ | 15.2 | 7.84 | 7.02 | - |
| YUV | 60.55 | 135.03 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 9 | 73 | 0 | 0.94 | 0.54 | 0.38 | 334.05 | 0.89 | 0.33 |
| Hex | 9D | 9 | 49 | 0 | 5E | 36 | 26 | 14E | 59 | 21 |
| Octal | 235 | 11 | 111 | 0 | 136 | 66 | 46 | 516 | 131 | 41 |
| Binary | 10011101 | 1001 | 1001001 | 0 | 1011110 | 110110 | 100110 | 101001110 | 1011001 | 100001 |
Color Harmonies of #9D0949
Complementary color
Monochromatic Colors of #9D0949
Black with #9D0949
Text Example
Text Example
White with #9D0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0949; }
p { color: rgb(157,9,73); }
H1.HeaderClassName
{
color: #9D0949;
}
.AnyTagClassName
{
color: #9D0949;
}
</style>
background-color css
<style>
a { background-color: #9D0949; }
a { background-color: rgb(157,9,73); }
div.DivClassName
{
background-color: #9D0949;
}
.BgClassName
{
background-color: #9D0949;
}
</style>
border-color css
<style>
span { border-color: #9D0949; }
span { border-color: rgb(157,9,73); }
td.TdClassName
{
border-color: #9D0949;
}
.TagClassName
{
border-color: #9D0949;
}
</style>