Shades of Jazzberry Jam #94014C
Tints of Jazzberry Jam #94014C
RGB
CMYK
RGB Variations
Color information
#94014C (or 0x94014C) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 4C. RGB value is (148,1,76). Sum of RGB (Red+Green+Blue) = 148+1+76=225 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.78% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 148 - color contains mainly: red. Hex color #94014C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94014C is #6BFEB3. Grayscale: #353535. Windows color (decimal): -7077556 or 4981140. OLE color: 4981140.
HSL color Cylindrical-coordinate representation of color #94014C: hue angle of 329.39º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94014C is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 1 | 76 | - |
| CMYK | 0 | 0.99 | 0.49 | 0.42 |
| HSL | 329.39º | 0.99% | 0.29% | - |
| HSV(B) | 329.39º | 0.99% | 0.58% | - |
| XYZ | 13.53 | 6.84 | 7.44 | - |
| YUV | 53.5 | 140.7 | 195.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 1 | 76 | 0 | 0.99 | 0.49 | 0.42 | 329.39 | 0.99 | 0.29 |
| Hex | 94 | 1 | 4C | 0 | 63 | 31 | 2A | 149 | 63 | 1D |
| Octal | 224 | 1 | 114 | 0 | 143 | 61 | 52 | 511 | 143 | 35 |
| Binary | 10010100 | 1 | 1001100 | 0 | 1100011 | 110001 | 101010 | 101001001 | 1100011 | 11101 |
Color Harmonies of #94014C
Complementary color
Monochromatic Colors of #94014C
Black with #94014C
Text Example
Text Example
White with #94014C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94014C; }
p { color: rgb(148,1,76); }
H1.HeaderClassName
{
color: #94014C;
}
.AnyTagClassName
{
color: #94014C;
}
</style>
background-color css
<style>
a { background-color: #94014C; }
a { background-color: rgb(148,1,76); }
div.DivClassName
{
background-color: #94014C;
}
.BgClassName
{
background-color: #94014C;
}
</style>
border-color css
<style>
span { border-color: #94014C; }
span { border-color: rgb(148,1,76); }
td.TdClassName
{
border-color: #94014C;
}
.TagClassName
{
border-color: #94014C;
}
</style>