Shades of Jazzberry Jam #880B4A
Tints of Jazzberry Jam #880B4A
RGB
CMYK
RGB Variations
Color information
#880B4A (or 0x880B4A) is known color: Jazzberry Jam. HEX triplet: 88, 0B and 4A. RGB value is (136,11,74). Sum of RGB (Red+Green+Blue) = 136+11+74=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 74 (29.30% from 255 or 33.48% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #880B4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880B4A is #77F4B5. Grayscale: #373737. Windows color (decimal): -7861430 or 4852616. OLE color: 4852616.
HSL color Cylindrical-coordinate representation of color #880B4A: hue angle of 329.76º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B4A is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 74 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.47 |
| HSL | 329.76º | 0.85% | 0.29% | - |
| HSV(B) | 329.76º | 0.92% | 0.53% | - |
| XYZ | 11.51 | 5.97 | 7.02 | - |
| YUV | 55.56 | 138.41 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 74 | 0 | 0.92 | 0.46 | 0.47 | 329.76 | 0.85 | 0.29 |
| Hex | 88 | B | 4A | 0 | 5C | 2E | 2F | 14A | 55 | 1D |
| Octal | 210 | 13 | 112 | 0 | 134 | 56 | 57 | 512 | 125 | 35 |
| Binary | 10001000 | 1011 | 1001010 | 0 | 1011100 | 101110 | 101111 | 101001010 | 1010101 | 11101 |
Color Harmonies of #880B4A
Complementary color
Monochromatic Colors of #880B4A
Black with #880B4A
Text Example
Text Example
White with #880B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B4A; }
p { color: rgb(136,11,74); }
H1.HeaderClassName
{
color: #880B4A;
}
.AnyTagClassName
{
color: #880B4A;
}
</style>
background-color css
<style>
a { background-color: #880B4A; }
a { background-color: rgb(136,11,74); }
div.DivClassName
{
background-color: #880B4A;
}
.BgClassName
{
background-color: #880B4A;
}
</style>
border-color css
<style>
span { border-color: #880B4A; }
span { border-color: rgb(136,11,74); }
td.TdClassName
{
border-color: #880B4A;
}
.TagClassName
{
border-color: #880B4A;
}
</style>