Shades of Jazzberry Jam #9A1049
Tints of Jazzberry Jam #9A1049
RGB
CMYK
RGB Variations
Color information
#9A1049 (or 0x9A1049) is known color: Jazzberry Jam. HEX triplet: 9A, 10 and 49. RGB value is (154,16,73). Sum of RGB (Red+Green+Blue) = 154+16+73=243 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.37% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A1049 is #65EFB6. Grayscale: #3F3F3F. Windows color (decimal): -6680503 or 4788378. OLE color: 4788378.
HSL color Cylindrical-coordinate representation of color #9A1049: hue angle of 335.22º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A1049 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 16 | 73 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.40 |
| HSL | 335.22º | 0.81% | 0.33% | - |
| HSV(B) | 335.22º | 0.9% | 0.6% | - |
| XYZ | 14.71 | 7.72 | 7.02 | - |
| YUV | 63.76 | 133.22 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 16 | 73 | 0 | 0.90 | 0.53 | 0.40 | 335.22 | 0.81 | 0.33 |
| Hex | 9A | 10 | 49 | 0 | 5A | 35 | 28 | 14F | 51 | 21 |
| Octal | 232 | 20 | 111 | 0 | 132 | 65 | 50 | 517 | 121 | 41 |
| Binary | 10011010 | 10000 | 1001001 | 0 | 1011010 | 110101 | 101000 | 101001111 | 1010001 | 100001 |
Color Harmonies of #9A1049
Complementary color
Monochromatic Colors of #9A1049
Black with #9A1049
Text Example
Text Example
White with #9A1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1049; }
p { color: rgb(154,16,73); }
H1.HeaderClassName
{
color: #9A1049;
}
.AnyTagClassName
{
color: #9A1049;
}
</style>
background-color css
<style>
a { background-color: #9A1049; }
a { background-color: rgb(154,16,73); }
div.DivClassName
{
background-color: #9A1049;
}
.BgClassName
{
background-color: #9A1049;
}
</style>
border-color css
<style>
span { border-color: #9A1049; }
span { border-color: rgb(154,16,73); }
td.TdClassName
{
border-color: #9A1049;
}
.TagClassName
{
border-color: #9A1049;
}
</style>