Shades of Jazzberry Jam #8C064D
Tints of Jazzberry Jam #8C064D
RGB
CMYK
RGB Variations
Color information
#8C064D (or 0x8C064D) is known color: Jazzberry Jam. HEX triplet: 8C, 06 and 4D. RGB value is (140,6,77). Sum of RGB (Red+Green+Blue) = 140+6+77=223 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.78% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 77 (30.47% from 255 or 34.53% from 223); Max value from RGB is 140 - color contains mainly: red. Hex color #8C064D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C064D is #73F9B2. Grayscale: #363636. Windows color (decimal): -7600563 or 5047948. OLE color: 5047948.
HSL color Cylindrical-coordinate representation of color #8C064D: hue angle of 328.21º 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 #8C064D is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 77 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.45 |
| HSL | 328.21º | 0.92% | 0.29% | - |
| HSV(B) | 328.21º | 0.96% | 0.55% | - |
| XYZ | 12.22 | 6.24 | 7.58 | - |
| YUV | 54.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 77 | 0 | 0.96 | 0.45 | 0.45 | 328.21 | 0.92 | 0.29 |
| Hex | 8C | 6 | 4D | 0 | 60 | 2D | 2D | 148 | 5C | 1D |
| Octal | 214 | 6 | 115 | 0 | 140 | 55 | 55 | 510 | 134 | 35 |
| Binary | 10001100 | 110 | 1001101 | 0 | 1100000 | 101101 | 101101 | 101001000 | 1011100 | 11101 |
Color Harmonies of #8C064D
Complementary color
Monochromatic Colors of #8C064D
Black with #8C064D
Text Example
Text Example
White with #8C064D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C064D; }
p { color: rgb(140,6,77); }
H1.HeaderClassName
{
color: #8C064D;
}
.AnyTagClassName
{
color: #8C064D;
}
</style>
background-color css
<style>
a { background-color: #8C064D; }
a { background-color: rgb(140,6,77); }
div.DivClassName
{
background-color: #8C064D;
}
.BgClassName
{
background-color: #8C064D;
}
</style>
border-color css
<style>
span { border-color: #8C064D; }
span { border-color: rgb(140,6,77); }
td.TdClassName
{
border-color: #8C064D;
}
.TagClassName
{
border-color: #8C064D;
}
</style>