Shades of Jazzberry Jam #8C0744
Tints of Jazzberry Jam #8C0744
RGB
CMYK
RGB Variations
Color information
#8C0744 (or 0x8C0744) is known color: Jazzberry Jam. HEX triplet: 8C, 07 and 44. RGB value is (140,7,68). Sum of RGB (Red+Green+Blue) = 140+7+68=215 (28% of max value = 765). Red value is 140 (55.08% from 255 or 65.12% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 68 (26.95% from 255 or 31.63% from 215); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0744 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0744 is #73F8BB. Grayscale: #353535. Windows color (decimal): -7600316 or 4458380. OLE color: 4458380.
HSL color Cylindrical-coordinate representation of color #8C0744: hue angle of 332.48º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8C0744 is Cyan = 0, Magento = 0.95, Yellow = 0.51 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 7 | 68 | - |
| CMYK | 0 | 0.95 | 0.51 | 0.45 |
| HSL | 332.48º | 0.9% | 0.29% | - |
| HSV(B) | 332.48º | 0.95% | 0.55% | - |
| XYZ | 11.93 | 6.14 | 6.03 | - |
| YUV | 53.72 | 136.06 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 7 | 68 | 0 | 0.95 | 0.51 | 0.45 | 332.48 | 0.9 | 0.29 |
| Hex | 8C | 7 | 44 | 0 | 5F | 33 | 2D | 14C | 5A | 1D |
| Octal | 214 | 7 | 104 | 0 | 137 | 63 | 55 | 514 | 132 | 35 |
| Binary | 10001100 | 111 | 1000100 | 0 | 1011111 | 110011 | 101101 | 101001100 | 1011010 | 11101 |
Color Harmonies of #8C0744
Complementary color
Monochromatic Colors of #8C0744
Black with #8C0744
Text Example
Text Example
White with #8C0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0744; }
p { color: rgb(140,7,68); }
H1.HeaderClassName
{
color: #8C0744;
}
.AnyTagClassName
{
color: #8C0744;
}
</style>
background-color css
<style>
a { background-color: #8C0744; }
a { background-color: rgb(140,7,68); }
div.DivClassName
{
background-color: #8C0744;
}
.BgClassName
{
background-color: #8C0744;
}
</style>
border-color css
<style>
span { border-color: #8C0744; }
span { border-color: rgb(140,7,68); }
td.TdClassName
{
border-color: #8C0744;
}
.TagClassName
{
border-color: #8C0744;
}
</style>