Shades of Jazzberry Jam #8B0446
Tints of Jazzberry Jam #8B0446
RGB
CMYK
RGB Variations
Color information
#8B0446 (or 0x8B0446) is known color: Jazzberry Jam. HEX triplet: 8B, 04 and 46. RGB value is (139,4,70). Sum of RGB (Red+Green+Blue) = 139+4+70=213 (28% of max value = 765). Red value is 139 (54.69% from 255 or 65.26% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0446 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0446 is #74FBB9. Grayscale: #333333. Windows color (decimal): -7666618 or 4588683. OLE color: 4588683.
HSL color Cylindrical-coordinate representation of color #8B0446: hue angle of 330.67º 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 #8B0446 is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 4 | 70 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.45 |
| HSL | 330.67º | 0.94% | 0.28% | - |
| HSV(B) | 330.67º | 0.97% | 0.55% | - |
| XYZ | 11.8 | 6.02 | 6.33 | - |
| YUV | 51.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 4 | 70 | 0 | 0.97 | 0.50 | 0.45 | 330.67 | 0.94 | 0.28 |
| Hex | 8B | 4 | 46 | 0 | 61 | 32 | 2D | 14B | 5E | 1C |
| Octal | 213 | 4 | 106 | 0 | 141 | 62 | 55 | 513 | 136 | 34 |
| Binary | 10001011 | 100 | 1000110 | 0 | 1100001 | 110010 | 101101 | 101001011 | 1011110 | 11100 |
Color Harmonies of #8B0446
Complementary color
Monochromatic Colors of #8B0446
Black with #8B0446
Text Example
Text Example
White with #8B0446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0446; }
p { color: rgb(139,4,70); }
H1.HeaderClassName
{
color: #8B0446;
}
.AnyTagClassName
{
color: #8B0446;
}
</style>
background-color css
<style>
a { background-color: #8B0446; }
a { background-color: rgb(139,4,70); }
div.DivClassName
{
background-color: #8B0446;
}
.BgClassName
{
background-color: #8B0446;
}
</style>
border-color css
<style>
span { border-color: #8B0446; }
span { border-color: rgb(139,4,70); }
td.TdClassName
{
border-color: #8B0446;
}
.TagClassName
{
border-color: #8B0446;
}
</style>