Shades of Jazzberry Jam #8D064B
Tints of Jazzberry Jam #8D064B
RGB
CMYK
RGB Variations
Color information
#8D064B (or 0x8D064B) is known color: Jazzberry Jam. HEX triplet: 8D, 06 and 4B. RGB value is (141,6,75). Sum of RGB (Red+Green+Blue) = 141+6+75=222 (29% of max value = 765). Red value is 141 (55.47% from 255 or 63.51% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 141 - color contains mainly: red. Hex color #8D064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D064B is #72F9B4. Grayscale: #363636. Windows color (decimal): -7535029 or 4916877. OLE color: 4916877.
HSL color Cylindrical-coordinate representation of color #8D064B: hue angle of 329.33º degrees, saturation: 0.92, 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 #8D064B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 6 | 75 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.45 |
| HSL | 329.33º | 0.92% | 0.29% | - |
| HSV(B) | 329.33º | 0.96% | 0.55% | - |
| XYZ | 12.32 | 6.3 | 7.22 | - |
| YUV | 54.23 | 139.73 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 6 | 75 | 0 | 0.96 | 0.47 | 0.45 | 329.33 | 0.92 | 0.29 |
| Hex | 8D | 6 | 4B | 0 | 60 | 2F | 2D | 149 | 5C | 1D |
| Octal | 215 | 6 | 113 | 0 | 140 | 57 | 55 | 511 | 134 | 35 |
| Binary | 10001101 | 110 | 1001011 | 0 | 1100000 | 101111 | 101101 | 101001001 | 1011100 | 11101 |
Color Harmonies of #8D064B
Complementary color
Monochromatic Colors of #8D064B
Black with #8D064B
Text Example
Text Example
White with #8D064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D064B; }
p { color: rgb(141,6,75); }
H1.HeaderClassName
{
color: #8D064B;
}
.AnyTagClassName
{
color: #8D064B;
}
</style>
background-color css
<style>
a { background-color: #8D064B; }
a { background-color: rgb(141,6,75); }
div.DivClassName
{
background-color: #8D064B;
}
.BgClassName
{
background-color: #8D064B;
}
</style>
border-color css
<style>
span { border-color: #8D064B; }
span { border-color: rgb(141,6,75); }
td.TdClassName
{
border-color: #8D064B;
}
.TagClassName
{
border-color: #8D064B;
}
</style>