Shades of Jazzberry Jam #8D0443
Tints of Jazzberry Jam #8D0443
RGB
CMYK
RGB Variations
Color information
#8D0443 (or 0x8D0443) is known color: Jazzberry Jam. HEX triplet: 8D, 04 and 43. RGB value is (141,4,67). Sum of RGB (Red+Green+Blue) = 141+4+67=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0443 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0443 is #72FBBC. Grayscale: #343434. Windows color (decimal): -7535549 or 4392077. OLE color: 4392077.
HSL color Cylindrical-coordinate representation of color #8D0443: hue angle of 332.41º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0443 is Cyan = 0, Magento = 0.97, Yellow = 0.52 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 67 | - |
| CMYK | 0 | 0.97 | 0.52 | 0.45 |
| HSL | 332.41º | 0.94% | 0.28% | - |
| HSV(B) | 332.41º | 0.97% | 0.55% | - |
| XYZ | 12.04 | 6.15 | 5.86 | - |
| YUV | 52.15 | 136.39 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 67 | 0 | 0.97 | 0.52 | 0.45 | 332.41 | 0.94 | 0.28 |
| Hex | 8D | 4 | 43 | 0 | 61 | 34 | 2D | 14C | 5E | 1C |
| Octal | 215 | 4 | 103 | 0 | 141 | 64 | 55 | 514 | 136 | 34 |
| Binary | 10001101 | 100 | 1000011 | 0 | 1100001 | 110100 | 101101 | 101001100 | 1011110 | 11100 |
Color Harmonies of #8D0443
Complementary color
Monochromatic Colors of #8D0443
Black with #8D0443
Text Example
Text Example
White with #8D0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0443; }
p { color: rgb(141,4,67); }
H1.HeaderClassName
{
color: #8D0443;
}
.AnyTagClassName
{
color: #8D0443;
}
</style>
background-color css
<style>
a { background-color: #8D0443; }
a { background-color: rgb(141,4,67); }
div.DivClassName
{
background-color: #8D0443;
}
.BgClassName
{
background-color: #8D0443;
}
</style>
border-color css
<style>
span { border-color: #8D0443; }
span { border-color: rgb(141,4,67); }
td.TdClassName
{
border-color: #8D0443;
}
.TagClassName
{
border-color: #8D0443;
}
</style>