Shades of Jazzberry Jam #8D0C47
Tints of Jazzberry Jam #8D0C47
RGB
CMYK
RGB Variations
Color information
#8D0C47 (or 0x8D0C47) is known color: Jazzberry Jam. HEX triplet: 8D, 0C and 47. RGB value is (141,12,71). Sum of RGB (Red+Green+Blue) = 141+12+71=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 71 (28.12% from 255 or 31.70% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0C47 is #72F3B8. Grayscale: #393939. Windows color (decimal): -7533497 or 4656269. OLE color: 4656269.
HSL color Cylindrical-coordinate representation of color #8D0C47: hue angle of 332.56º 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 #8D0C47 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 12 | 71 | - |
| CMYK | 0 | 0.91 | 0.50 | 0.45 |
| HSL | 332.56º | 0.84% | 0.3% | - |
| HSV(B) | 332.56º | 0.91% | 0.55% | - |
| XYZ | 12.25 | 6.38 | 6.55 | - |
| YUV | 57.3 | 135.74 | 187.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 12 | 71 | 0 | 0.91 | 0.50 | 0.45 | 332.56 | 0.84 | 0.3 |
| Hex | 8D | C | 47 | 0 | 5B | 32 | 2D | 14D | 54 | 1E |
| Octal | 215 | 14 | 107 | 0 | 133 | 62 | 55 | 515 | 124 | 36 |
| Binary | 10001101 | 1100 | 1000111 | 0 | 1011011 | 110010 | 101101 | 101001101 | 1010100 | 11110 |
Color Harmonies of #8D0C47
Complementary color
Monochromatic Colors of #8D0C47
Black with #8D0C47
Text Example
Text Example
White with #8D0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0C47; }
p { color: rgb(141,12,71); }
H1.HeaderClassName
{
color: #8D0C47;
}
.AnyTagClassName
{
color: #8D0C47;
}
</style>
background-color css
<style>
a { background-color: #8D0C47; }
a { background-color: rgb(141,12,71); }
div.DivClassName
{
background-color: #8D0C47;
}
.BgClassName
{
background-color: #8D0C47;
}
</style>
border-color css
<style>
span { border-color: #8D0C47; }
span { border-color: rgb(141,12,71); }
td.TdClassName
{
border-color: #8D0C47;
}
.TagClassName
{
border-color: #8D0C47;
}
</style>