Shades of Jazzberry Jam #9C1753
Tints of Jazzberry Jam #9C1753
RGB
CMYK
RGB Variations
Color information
#9C1753 (or 0x9C1753) is known color: Jazzberry Jam. HEX triplet: 9C, 17 and 53. RGB value is (156,23,83). Sum of RGB (Red+Green+Blue) = 156+23+83=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 23 (9.38% from 255 or 8.78% from 262); Blue value is 83 (32.81% from 255 or 31.68% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C1753 is #63E8AC. Grayscale: #454545. Windows color (decimal): -6547629 or 5445532. OLE color: 5445532.
HSL color Cylindrical-coordinate representation of color #9C1753: hue angle of 332.93º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9C1753 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 23 | 83 | - |
| CMYK | 0 | 0.85 | 0.47 | 0.39 |
| HSL | 332.93º | 0.74% | 0.35% | - |
| HSV(B) | 332.93º | 0.85% | 0.61% | - |
| XYZ | 15.58 | 8.31 | 8.97 | - |
| YUV | 69.61 | 135.56 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 23 | 83 | 0 | 0.85 | 0.47 | 0.39 | 332.93 | 0.74 | 0.35 |
| Hex | 9C | 17 | 53 | 0 | 55 | 2F | 27 | 14D | 4A | 23 |
| Octal | 234 | 27 | 123 | 0 | 125 | 57 | 47 | 515 | 112 | 43 |
| Binary | 10011100 | 10111 | 1010011 | 0 | 1010101 | 101111 | 100111 | 101001101 | 1001010 | 100011 |
Color Harmonies of #9C1753
Complementary color
Monochromatic Colors of #9C1753
Black with #9C1753
Text Example
Text Example
White with #9C1753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C1753; }
p { color: rgb(156,23,83); }
H1.HeaderClassName
{
color: #9C1753;
}
.AnyTagClassName
{
color: #9C1753;
}
</style>
background-color css
<style>
a { background-color: #9C1753; }
a { background-color: rgb(156,23,83); }
div.DivClassName
{
background-color: #9C1753;
}
.BgClassName
{
background-color: #9C1753;
}
</style>
border-color css
<style>
span { border-color: #9C1753; }
span { border-color: rgb(156,23,83); }
td.TdClassName
{
border-color: #9C1753;
}
.TagClassName
{
border-color: #9C1753;
}
</style>