Shades of Jazzberry Jam #9D0F40
Tints of Jazzberry Jam #9D0F40
RGB
CMYK
RGB Variations
Color information
#9D0F40 (or 0x9D0F40) is known color: Jazzberry Jam. HEX triplet: 9D, 0F and 40. RGB value is (157,15,64). Sum of RGB (Red+Green+Blue) = 157+15+64=236 (31% of max value = 765). Red value is 157 (61.72% from 255 or 66.53% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0F40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D0F40 is #62F0BF. Grayscale: #3E3E3E. Windows color (decimal): -6484160 or 4198301. OLE color: 4198301.
HSL color Cylindrical-coordinate representation of color #9D0F40: hue angle of 339.3º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D0F40 is Cyan = 0, Magento = 0.90, Yellow = 0.59 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 15 | 64 | - |
| CMYK | 0 | 0.90 | 0.59 | 0.38 |
| HSL | 339.3º | 0.83% | 0.34% | - |
| HSV(B) | 339.3º | 0.9% | 0.62% | - |
| XYZ | 15 | 7.88 | 5.58 | - |
| YUV | 63.04 | 128.54 | 195.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 15 | 64 | 0 | 0.90 | 0.59 | 0.38 | 339.3 | 0.83 | 0.34 |
| Hex | 9D | F | 40 | 0 | 5A | 3B | 26 | 153 | 53 | 22 |
| Octal | 235 | 17 | 100 | 0 | 132 | 73 | 46 | 523 | 123 | 42 |
| Binary | 10011101 | 1111 | 1000000 | 0 | 1011010 | 111011 | 100110 | 101010011 | 1010011 | 100010 |
Color Harmonies of #9D0F40
Complementary color
Monochromatic Colors of #9D0F40
Black with #9D0F40
Text Example
Text Example
White with #9D0F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D0F40; }
p { color: rgb(157,15,64); }
H1.HeaderClassName
{
color: #9D0F40;
}
.AnyTagClassName
{
color: #9D0F40;
}
</style>
background-color css
<style>
a { background-color: #9D0F40; }
a { background-color: rgb(157,15,64); }
div.DivClassName
{
background-color: #9D0F40;
}
.BgClassName
{
background-color: #9D0F40;
}
</style>
border-color css
<style>
span { border-color: #9D0F40; }
span { border-color: rgb(157,15,64); }
td.TdClassName
{
border-color: #9D0F40;
}
.TagClassName
{
border-color: #9D0F40;
}
</style>