Shades of Jazzberry Jam #9D073E
Tints of Jazzberry Jam #9D073E
RGB
CMYK
RGB Variations
Color information
#9D073E (or 0x9D073E) is known color: Jazzberry Jam. HEX triplet: 9D, 07 and 3E. RGB value is (157,7,62). Sum of RGB (Red+Green+Blue) = 157+7+62=226 (29% of max value = 765). Red value is 157 (61.72% from 255 or 69.47% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 157 - color contains mainly: red. Hex color #9D073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D073E is #62F8C1. Grayscale: #3A3A3A. Windows color (decimal): -6486210 or 4065181. OLE color: 4065181.
HSL color Cylindrical-coordinate representation of color #9D073E: hue angle of 338º degrees, saturation: 0.91, 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 #9D073E is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 62 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.38 |
| HSL | 338º | 0.91% | 0.32% | - |
| HSV(B) | 338º | 0.96% | 0.62% | - |
| XYZ | 14.85 | 7.67 | 5.25 | - |
| YUV | 58.12 | 130.2 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 62 | 0 | 0.96 | 0.61 | 0.38 | 338 | 0.91 | 0.32 |
| Hex | 9D | 7 | 3E | 0 | 60 | 3D | 26 | 152 | 5B | 20 |
| Octal | 235 | 7 | 76 | 0 | 140 | 75 | 46 | 522 | 133 | 40 |
| Binary | 10011101 | 111 | 111110 | 0 | 1100000 | 111101 | 100110 | 101010010 | 1011011 | 100000 |
Color Harmonies of #9D073E
Complementary color
Monochromatic Colors of #9D073E
Black with #9D073E
Text Example
Text Example
White with #9D073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D073E; }
p { color: rgb(157,7,62); }
H1.HeaderClassName
{
color: #9D073E;
}
.AnyTagClassName
{
color: #9D073E;
}
</style>
background-color css
<style>
a { background-color: #9D073E; }
a { background-color: rgb(157,7,62); }
div.DivClassName
{
background-color: #9D073E;
}
.BgClassName
{
background-color: #9D073E;
}
</style>
border-color css
<style>
span { border-color: #9D073E; }
span { border-color: rgb(157,7,62); }
td.TdClassName
{
border-color: #9D073E;
}
.TagClassName
{
border-color: #9D073E;
}
</style>