Shades of Jazzberry Jam #880649
Tints of Jazzberry Jam #880649
RGB
CMYK
RGB Variations
Color information
#880649 (or 0x880649) is known color: Jazzberry Jam. HEX triplet: 88, 06 and 49. RGB value is (136,6,73). Sum of RGB (Red+Green+Blue) = 136+6+73=215 (28% of max value = 765). Red value is 136 (53.52% from 255 or 63.26% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 73 (28.91% from 255 or 33.95% from 215); Max value from RGB is 136 - color contains mainly: red. Hex color #880649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880649 is #77F9B6. Grayscale: #343434. Windows color (decimal): -7862711 or 4785800. OLE color: 4785800.
HSL color Cylindrical-coordinate representation of color #880649: hue angle of 329.08º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #880649 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 6 | 73 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.47 |
| HSL | 329.08º | 0.92% | 0.28% | - |
| HSV(B) | 329.08º | 0.96% | 0.53% | - |
| XYZ | 11.42 | 5.85 | 6.83 | - |
| YUV | 52.51 | 139.57 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 6 | 73 | 0 | 0.96 | 0.46 | 0.47 | 329.08 | 0.92 | 0.28 |
| Hex | 88 | 6 | 49 | 0 | 60 | 2E | 2F | 149 | 5C | 1C |
| Octal | 210 | 6 | 111 | 0 | 140 | 56 | 57 | 511 | 134 | 34 |
| Binary | 10001000 | 110 | 1001001 | 0 | 1100000 | 101110 | 101111 | 101001001 | 1011100 | 11100 |
Color Harmonies of #880649
Complementary color
Monochromatic Colors of #880649
Black with #880649
Text Example
Text Example
White with #880649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880649; }
p { color: rgb(136,6,73); }
H1.HeaderClassName
{
color: #880649;
}
.AnyTagClassName
{
color: #880649;
}
</style>
background-color css
<style>
a { background-color: #880649; }
a { background-color: rgb(136,6,73); }
div.DivClassName
{
background-color: #880649;
}
.BgClassName
{
background-color: #880649;
}
</style>
border-color css
<style>
span { border-color: #880649; }
span { border-color: rgb(136,6,73); }
td.TdClassName
{
border-color: #880649;
}
.TagClassName
{
border-color: #880649;
}
</style>