Shades of Jazzberry Jam #8C0C47
Tints of Jazzberry Jam #8C0C47
RGB
CMYK
RGB Variations
Color information
#8C0C47 (or 0x8C0C47) is known color: Jazzberry Jam. HEX triplet: 8C, 0C and 47. RGB value is (140,12,71). Sum of RGB (Red+Green+Blue) = 140+12+71=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C47 is #73F3B8. Grayscale: #383838. Windows color (decimal): -7599033 or 4656268. OLE color: 4656268.
HSL color Cylindrical-coordinate representation of color #8C0C47: hue angle of 332.34º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C47 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 12 | 71 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.45 |
| HSL | 332.34º | 0.84% | 0.3% | - |
| HSV(B) | 332.34º | 0.91% | 0.55% | - |
| XYZ | 12.08 | 6.29 | 6.54 | - |
| YUV | 57 | 135.91 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 12 | 71 | 0 | 0.91 | 0.49 | 0.45 | 332.34 | 0.84 | 0.3 |
| Hex | 8C | C | 47 | 0 | 5B | 31 | 2D | 14C | 54 | 1E |
| Octal | 214 | 14 | 107 | 0 | 133 | 61 | 55 | 514 | 124 | 36 |
| Binary | 10001100 | 1100 | 1000111 | 0 | 1011011 | 110001 | 101101 | 101001100 | 1010100 | 11110 |
Color Harmonies of #8C0C47
Complementary color
Monochromatic Colors of #8C0C47
Black with #8C0C47
Text Example
Text Example
White with #8C0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0C47; }
p { color: rgb(140,12,71); }
H1.HeaderClassName
{
color: #8C0C47;
}
.AnyTagClassName
{
color: #8C0C47;
}
</style>
background-color css
<style>
a { background-color: #8C0C47; }
a { background-color: rgb(140,12,71); }
div.DivClassName
{
background-color: #8C0C47;
}
.BgClassName
{
background-color: #8C0C47;
}
</style>
border-color css
<style>
span { border-color: #8C0C47; }
span { border-color: rgb(140,12,71); }
td.TdClassName
{
border-color: #8C0C47;
}
.TagClassName
{
border-color: #8C0C47;
}
</style>