Shades of Jazzberry Jam #9D064D
Tints of Jazzberry Jam #9D064D
RGB
CMYK
RGB Variations
Color information
#9D064D (or 0x9D064D) is known color: Jazzberry Jam. HEX triplet: 9D, 06 and 4D. RGB value is (157,6,77). Sum of RGB (Red+Green+Blue) = 157+6+77=240 (31% of max value = 765). Red value is 157 (61.72% from 255 or 65.42% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 157 - color contains mainly: red. Hex color #9D064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D064D is #62F9B2. Grayscale: #3B3B3B. Windows color (decimal): -6486451 or 5047965. OLE color: 5047965.
HSL color Cylindrical-coordinate representation of color #9D064D: hue angle of 331.79º 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 #9D064D is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 6 | 77 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.38 |
| HSL | 331.79º | 0.93% | 0.32% | - |
| HSV(B) | 331.79º | 0.96% | 0.62% | - |
| XYZ | 15.31 | 7.83 | 7.73 | - |
| YUV | 59.24 | 138.03 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 6 | 77 | 0 | 0.96 | 0.51 | 0.38 | 331.79 | 0.93 | 0.32 |
| Hex | 9D | 6 | 4D | 0 | 60 | 33 | 26 | 14C | 5D | 20 |
| Octal | 235 | 6 | 115 | 0 | 140 | 63 | 46 | 514 | 135 | 40 |
| Binary | 10011101 | 110 | 1001101 | 0 | 1100000 | 110011 | 100110 | 101001100 | 1011101 | 100000 |
Color Harmonies of #9D064D
Complementary color
Monochromatic Colors of #9D064D
Black with #9D064D
Text Example
Text Example
White with #9D064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D064D; }
p { color: rgb(157,6,77); }
H1.HeaderClassName
{
color: #9D064D;
}
.AnyTagClassName
{
color: #9D064D;
}
</style>
background-color css
<style>
a { background-color: #9D064D; }
a { background-color: rgb(157,6,77); }
div.DivClassName
{
background-color: #9D064D;
}
.BgClassName
{
background-color: #9D064D;
}
</style>
border-color css
<style>
span { border-color: #9D064D; }
span { border-color: rgb(157,6,77); }
td.TdClassName
{
border-color: #9D064D;
}
.TagClassName
{
border-color: #9D064D;
}
</style>