Shades of Jazzberry Jam #9C134C
Tints of Jazzberry Jam #9C134C
RGB
CMYK
RGB Variations
Color information
#9C134C (or 0x9C134C) is known color: Jazzberry Jam. HEX triplet: 9C, 13 and 4C. RGB value is (156,19,76). Sum of RGB (Red+Green+Blue) = 156+19+76=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C134C is #63ECB3. Grayscale: #424242. Windows color (decimal): -6548660 or 4985756. OLE color: 4985756.
HSL color Cylindrical-coordinate representation of color #9C134C: hue angle of 335.04º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9C134C is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 19 | 76 | - |
| CMYK | 0 | 0.88 | 0.51 | 0.39 |
| HSL | 335.04º | 0.78% | 0.34% | - |
| HSV(B) | 335.04º | 0.88% | 0.61% | - |
| XYZ | 15.25 | 8.06 | 7.59 | - |
| YUV | 66.46 | 133.39 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 19 | 76 | 0 | 0.88 | 0.51 | 0.39 | 335.04 | 0.78 | 0.34 |
| Hex | 9C | 13 | 4C | 0 | 58 | 33 | 27 | 14F | 4E | 22 |
| Octal | 234 | 23 | 114 | 0 | 130 | 63 | 47 | 517 | 116 | 42 |
| Binary | 10011100 | 10011 | 1001100 | 0 | 1011000 | 110011 | 100111 | 101001111 | 1001110 | 100010 |
Color Harmonies of #9C134C
Complementary color
Monochromatic Colors of #9C134C
Black with #9C134C
Text Example
Text Example
White with #9C134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C134C; }
p { color: rgb(156,19,76); }
H1.HeaderClassName
{
color: #9C134C;
}
.AnyTagClassName
{
color: #9C134C;
}
</style>
background-color css
<style>
a { background-color: #9C134C; }
a { background-color: rgb(156,19,76); }
div.DivClassName
{
background-color: #9C134C;
}
.BgClassName
{
background-color: #9C134C;
}
</style>
border-color css
<style>
span { border-color: #9C134C; }
span { border-color: rgb(156,19,76); }
td.TdClassName
{
border-color: #9C134C;
}
.TagClassName
{
border-color: #9C134C;
}
</style>