Shades of Jazzberry Jam #8D0449
Tints of Jazzberry Jam #8D0449
RGB
CMYK
RGB Variations
Color information
#8D0449 (or 0x8D0449) is known color: Jazzberry Jam. HEX triplet: 8D, 04 and 49. RGB value is (141,4,73). Sum of RGB (Red+Green+Blue) = 141+4+73=218 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.68% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 73 (28.91% from 255 or 33.49% from 218); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0449 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0449 is #72FBB6. Grayscale: #343434. Windows color (decimal): -7535543 or 4785293. OLE color: 4785293.
HSL color Cylindrical-coordinate representation of color #8D0449: hue angle of 329.78º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8D0449 is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 4 | 73 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.45 |
| HSL | 329.78º | 0.94% | 0.28% | - |
| HSV(B) | 329.78º | 0.97% | 0.55% | - |
| XYZ | 12.23 | 6.23 | 6.86 | - |
| YUV | 52.83 | 139.39 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 4 | 73 | 0 | 0.97 | 0.48 | 0.45 | 329.78 | 0.94 | 0.28 |
| Hex | 8D | 4 | 49 | 0 | 61 | 30 | 2D | 14A | 5E | 1C |
| Octal | 215 | 4 | 111 | 0 | 141 | 60 | 55 | 512 | 136 | 34 |
| Binary | 10001101 | 100 | 1001001 | 0 | 1100001 | 110000 | 101101 | 101001010 | 1011110 | 11100 |
Color Harmonies of #8D0449
Complementary color
Monochromatic Colors of #8D0449
Black with #8D0449
Text Example
Text Example
White with #8D0449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0449; }
p { color: rgb(141,4,73); }
H1.HeaderClassName
{
color: #8D0449;
}
.AnyTagClassName
{
color: #8D0449;
}
</style>
background-color css
<style>
a { background-color: #8D0449; }
a { background-color: rgb(141,4,73); }
div.DivClassName
{
background-color: #8D0449;
}
.BgClassName
{
background-color: #8D0449;
}
</style>
border-color css
<style>
span { border-color: #8D0449; }
span { border-color: rgb(141,4,73); }
td.TdClassName
{
border-color: #8D0449;
}
.TagClassName
{
border-color: #8D0449;
}
</style>