Shades of Jazzberry Jam #8C0B49
Tints of Jazzberry Jam #8C0B49
RGB
CMYK
RGB Variations
Color information
#8C0B49 (or 0x8C0B49) is known color: Jazzberry Jam. HEX triplet: 8C, 0B and 49. RGB value is (140,11,73). Sum of RGB (Red+Green+Blue) = 140+11+73=224 (29% of max value = 765). Red value is 140 (55.08% from 255 or 62.5% from 224); Green value is 11 (4.69% from 255 or 4.91% from 224); Blue value is 73 (28.91% from 255 or 32.59% from 224); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0B49 is #73F4B6. Grayscale: #383838. Windows color (decimal): -7599287 or 4787084. OLE color: 4787084.
HSL color Cylindrical-coordinate representation of color #8C0B49: hue angle of 331.16º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C0B49 is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 11 | 73 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.45 |
| HSL | 331.16º | 0.85% | 0.3% | - |
| HSV(B) | 331.16º | 0.92% | 0.55% | - |
| XYZ | 12.14 | 6.3 | 6.88 | - |
| YUV | 56.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 11 | 73 | 0 | 0.92 | 0.48 | 0.45 | 331.16 | 0.85 | 0.3 |
| Hex | 8C | B | 49 | 0 | 5C | 30 | 2D | 14B | 55 | 1E |
| Octal | 214 | 13 | 111 | 0 | 134 | 60 | 55 | 513 | 125 | 36 |
| Binary | 10001100 | 1011 | 1001001 | 0 | 1011100 | 110000 | 101101 | 101001011 | 1010101 | 11110 |
Color Harmonies of #8C0B49
Complementary color
Monochromatic Colors of #8C0B49
Black with #8C0B49
Text Example
Text Example
White with #8C0B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0B49; }
p { color: rgb(140,11,73); }
H1.HeaderClassName
{
color: #8C0B49;
}
.AnyTagClassName
{
color: #8C0B49;
}
</style>
background-color css
<style>
a { background-color: #8C0B49; }
a { background-color: rgb(140,11,73); }
div.DivClassName
{
background-color: #8C0B49;
}
.BgClassName
{
background-color: #8C0B49;
}
</style>
border-color css
<style>
span { border-color: #8C0B49; }
span { border-color: rgb(140,11,73); }
td.TdClassName
{
border-color: #8C0B49;
}
.TagClassName
{
border-color: #8C0B49;
}
</style>