Shades of Jazzberry Jam #8C0544
Tints of Jazzberry Jam #8C0544
RGB
CMYK
RGB Variations
Color information
#8C0544 (or 0x8C0544) is known color: Jazzberry Jam. HEX triplet: 8C, 05 and 44. RGB value is (140,5,68). Sum of RGB (Red+Green+Blue) = 140+5+68=213 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.73% from 213); Green value is 5 (2.34% from 255 or 2.35% from 213); Blue value is 68 (26.95% from 255 or 31.92% from 213); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0544 is #73FABB. Grayscale: #343434. Windows color (decimal): -7600828 or 4457868. OLE color: 4457868.
HSL color Cylindrical-coordinate representation of color #8C0544: hue angle of 332º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C0544 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 5 | 68 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.45 |
| HSL | 332º | 0.93% | 0.28% | - |
| HSV(B) | 332º | 0.96% | 0.55% | - |
| XYZ | 11.91 | 6.1 | 6.02 | - |
| YUV | 52.55 | 136.73 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 5 | 68 | 0 | 0.96 | 0.51 | 0.45 | 332 | 0.93 | 0.28 |
| Hex | 8C | 5 | 44 | 0 | 60 | 33 | 2D | 14C | 5D | 1C |
| Octal | 214 | 5 | 104 | 0 | 140 | 63 | 55 | 514 | 135 | 34 |
| Binary | 10001100 | 101 | 1000100 | 0 | 1100000 | 110011 | 101101 | 101001100 | 1011101 | 11100 |
Color Harmonies of #8C0544
Complementary color
Monochromatic Colors of #8C0544
Black with #8C0544
Text Example
Text Example
White with #8C0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0544; }
p { color: rgb(140,5,68); }
H1.HeaderClassName
{
color: #8C0544;
}
.AnyTagClassName
{
color: #8C0544;
}
</style>
background-color css
<style>
a { background-color: #8C0544; }
a { background-color: rgb(140,5,68); }
div.DivClassName
{
background-color: #8C0544;
}
.BgClassName
{
background-color: #8C0544;
}
</style>
border-color css
<style>
span { border-color: #8C0544; }
span { border-color: rgb(140,5,68); }
td.TdClassName
{
border-color: #8C0544;
}
.TagClassName
{
border-color: #8C0544;
}
</style>