Shades of Jazzberry Jam #8D0542
Tints of Jazzberry Jam #8D0542
RGB
CMYK
RGB Variations
Color information
#8D0542 (or 0x8D0542) is known color: Jazzberry Jam. HEX triplet: 8D, 05 and 42. RGB value is (141,5,66). Sum of RGB (Red+Green+Blue) = 141+5+66=212 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.51% from 212); Green value is 5 (2.34% from 255 or 2.36% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0542 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0542 is #72FABD. Grayscale: #343434. Windows color (decimal): -7535294 or 4326797. OLE color: 4326797.
HSL color Cylindrical-coordinate representation of color #8D0542: hue angle of 333.09º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0542 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 5 | 66 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.45 |
| HSL | 333.09º | 0.93% | 0.29% | - |
| HSV(B) | 333.09º | 0.96% | 0.55% | - |
| XYZ | 12.02 | 6.16 | 5.71 | - |
| YUV | 52.62 | 135.56 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 5 | 66 | 0 | 0.96 | 0.53 | 0.45 | 333.09 | 0.93 | 0.29 |
| Hex | 8D | 5 | 42 | 0 | 60 | 35 | 2D | 14D | 5D | 1D |
| Octal | 215 | 5 | 102 | 0 | 140 | 65 | 55 | 515 | 135 | 35 |
| Binary | 10001101 | 101 | 1000010 | 0 | 1100000 | 110101 | 101101 | 101001101 | 1011101 | 11101 |
Color Harmonies of #8D0542
Complementary color
Monochromatic Colors of #8D0542
Black with #8D0542
Text Example
Text Example
White with #8D0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0542; }
p { color: rgb(141,5,66); }
H1.HeaderClassName
{
color: #8D0542;
}
.AnyTagClassName
{
color: #8D0542;
}
</style>
background-color css
<style>
a { background-color: #8D0542; }
a { background-color: rgb(141,5,66); }
div.DivClassName
{
background-color: #8D0542;
}
.BgClassName
{
background-color: #8D0542;
}
</style>
border-color css
<style>
span { border-color: #8D0542; }
span { border-color: rgb(141,5,66); }
td.TdClassName
{
border-color: #8D0542;
}
.TagClassName
{
border-color: #8D0542;
}
</style>