Shades of Jazzberry Jam #8C1456
Tints of Jazzberry Jam #8C1456
RGB
CMYK
RGB Variations
Color information
#8C1456 (or 0x8C1456) is known color: Jazzberry Jam. HEX triplet: 8C, 14 and 56. RGB value is (140,20,86). Sum of RGB (Red+Green+Blue) = 140+20+86=246 (32% of max value = 765). Red value is 140 (55.08% from 255 or 56.91% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 86 (33.98% from 255 or 34.96% from 246); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1456 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1456 is #73EBA9. Grayscale: #3F3F3F. Windows color (decimal): -7596970 or 5641356. OLE color: 5641356.
HSL color Cylindrical-coordinate representation of color #8C1456: hue angle of 327º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C1456 is Cyan = 0, Magento = 0.86, Yellow = 0.39 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 20 | 86 | - |
| CMYK | 0 | 0.86 | 0.39 | 0.45 |
| HSL | 327º | 0.75% | 0.31% | - |
| HSV(B) | 327º | 0.86% | 0.55% | - |
| XYZ | 12.75 | 6.75 | 9.43 | - |
| YUV | 63.4 | 140.76 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 20 | 86 | 0 | 0.86 | 0.39 | 0.45 | 327 | 0.75 | 0.31 |
| Hex | 8C | 14 | 56 | 0 | 56 | 27 | 2D | 147 | 4B | 1F |
| Octal | 214 | 24 | 126 | 0 | 126 | 47 | 55 | 507 | 113 | 37 |
| Binary | 10001100 | 10100 | 1010110 | 0 | 1010110 | 100111 | 101101 | 101000111 | 1001011 | 11111 |
Color Harmonies of #8C1456
Complementary color
Monochromatic Colors of #8C1456
Black with #8C1456
Text Example
Text Example
White with #8C1456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1456; }
p { color: rgb(140,20,86); }
H1.HeaderClassName
{
color: #8C1456;
}
.AnyTagClassName
{
color: #8C1456;
}
</style>
background-color css
<style>
a { background-color: #8C1456; }
a { background-color: rgb(140,20,86); }
div.DivClassName
{
background-color: #8C1456;
}
.BgClassName
{
background-color: #8C1456;
}
</style>
border-color css
<style>
span { border-color: #8C1456; }
span { border-color: rgb(140,20,86); }
td.TdClassName
{
border-color: #8C1456;
}
.TagClassName
{
border-color: #8C1456;
}
</style>