Shades of Jazzberry Jam #94114C
Tints of Jazzberry Jam #94114C
RGB
CMYK
RGB Variations
Color information
#94114C (or 0x94114C) is known color: Jazzberry Jam. HEX triplet: 94, 11 and 4C. RGB value is (148,17,76). Sum of RGB (Red+Green+Blue) = 148+17+76=241 (31% of max value = 765). Red value is 148 (58.20% from 255 or 61.41% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 148 - color contains mainly: red. Hex color #94114C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94114C is #6BEEB3. Grayscale: #3E3E3E. Windows color (decimal): -7073460 or 4985236. OLE color: 4985236.
HSL color Cylindrical-coordinate representation of color #94114C: hue angle of 332.98º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94114C is Cyan = 0, Magento = 0.89, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 17 | 76 | - |
| CMYK | 0 | 0.89 | 0.49 | 0.42 |
| HSL | 332.98º | 0.79% | 0.32% | - |
| HSV(B) | 332.98º | 0.89% | 0.58% | - |
| XYZ | 13.72 | 7.22 | 7.51 | - |
| YUV | 62.9 | 135.4 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 17 | 76 | 0 | 0.89 | 0.49 | 0.42 | 332.98 | 0.79 | 0.32 |
| Hex | 94 | 11 | 4C | 0 | 59 | 31 | 2A | 14D | 4F | 20 |
| Octal | 224 | 21 | 114 | 0 | 131 | 61 | 52 | 515 | 117 | 40 |
| Binary | 10010100 | 10001 | 1001100 | 0 | 1011001 | 110001 | 101010 | 101001101 | 1001111 | 100000 |
Color Harmonies of #94114C
Complementary color
Monochromatic Colors of #94114C
Black with #94114C
Text Example
Text Example
White with #94114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94114C; }
p { color: rgb(148,17,76); }
H1.HeaderClassName
{
color: #94114C;
}
.AnyTagClassName
{
color: #94114C;
}
</style>
background-color css
<style>
a { background-color: #94114C; }
a { background-color: rgb(148,17,76); }
div.DivClassName
{
background-color: #94114C;
}
.BgClassName
{
background-color: #94114C;
}
</style>
border-color css
<style>
span { border-color: #94114C; }
span { border-color: rgb(148,17,76); }
td.TdClassName
{
border-color: #94114C;
}
.TagClassName
{
border-color: #94114C;
}
</style>