Shades of Jazzberry Jam #8C0A45
Tints of Jazzberry Jam #8C0A45
RGB
CMYK
RGB Variations
Color information
#8C0A45 (or 0x8C0A45) is known color: Jazzberry Jam. HEX triplet: 8C, 0A and 45. RGB value is (140,10,69). Sum of RGB (Red+Green+Blue) = 140+10+69=219 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.93% from 219); Green value is 10 (4.30% from 255 or 4.57% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0A45 is #73F5BA. Grayscale: #373737. Windows color (decimal): -7599547 or 4524684. OLE color: 4524684.
HSL color Cylindrical-coordinate representation of color #8C0A45: hue angle of 332.77º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8C0A45 is Cyan = 0, Magento = 0.93, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 10 | 69 | - |
| CMYK | 0 | 0.93 | 0.51 | 0.45 |
| HSL | 332.77º | 0.87% | 0.29% | - |
| HSV(B) | 332.77º | 0.93% | 0.55% | - |
| XYZ | 12 | 6.22 | 6.2 | - |
| YUV | 55.6 | 135.57 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 10 | 69 | 0 | 0.93 | 0.51 | 0.45 | 332.77 | 0.87 | 0.29 |
| Hex | 8C | A | 45 | 0 | 5D | 33 | 2D | 14D | 57 | 1D |
| Octal | 214 | 12 | 105 | 0 | 135 | 63 | 55 | 515 | 127 | 35 |
| Binary | 10001100 | 1010 | 1000101 | 0 | 1011101 | 110011 | 101101 | 101001101 | 1010111 | 11101 |
Color Harmonies of #8C0A45
Complementary color
Monochromatic Colors of #8C0A45
Black with #8C0A45
Text Example
Text Example
White with #8C0A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0A45; }
p { color: rgb(140,10,69); }
H1.HeaderClassName
{
color: #8C0A45;
}
.AnyTagClassName
{
color: #8C0A45;
}
</style>
background-color css
<style>
a { background-color: #8C0A45; }
a { background-color: rgb(140,10,69); }
div.DivClassName
{
background-color: #8C0A45;
}
.BgClassName
{
background-color: #8C0A45;
}
</style>
border-color css
<style>
span { border-color: #8C0A45; }
span { border-color: rgb(140,10,69); }
td.TdClassName
{
border-color: #8C0A45;
}
.TagClassName
{
border-color: #8C0A45;
}
</style>