Shades of Jazzberry Jam #8C064A
Tints of Jazzberry Jam #8C064A
RGB
CMYK
RGB Variations
Color information
#8C064A (or 0x8C064A) is known color: Jazzberry Jam. HEX triplet: 8C, 06 and 4A. RGB value is (140,6,74). Sum of RGB (Red+Green+Blue) = 140+6+74=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C064A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C064A is #73F9B5. Grayscale: #353535. Windows color (decimal): -7600566 or 4851340. OLE color: 4851340.
HSL color Cylindrical-coordinate representation of color #8C064A: hue angle of 329.55º 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 #8C064A is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 6 | 74 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.45 |
| HSL | 329.55º | 0.92% | 0.29% | - |
| HSV(B) | 329.55º | 0.96% | 0.55% | - |
| XYZ | 12.12 | 6.2 | 7.04 | - |
| YUV | 53.82 | 139.39 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 6 | 74 | 0 | 0.96 | 0.47 | 0.45 | 329.55 | 0.92 | 0.29 |
| Hex | 8C | 6 | 4A | 0 | 60 | 2F | 2D | 14A | 5C | 1D |
| Octal | 214 | 6 | 112 | 0 | 140 | 57 | 55 | 512 | 134 | 35 |
| Binary | 10001100 | 110 | 1001010 | 0 | 1100000 | 101111 | 101101 | 101001010 | 1011100 | 11101 |
Color Harmonies of #8C064A
Complementary color
Monochromatic Colors of #8C064A
Black with #8C064A
Text Example
Text Example
White with #8C064A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C064A; }
p { color: rgb(140,6,74); }
H1.HeaderClassName
{
color: #8C064A;
}
.AnyTagClassName
{
color: #8C064A;
}
</style>
background-color css
<style>
a { background-color: #8C064A; }
a { background-color: rgb(140,6,74); }
div.DivClassName
{
background-color: #8C064A;
}
.BgClassName
{
background-color: #8C064A;
}
</style>
border-color css
<style>
span { border-color: #8C064A; }
span { border-color: rgb(140,6,74); }
td.TdClassName
{
border-color: #8C064A;
}
.TagClassName
{
border-color: #8C064A;
}
</style>