Shades of Jazzberry Jam #9C1049
Tints of Jazzberry Jam #9C1049
RGB
CMYK
RGB Variations
Color information
#9C1049 (or 0x9C1049) is known color: Jazzberry Jam. HEX triplet: 9C, 10 and 49. RGB value is (156,16,73). Sum of RGB (Red+Green+Blue) = 156+16+73=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 73 (28.91% from 255 or 29.80% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1049 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C1049 is #63EFB6. Grayscale: #404040. Windows color (decimal): -6549431 or 4788380. OLE color: 4788380.
HSL color Cylindrical-coordinate representation of color #9C1049: hue angle of 335.57º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C1049 is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 16 | 73 | - |
| CMYK | 0 | 0.90 | 0.53 | 0.39 |
| HSL | 335.57º | 0.81% | 0.34% | - |
| HSV(B) | 335.57º | 0.9% | 0.61% | - |
| XYZ | 15.1 | 7.92 | 7.04 | - |
| YUV | 64.36 | 132.88 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 16 | 73 | 0 | 0.90 | 0.53 | 0.39 | 335.57 | 0.81 | 0.34 |
| Hex | 9C | 10 | 49 | 0 | 5A | 35 | 27 | 150 | 51 | 22 |
| Octal | 234 | 20 | 111 | 0 | 132 | 65 | 47 | 520 | 121 | 42 |
| Binary | 10011100 | 10000 | 1001001 | 0 | 1011010 | 110101 | 100111 | 101010000 | 1010001 | 100010 |
Color Harmonies of #9C1049
Complementary color
Monochromatic Colors of #9C1049
Black with #9C1049
Text Example
Text Example
White with #9C1049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1049; }
p { color: rgb(156,16,73); }
H1.HeaderClassName
{
color: #9C1049;
}
.AnyTagClassName
{
color: #9C1049;
}
</style>
background-color css
<style>
a { background-color: #9C1049; }
a { background-color: rgb(156,16,73); }
div.DivClassName
{
background-color: #9C1049;
}
.BgClassName
{
background-color: #9C1049;
}
</style>
border-color css
<style>
span { border-color: #9C1049; }
span { border-color: rgb(156,16,73); }
td.TdClassName
{
border-color: #9C1049;
}
.TagClassName
{
border-color: #9C1049;
}
</style>