Shades of Jazzberry Jam #8C0848
Tints of Jazzberry Jam #8C0848
RGB
CMYK
RGB Variations
Color information
#8C0848 (or 0x8C0848) is known color: Jazzberry Jam. HEX triplet: 8C, 08 and 48. RGB value is (140,8,72). Sum of RGB (Red+Green+Blue) = 140+8+72=220 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.64% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0848 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0848 is #73F7B7. Grayscale: #363636. Windows color (decimal): -7600056 or 4720780. OLE color: 4720780.
HSL color Cylindrical-coordinate representation of color #8C0848: hue angle of 330.91º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8C0848 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 8 | 72 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.45 |
| HSL | 330.91º | 0.89% | 0.29% | - |
| HSV(B) | 330.91º | 0.94% | 0.55% | - |
| XYZ | 12.07 | 6.22 | 6.69 | - |
| YUV | 54.76 | 137.73 | 188.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 8 | 72 | 0 | 0.94 | 0.49 | 0.45 | 330.91 | 0.89 | 0.29 |
| Hex | 8C | 8 | 48 | 0 | 5E | 31 | 2D | 14B | 59 | 1D |
| Octal | 214 | 10 | 110 | 0 | 136 | 61 | 55 | 513 | 131 | 35 |
| Binary | 10001100 | 1000 | 1001000 | 0 | 1011110 | 110001 | 101101 | 101001011 | 1011001 | 11101 |
Color Harmonies of #8C0848
Complementary color
Monochromatic Colors of #8C0848
Black with #8C0848
Text Example
Text Example
White with #8C0848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0848; }
p { color: rgb(140,8,72); }
H1.HeaderClassName
{
color: #8C0848;
}
.AnyTagClassName
{
color: #8C0848;
}
</style>
background-color css
<style>
a { background-color: #8C0848; }
a { background-color: rgb(140,8,72); }
div.DivClassName
{
background-color: #8C0848;
}
.BgClassName
{
background-color: #8C0848;
}
</style>
border-color css
<style>
span { border-color: #8C0848; }
span { border-color: rgb(140,8,72); }
td.TdClassName
{
border-color: #8C0848;
}
.TagClassName
{
border-color: #8C0848;
}
</style>