Shades of Jazzberry Jam #9C0D45
Tints of Jazzberry Jam #9C0D45
RGB
CMYK
RGB Variations
Color information
#9C0D45 (or 0x9C0D45) is known color: Jazzberry Jam. HEX triplet: 9C, 0D and 45. RGB value is (156,13,69). Sum of RGB (Red+Green+Blue) = 156+13+69=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C0D45 is #63F2BA. Grayscale: #3E3E3E. Windows color (decimal): -6550203 or 4525468. OLE color: 4525468.
HSL color Cylindrical-coordinate representation of color #9C0D45: hue angle of 336.5º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9C0D45 is Cyan = 0, Magento = 0.92, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 13 | 69 | - |
| CMYK | 0 | 0.92 | 0.56 | 0.39 |
| HSL | 336.5º | 0.85% | 0.33% | - |
| HSV(B) | 336.5º | 0.92% | 0.61% | - |
| XYZ | 14.93 | 7.79 | 6.35 | - |
| YUV | 62.14 | 131.88 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 13 | 69 | 0 | 0.92 | 0.56 | 0.39 | 336.5 | 0.85 | 0.33 |
| Hex | 9C | D | 45 | 0 | 5C | 38 | 27 | 151 | 55 | 21 |
| Octal | 234 | 15 | 105 | 0 | 134 | 70 | 47 | 521 | 125 | 41 |
| Binary | 10011100 | 1101 | 1000101 | 0 | 1011100 | 111000 | 100111 | 101010001 | 1010101 | 100001 |
Color Harmonies of #9C0D45
Complementary color
Monochromatic Colors of #9C0D45
Black with #9C0D45
Text Example
Text Example
White with #9C0D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C0D45; }
p { color: rgb(156,13,69); }
H1.HeaderClassName
{
color: #9C0D45;
}
.AnyTagClassName
{
color: #9C0D45;
}
</style>
background-color css
<style>
a { background-color: #9C0D45; }
a { background-color: rgb(156,13,69); }
div.DivClassName
{
background-color: #9C0D45;
}
.BgClassName
{
background-color: #9C0D45;
}
</style>
border-color css
<style>
span { border-color: #9C0D45; }
span { border-color: rgb(156,13,69); }
td.TdClassName
{
border-color: #9C0D45;
}
.TagClassName
{
border-color: #9C0D45;
}
</style>