Shades of Jazzberry Jam #93044D
Tints of Jazzberry Jam #93044D
RGB
CMYK
RGB Variations
Color information
#93044D (or 0x93044D) is known color: Jazzberry Jam. HEX triplet: 93, 04 and 4D. RGB value is (147,4,77). Sum of RGB (Red+Green+Blue) = 147+4+77=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 4 (1.95% from 255 or 1.75% from 228); Blue value is 77 (30.47% from 255 or 33.77% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #93044D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93044D is #6CFBB2. Grayscale: #363636. Windows color (decimal): -7142323 or 5047443. OLE color: 5047443.
HSL color Cylindrical-coordinate representation of color #93044D: hue angle of 329.37º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #93044D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 4 | 77 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.42 |
| HSL | 329.37º | 0.95% | 0.3% | - |
| HSV(B) | 329.37º | 0.97% | 0.58% | - |
| XYZ | 13.42 | 6.83 | 7.63 | - |
| YUV | 55.08 | 140.38 | 193.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 4 | 77 | 0 | 0.97 | 0.48 | 0.42 | 329.37 | 0.95 | 0.3 |
| Hex | 93 | 4 | 4D | 0 | 61 | 30 | 2A | 149 | 5F | 1E |
| Octal | 223 | 4 | 115 | 0 | 141 | 60 | 52 | 511 | 137 | 36 |
| Binary | 10010011 | 100 | 1001101 | 0 | 1100001 | 110000 | 101010 | 101001001 | 1011111 | 11110 |
Color Harmonies of #93044D
Complementary color
Monochromatic Colors of #93044D
Black with #93044D
Text Example
Text Example
White with #93044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93044D; }
p { color: rgb(147,4,77); }
H1.HeaderClassName
{
color: #93044D;
}
.AnyTagClassName
{
color: #93044D;
}
</style>
background-color css
<style>
a { background-color: #93044D; }
a { background-color: rgb(147,4,77); }
div.DivClassName
{
background-color: #93044D;
}
.BgClassName
{
background-color: #93044D;
}
</style>
border-color css
<style>
span { border-color: #93044D; }
span { border-color: rgb(147,4,77); }
td.TdClassName
{
border-color: #93044D;
}
.TagClassName
{
border-color: #93044D;
}
</style>