Shades of Jazzberry Jam #9C0F44
Tints of Jazzberry Jam #9C0F44
RGB
CMYK
RGB Variations
Color information
#9C0F44 (or 0x9C0F44) is known color: Jazzberry Jam. HEX triplet: 9C, 0F and 44. RGB value is (156,15,68). Sum of RGB (Red+Green+Blue) = 156+15+68=239 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.27% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0F44 is #63F0BB. Grayscale: #3F3F3F. Windows color (decimal): -6549692 or 4460444. OLE color: 4460444.
HSL color Cylindrical-coordinate representation of color #9C0F44: hue angle of 337.45º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C0F44 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 15 | 68 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.39 |
| HSL | 337.45º | 0.82% | 0.34% | - |
| HSV(B) | 337.45º | 0.9% | 0.61% | - |
| XYZ | 14.92 | 7.83 | 6.19 | - |
| YUV | 63.2 | 130.71 | 194.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 15 | 68 | 0 | 0.90 | 0.56 | 0.39 | 337.45 | 0.82 | 0.34 |
| Hex | 9C | F | 44 | 0 | 5A | 38 | 27 | 151 | 52 | 22 |
| Octal | 234 | 17 | 104 | 0 | 132 | 70 | 47 | 521 | 122 | 42 |
| Binary | 10011100 | 1111 | 1000100 | 0 | 1011010 | 111000 | 100111 | 101010001 | 1010010 | 100010 |
Color Harmonies of #9C0F44
Complementary color
Monochromatic Colors of #9C0F44
Black with #9C0F44
Text Example
Text Example
White with #9C0F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0F44; }
p { color: rgb(156,15,68); }
H1.HeaderClassName
{
color: #9C0F44;
}
.AnyTagClassName
{
color: #9C0F44;
}
</style>
background-color css
<style>
a { background-color: #9C0F44; }
a { background-color: rgb(156,15,68); }
div.DivClassName
{
background-color: #9C0F44;
}
.BgClassName
{
background-color: #9C0F44;
}
</style>
border-color css
<style>
span { border-color: #9C0F44; }
span { border-color: rgb(156,15,68); }
td.TdClassName
{
border-color: #9C0F44;
}
.TagClassName
{
border-color: #9C0F44;
}
</style>