Shades of Jazzberry Jam #9D073C
Tints of Jazzberry Jam #9D073C
RGB
CMYK
RGB Variations
Color information
#9D073C (or 0x9D073C) is known color: Jazzberry Jam. HEX triplet: 9D, 07 and 3C. RGB value is (157,7,60). Sum of RGB (Red+Green+Blue) = 157+7+60=224 (29% of max value = 765). Red value is 157 (61.72% from 255 or 70.09% from 224); Green value is 7 (3.12% from 255 or 3.12% from 224); Blue value is 60 (23.83% from 255 or 26.79% from 224); Max value from RGB is 157 - color contains mainly: red. Hex color #9D073C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D073C is #62F8C3. Grayscale: #393939. Windows color (decimal): -6486212 or 3934109. OLE color: 3934109.
HSL color Cylindrical-coordinate representation of color #9D073C: hue angle of 338.8º 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 #9D073C is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 7 | 60 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.38 |
| HSL | 338.8º | 0.91% | 0.32% | - |
| HSV(B) | 338.8º | 0.96% | 0.62% | - |
| XYZ | 14.8 | 7.65 | 4.97 | - |
| YUV | 57.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 7 | 60 | 0 | 0.96 | 0.62 | 0.38 | 338.8 | 0.91 | 0.32 |
| Hex | 9D | 7 | 3C | 0 | 60 | 3E | 26 | 153 | 5B | 20 |
| Octal | 235 | 7 | 74 | 0 | 140 | 76 | 46 | 523 | 133 | 40 |
| Binary | 10011101 | 111 | 111100 | 0 | 1100000 | 111110 | 100110 | 101010011 | 1011011 | 100000 |
Color Harmonies of #9D073C
Complementary color
Monochromatic Colors of #9D073C
Black with #9D073C
Text Example
Text Example
White with #9D073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D073C; }
p { color: rgb(157,7,60); }
H1.HeaderClassName
{
color: #9D073C;
}
.AnyTagClassName
{
color: #9D073C;
}
</style>
background-color css
<style>
a { background-color: #9D073C; }
a { background-color: rgb(157,7,60); }
div.DivClassName
{
background-color: #9D073C;
}
.BgClassName
{
background-color: #9D073C;
}
</style>
border-color css
<style>
span { border-color: #9D073C; }
span { border-color: rgb(157,7,60); }
td.TdClassName
{
border-color: #9D073C;
}
.TagClassName
{
border-color: #9D073C;
}
</style>