Shades of Jazzberry Jam #9C013C
Tints of Jazzberry Jam #9C013C
RGB
CMYK
RGB Variations
Color information
#9C013C (or 0x9C013C) is known color: Jazzberry Jam. HEX triplet: 9C, 01 and 3C. RGB value is (156,1,60). Sum of RGB (Red+Green+Blue) = 156+1+60=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9C013C is #63FEC3. Grayscale: #353535. Windows color (decimal): -6553284 or 3932572. OLE color: 3932572.
HSL color Cylindrical-coordinate representation of color #9C013C: hue angle of 337.16º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C013C is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.39 |
| HSL | 337.16º | 0.99% | 0.31% | - |
| HSV(B) | 337.16º | 0.99% | 0.61% | - |
| XYZ | 14.54 | 7.42 | 4.94 | - |
| YUV | 54.07 | 131.35 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 60 | 0 | 0.99 | 0.62 | 0.39 | 337.16 | 0.99 | 0.31 |
| Hex | 9C | 1 | 3C | 0 | 63 | 3E | 27 | 151 | 63 | 1F |
| Octal | 234 | 1 | 74 | 0 | 143 | 76 | 47 | 521 | 143 | 37 |
| Binary | 10011100 | 1 | 111100 | 0 | 1100011 | 111110 | 100111 | 101010001 | 1100011 | 11111 |
Color Harmonies of #9C013C
Complementary color
Monochromatic Colors of #9C013C
Black with #9C013C
Text Example
Text Example
White with #9C013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C013C; }
p { color: rgb(156,1,60); }
H1.HeaderClassName
{
color: #9C013C;
}
.AnyTagClassName
{
color: #9C013C;
}
</style>
background-color css
<style>
a { background-color: #9C013C; }
a { background-color: rgb(156,1,60); }
div.DivClassName
{
background-color: #9C013C;
}
.BgClassName
{
background-color: #9C013C;
}
</style>
border-color css
<style>
span { border-color: #9C013C; }
span { border-color: rgb(156,1,60); }
td.TdClassName
{
border-color: #9C013C;
}
.TagClassName
{
border-color: #9C013C;
}
</style>