Shades of Jazzberry Jam #8C1053
Tints of Jazzberry Jam #8C1053
RGB
CMYK
RGB Variations
Color information
#8C1053 (or 0x8C1053) is known color: Jazzberry Jam. HEX triplet: 8C, 10 and 53. RGB value is (140,16,83). Sum of RGB (Red+Green+Blue) = 140+16+83=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C1053 is #73EFAC. Grayscale: #3C3C3C. Windows color (decimal): -7597997 or 5443724. OLE color: 5443724.
HSL color Cylindrical-coordinate representation of color #8C1053: hue angle of 327.58º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8C1053 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 16 | 83 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.45 |
| HSL | 327.58º | 0.79% | 0.31% | - |
| HSV(B) | 327.58º | 0.89% | 0.55% | - |
| XYZ | 12.56 | 6.57 | 8.79 | - |
| YUV | 60.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 16 | 83 | 0 | 0.89 | 0.41 | 0.45 | 327.58 | 0.79 | 0.31 |
| Hex | 8C | 10 | 53 | 0 | 59 | 29 | 2D | 148 | 4F | 1F |
| Octal | 214 | 20 | 123 | 0 | 131 | 51 | 55 | 510 | 117 | 37 |
| Binary | 10001100 | 10000 | 1010011 | 0 | 1011001 | 101001 | 101101 | 101001000 | 1001111 | 11111 |
Color Harmonies of #8C1053
Complementary color
Monochromatic Colors of #8C1053
Black with #8C1053
Text Example
Text Example
White with #8C1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C1053; }
p { color: rgb(140,16,83); }
H1.HeaderClassName
{
color: #8C1053;
}
.AnyTagClassName
{
color: #8C1053;
}
</style>
background-color css
<style>
a { background-color: #8C1053; }
a { background-color: rgb(140,16,83); }
div.DivClassName
{
background-color: #8C1053;
}
.BgClassName
{
background-color: #8C1053;
}
</style>
border-color css
<style>
span { border-color: #8C1053; }
span { border-color: rgb(140,16,83); }
td.TdClassName
{
border-color: #8C1053;
}
.TagClassName
{
border-color: #8C1053;
}
</style>