Shades of Jazzberry Jam #9F064A
Tints of Jazzberry Jam #9F064A
RGB
CMYK
RGB Variations
Color information
#9F064A (or 0x9F064A) is known color: Jazzberry Jam. HEX triplet: 9F, 06 and 4A. RGB value is (159,6,74). Sum of RGB (Red+Green+Blue) = 159+6+74=239 (31% of max value = 765). Red value is 159 (62.5% from 255 or 66.53% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 159 - color contains mainly: red. Hex color #9F064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F064A is #60F9B5. Grayscale: #3B3B3B. Windows color (decimal): -6355382 or 4851359. OLE color: 4851359.
HSL color Cylindrical-coordinate representation of color #9F064A: hue angle of 333.33º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F064A is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 6 | 74 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.38 |
| HSL | 333.33º | 0.93% | 0.32% | - |
| HSV(B) | 333.33º | 0.96% | 0.62% | - |
| XYZ | 15.6 | 8 | 7.2 | - |
| YUV | 59.5 | 136.19 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 74 | 0 | 0.96 | 0.53 | 0.38 | 333.33 | 0.93 | 0.32 |
| Hex | 9F | 6 | 4A | 0 | 60 | 35 | 26 | 14D | 5D | 20 |
| Octal | 237 | 6 | 112 | 0 | 140 | 65 | 46 | 515 | 135 | 40 |
| Binary | 10011111 | 110 | 1001010 | 0 | 1100000 | 110101 | 100110 | 101001101 | 1011101 | 100000 |
Color Harmonies of #9F064A
Complementary color
Monochromatic Colors of #9F064A
Black with #9F064A
Text Example
Text Example
White with #9F064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F064A; }
p { color: rgb(159,6,74); }
H1.HeaderClassName
{
color: #9F064A;
}
.AnyTagClassName
{
color: #9F064A;
}
</style>
background-color css
<style>
a { background-color: #9F064A; }
a { background-color: rgb(159,6,74); }
div.DivClassName
{
background-color: #9F064A;
}
.BgClassName
{
background-color: #9F064A;
}
</style>
border-color css
<style>
span { border-color: #9F064A; }
span { border-color: rgb(159,6,74); }
td.TdClassName
{
border-color: #9F064A;
}
.TagClassName
{
border-color: #9F064A;
}
</style>