Shades of Jazzberry Jam #8D064D
Tints of Jazzberry Jam #8D064D
RGB
CMYK
RGB Variations
Color information
#8D064D (or 0x8D064D) is known color: Jazzberry Jam. HEX triplet: 8D, 06 and 4D. RGB value is (141,6,77). Sum of RGB (Red+Green+Blue) = 141+6+77=224 (29% of max value = 765). Red value is 141 (55.47% from 255 or 62.95% from 224); Green value is 6 (2.73% from 255 or 2.68% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 141 - color contains mainly: red. Hex color #8D064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D064D is #72F9B2. Grayscale: #363636. Windows color (decimal): -7535027 or 5047949. OLE color: 5047949.
HSL color Cylindrical-coordinate representation of color #8D064D: hue angle of 328.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D064D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 77 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.45 |
| HSL | 328.44º | 0.92% | 0.29% | - |
| HSV(B) | 328.44º | 0.96% | 0.55% | - |
| XYZ | 12.39 | 6.33 | 7.59 | - |
| YUV | 54.46 | 140.73 | 189.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 77 | 0 | 0.96 | 0.45 | 0.45 | 328.44 | 0.92 | 0.29 |
| Hex | 8D | 6 | 4D | 0 | 60 | 2D | 2D | 148 | 5C | 1D |
| Octal | 215 | 6 | 115 | 0 | 140 | 55 | 55 | 510 | 134 | 35 |
| Binary | 10001101 | 110 | 1001101 | 0 | 1100000 | 101101 | 101101 | 101001000 | 1011100 | 11101 |
Color Harmonies of #8D064D
Complementary color
Monochromatic Colors of #8D064D
Black with #8D064D
Text Example
Text Example
White with #8D064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D064D; }
p { color: rgb(141,6,77); }
H1.HeaderClassName
{
color: #8D064D;
}
.AnyTagClassName
{
color: #8D064D;
}
</style>
background-color css
<style>
a { background-color: #8D064D; }
a { background-color: rgb(141,6,77); }
div.DivClassName
{
background-color: #8D064D;
}
.BgClassName
{
background-color: #8D064D;
}
</style>
border-color css
<style>
span { border-color: #8D064D; }
span { border-color: rgb(141,6,77); }
td.TdClassName
{
border-color: #8D064D;
}
.TagClassName
{
border-color: #8D064D;
}
</style>