Shades of Jazzberry Jam #9C0849
Tints of Jazzberry Jam #9C0849
RGB
CMYK
RGB Variations
Color information
#9C0849 (or 0x9C0849) is known color: Jazzberry Jam. HEX triplet: 9C, 08 and 49. RGB value is (156,8,73). Sum of RGB (Red+Green+Blue) = 156+8+73=237 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.82% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 73 (28.91% from 255 or 30.80% from 237); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0849 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0849 is #63F7B6. Grayscale: #3B3B3B. Windows color (decimal): -6551479 or 4786332. OLE color: 4786332.
HSL color Cylindrical-coordinate representation of color #9C0849: hue angle of 333.65º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9C0849 is Cyan = 0, Magento = 0.95, Yellow = 0.53 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 8 | 73 | - |
| CMYK | 0 | 0.95 | 0.53 | 0.39 |
| HSL | 333.65º | 0.9% | 0.32% | - |
| HSV(B) | 333.65º | 0.95% | 0.61% | - |
| XYZ | 15 | 7.72 | 7 | - |
| YUV | 59.66 | 135.53 | 196.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 8 | 73 | 0 | 0.95 | 0.53 | 0.39 | 333.65 | 0.9 | 0.32 |
| Hex | 9C | 8 | 49 | 0 | 5F | 35 | 27 | 14E | 5A | 20 |
| Octal | 234 | 10 | 111 | 0 | 137 | 65 | 47 | 516 | 132 | 40 |
| Binary | 10011100 | 1000 | 1001001 | 0 | 1011111 | 110101 | 100111 | 101001110 | 1011010 | 100000 |
Color Harmonies of #9C0849
Complementary color
Monochromatic Colors of #9C0849
Black with #9C0849
Text Example
Text Example
White with #9C0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0849; }
p { color: rgb(156,8,73); }
H1.HeaderClassName
{
color: #9C0849;
}
.AnyTagClassName
{
color: #9C0849;
}
</style>
background-color css
<style>
a { background-color: #9C0849; }
a { background-color: rgb(156,8,73); }
div.DivClassName
{
background-color: #9C0849;
}
.BgClassName
{
background-color: #9C0849;
}
</style>
border-color css
<style>
span { border-color: #9C0849; }
span { border-color: rgb(156,8,73); }
td.TdClassName
{
border-color: #9C0849;
}
.TagClassName
{
border-color: #9C0849;
}
</style>