Shades of Jazzberry Jam #8C0F4F
Tints of Jazzberry Jam #8C0F4F
RGB
CMYK
RGB Variations
Color information
#8C0F4F (or 0x8C0F4F) is known color: Jazzberry Jam. HEX triplet: 8C, 0F and 4F. RGB value is (140,15,79). Sum of RGB (Red+Green+Blue) = 140+15+79=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F4F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0F4F is #73F0B0. Grayscale: #3B3B3B. Windows color (decimal): -7598257 or 5181324. OLE color: 5181324.
HSL color Cylindrical-coordinate representation of color #8C0F4F: hue angle of 329.28º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C0F4F is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 15 | 79 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.45 |
| HSL | 329.28º | 0.81% | 0.3% | - |
| HSV(B) | 329.28º | 0.89% | 0.55% | - |
| XYZ | 12.4 | 6.48 | 7.99 | - |
| YUV | 59.67 | 138.91 | 185.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 15 | 79 | 0 | 0.89 | 0.44 | 0.45 | 329.28 | 0.81 | 0.3 |
| Hex | 8C | F | 4F | 0 | 59 | 2C | 2D | 149 | 51 | 1E |
| Octal | 214 | 17 | 117 | 0 | 131 | 54 | 55 | 511 | 121 | 36 |
| Binary | 10001100 | 1111 | 1001111 | 0 | 1011001 | 101100 | 101101 | 101001001 | 1010001 | 11110 |
Color Harmonies of #8C0F4F
Complementary color
Monochromatic Colors of #8C0F4F
Black with #8C0F4F
Text Example
Text Example
White with #8C0F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0F4F; }
p { color: rgb(140,15,79); }
H1.HeaderClassName
{
color: #8C0F4F;
}
.AnyTagClassName
{
color: #8C0F4F;
}
</style>
background-color css
<style>
a { background-color: #8C0F4F; }
a { background-color: rgb(140,15,79); }
div.DivClassName
{
background-color: #8C0F4F;
}
.BgClassName
{
background-color: #8C0F4F;
}
</style>
border-color css
<style>
span { border-color: #8C0F4F; }
span { border-color: rgb(140,15,79); }
td.TdClassName
{
border-color: #8C0F4F;
}
.TagClassName
{
border-color: #8C0F4F;
}
</style>