Shades of Jazzberry Jam #9C144B
Tints of Jazzberry Jam #9C144B
RGB
CMYK
RGB Variations
Color information
#9C144B (or 0x9C144B) is known color: Jazzberry Jam. HEX triplet: 9C, 14 and 4B. RGB value is (156,20,75). Sum of RGB (Red+Green+Blue) = 156+20+75=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 20 (8.20% from 255 or 7.97% from 251); Blue value is 75 (29.69% from 255 or 29.88% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C144B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C144B is #63EBB4. Grayscale: #424242. Windows color (decimal): -6548405 or 4920476. OLE color: 4920476.
HSL color Cylindrical-coordinate representation of color #9C144B: hue angle of 335.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9C144B is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 20 | 75 | - |
| CMYK | 0 | 0.87 | 0.52 | 0.39 |
| HSL | 335.74º | 0.77% | 0.35% | - |
| HSV(B) | 335.74º | 0.87% | 0.61% | - |
| XYZ | 15.23 | 8.08 | 7.41 | - |
| YUV | 66.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 75 | 0 | 0.87 | 0.52 | 0.39 | 335.74 | 0.77 | 0.35 |
| Hex | 9C | 14 | 4B | 0 | 57 | 34 | 27 | 150 | 4D | 23 |
| Octal | 234 | 24 | 113 | 0 | 127 | 64 | 47 | 520 | 115 | 43 |
| Binary | 10011100 | 10100 | 1001011 | 0 | 1010111 | 110100 | 100111 | 101010000 | 1001101 | 100011 |
Color Harmonies of #9C144B
Complementary color
Monochromatic Colors of #9C144B
Black with #9C144B
Text Example
Text Example
White with #9C144B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C144B; }
p { color: rgb(156,20,75); }
H1.HeaderClassName
{
color: #9C144B;
}
.AnyTagClassName
{
color: #9C144B;
}
</style>
background-color css
<style>
a { background-color: #9C144B; }
a { background-color: rgb(156,20,75); }
div.DivClassName
{
background-color: #9C144B;
}
.BgClassName
{
background-color: #9C144B;
}
</style>
border-color css
<style>
span { border-color: #9C144B; }
span { border-color: rgb(156,20,75); }
td.TdClassName
{
border-color: #9C144B;
}
.TagClassName
{
border-color: #9C144B;
}
</style>