Shades of Jazzberry Jam #971149
Tints of Jazzberry Jam #971149
RGB
CMYK
RGB Variations
Color information
#971149 (or 0x971149) is known color: Jazzberry Jam. HEX triplet: 97, 11 and 49. RGB value is (151,17,73). Sum of RGB (Red+Green+Blue) = 151+17+73=241 (31% of max value = 765). Red value is 151 (59.38% from 255 or 62.66% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 73 (28.91% from 255 or 30.29% from 241); Max value from RGB is 151 - color contains mainly: red. Hex color #971149 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971149 is #68EEB6. Grayscale: #3F3F3F. Windows color (decimal): -6876855 or 4788631. OLE color: 4788631.
HSL color Cylindrical-coordinate representation of color #971149: hue angle of 334.93º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971149 is Cyan = 0, Magento = 0.89, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 17 | 73 | - |
| CMYK | 0 | 0.89 | 0.52 | 0.41 |
| HSL | 334.93º | 0.8% | 0.33% | - |
| HSV(B) | 334.93º | 0.89% | 0.59% | - |
| XYZ | 14.17 | 7.46 | 7 | - |
| YUV | 63.45 | 133.39 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 17 | 73 | 0 | 0.89 | 0.52 | 0.41 | 334.93 | 0.8 | 0.33 |
| Hex | 97 | 11 | 49 | 0 | 59 | 34 | 29 | 14F | 50 | 21 |
| Octal | 227 | 21 | 111 | 0 | 131 | 64 | 51 | 517 | 120 | 41 |
| Binary | 10010111 | 10001 | 1001001 | 0 | 1011001 | 110100 | 101001 | 101001111 | 1010000 | 100001 |
Color Harmonies of #971149
Complementary color
Monochromatic Colors of #971149
Black with #971149
Text Example
Text Example
White with #971149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #971149; }
p { color: rgb(151,17,73); }
H1.HeaderClassName
{
color: #971149;
}
.AnyTagClassName
{
color: #971149;
}
</style>
background-color css
<style>
a { background-color: #971149; }
a { background-color: rgb(151,17,73); }
div.DivClassName
{
background-color: #971149;
}
.BgClassName
{
background-color: #971149;
}
</style>
border-color css
<style>
span { border-color: #971149; }
span { border-color: rgb(151,17,73); }
td.TdClassName
{
border-color: #971149;
}
.TagClassName
{
border-color: #971149;
}
</style>