Shades of Jazzberry Jam #880A4A
Tints of Jazzberry Jam #880A4A
RGB
CMYK
RGB Variations
Color information
#880A4A (or 0x880A4A) is known color: Jazzberry Jam. HEX triplet: 88, 0A and 4A. RGB value is (136,10,74). Sum of RGB (Red+Green+Blue) = 136+10+74=220 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.82% from 220); Green value is 10 (4.30% from 255 or 4.55% from 220); Blue value is 74 (29.30% from 255 or 33.64% from 220); Max value from RGB is 136 - color contains mainly: red. Hex color #880A4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880A4A is #77F5B5. Grayscale: #363636. Windows color (decimal): -7861686 or 4852360. OLE color: 4852360.
HSL color Cylindrical-coordinate representation of color #880A4A: hue angle of 329.52º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880A4A is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 10 | 74 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.47 |
| HSL | 329.52º | 0.86% | 0.29% | - |
| HSV(B) | 329.52º | 0.93% | 0.53% | - |
| XYZ | 11.5 | 5.95 | 7.02 | - |
| YUV | 54.97 | 138.74 | 185.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 10 | 74 | 0 | 0.93 | 0.46 | 0.47 | 329.52 | 0.86 | 0.29 |
| Hex | 88 | A | 4A | 0 | 5D | 2E | 2F | 14A | 56 | 1D |
| Octal | 210 | 12 | 112 | 0 | 135 | 56 | 57 | 512 | 126 | 35 |
| Binary | 10001000 | 1010 | 1001010 | 0 | 1011101 | 101110 | 101111 | 101001010 | 1010110 | 11101 |
Color Harmonies of #880A4A
Complementary color
Monochromatic Colors of #880A4A
Black with #880A4A
Text Example
Text Example
White with #880A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880A4A; }
p { color: rgb(136,10,74); }
H1.HeaderClassName
{
color: #880A4A;
}
.AnyTagClassName
{
color: #880A4A;
}
</style>
background-color css
<style>
a { background-color: #880A4A; }
a { background-color: rgb(136,10,74); }
div.DivClassName
{
background-color: #880A4A;
}
.BgClassName
{
background-color: #880A4A;
}
</style>
border-color css
<style>
span { border-color: #880A4A; }
span { border-color: rgb(136,10,74); }
td.TdClassName
{
border-color: #880A4A;
}
.TagClassName
{
border-color: #880A4A;
}
</style>