Shades of Jazzberry Jam #8B0C4D
Tints of Jazzberry Jam #8B0C4D
RGB
CMYK
RGB Variations
Color information
#8B0C4D (or 0x8B0C4D) is known color: Jazzberry Jam. HEX triplet: 8B, 0C and 4D. RGB value is (139,12,77). Sum of RGB (Red+Green+Blue) = 139+12+77=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0C4D is #74F3B2. Grayscale: #393939. Windows color (decimal): -7664563 or 5049483. OLE color: 5049483.
HSL color Cylindrical-coordinate representation of color #8B0C4D: hue angle of 329.29º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0C4D is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 12 | 77 | - |
| CMYK | 0 | 0.91 | 0.45 | 0.45 |
| HSL | 329.29º | 0.84% | 0.3% | - |
| HSV(B) | 329.29º | 0.91% | 0.55% | - |
| XYZ | 12.12 | 6.29 | 7.6 | - |
| YUV | 57.38 | 139.08 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 12 | 77 | 0 | 0.91 | 0.45 | 0.45 | 329.29 | 0.84 | 0.3 |
| Hex | 8B | C | 4D | 0 | 5B | 2D | 2D | 149 | 54 | 1E |
| Octal | 213 | 14 | 115 | 0 | 133 | 55 | 55 | 511 | 124 | 36 |
| Binary | 10001011 | 1100 | 1001101 | 0 | 1011011 | 101101 | 101101 | 101001001 | 1010100 | 11110 |
Color Harmonies of #8B0C4D
Complementary color
Monochromatic Colors of #8B0C4D
Black with #8B0C4D
Text Example
Text Example
White with #8B0C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0C4D; }
p { color: rgb(139,12,77); }
H1.HeaderClassName
{
color: #8B0C4D;
}
.AnyTagClassName
{
color: #8B0C4D;
}
</style>
background-color css
<style>
a { background-color: #8B0C4D; }
a { background-color: rgb(139,12,77); }
div.DivClassName
{
background-color: #8B0C4D;
}
.BgClassName
{
background-color: #8B0C4D;
}
</style>
border-color css
<style>
span { border-color: #8B0C4D; }
span { border-color: rgb(139,12,77); }
td.TdClassName
{
border-color: #8B0C4D;
}
.TagClassName
{
border-color: #8B0C4D;
}
</style>