Shades of Jazzberry Jam #880F52
Tints of Jazzberry Jam #880F52
RGB
CMYK
RGB Variations
Color information
#880F52 (or 0x880F52) is known color: Jazzberry Jam. HEX triplet: 88, 0F and 52. RGB value is (136,15,82). Sum of RGB (Red+Green+Blue) = 136+15+82=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 82 (32.42% from 255 or 35.19% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #880F52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F52 is #77F0AD. Grayscale: #3A3A3A. Windows color (decimal): -7860398 or 5377928. OLE color: 5377928.
HSL color Cylindrical-coordinate representation of color #880F52: hue angle of 326.78º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #880F52 is Cyan = 0, Magento = 0.89, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 15 | 82 | - |
| CMYK | 0 | 0.89 | 0.40 | 0.47 |
| HSL | 326.78º | 0.8% | 0.3% | - |
| HSV(B) | 326.78º | 0.89% | 0.53% | - |
| XYZ | 11.85 | 6.19 | 8.55 | - |
| YUV | 58.82 | 141.09 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 15 | 82 | 0 | 0.89 | 0.40 | 0.47 | 326.78 | 0.8 | 0.3 |
| Hex | 88 | F | 52 | 0 | 59 | 28 | 2F | 147 | 50 | 1E |
| Octal | 210 | 17 | 122 | 0 | 131 | 50 | 57 | 507 | 120 | 36 |
| Binary | 10001000 | 1111 | 1010010 | 0 | 1011001 | 101000 | 101111 | 101000111 | 1010000 | 11110 |
Color Harmonies of #880F52
Complementary color
Monochromatic Colors of #880F52
Black with #880F52
Text Example
Text Example
White with #880F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880F52; }
p { color: rgb(136,15,82); }
H1.HeaderClassName
{
color: #880F52;
}
.AnyTagClassName
{
color: #880F52;
}
</style>
background-color css
<style>
a { background-color: #880F52; }
a { background-color: rgb(136,15,82); }
div.DivClassName
{
background-color: #880F52;
}
.BgClassName
{
background-color: #880F52;
}
</style>
border-color css
<style>
span { border-color: #880F52; }
span { border-color: rgb(136,15,82); }
td.TdClassName
{
border-color: #880F52;
}
.TagClassName
{
border-color: #880F52;
}
</style>