Shades of Jazzberry Jam #93004D
Tints of Jazzberry Jam #93004D
RGB
CMYK
RGB Variations
Color information
#93004D (or 0x93004D) is known color: Jazzberry Jam. HEX triplet: 93, 00 and 4D. RGB value is (147,0,77). Sum of RGB (Red+Green+Blue) = 147+0+77=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93004D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #93004D is #6CFFB2. Grayscale: #343434. Windows color (decimal): -7143347 or 5046419. OLE color: 5046419.
HSL color Cylindrical-coordinate representation of color #93004D: hue angle of 328.57º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #93004D is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.48 | 0.42 |
| HSL | 328.57º | 1% | 0.29% | - |
| HSV(B) | 328.57º | 1% | 0.58% | - |
| XYZ | 13.37 | 6.74 | 7.62 | - |
| YUV | 52.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 0 | 77 | 0 | 1 | 0.48 | 0.42 | 328.57 | 1 | 0.29 |
| Hex | 93 | 0 | 4D | 0 | 64 | 30 | 2A | 149 | 64 | 1D |
| Octal | 223 | 0 | 115 | 0 | 144 | 60 | 52 | 511 | 144 | 35 |
| Binary | 10010011 | 0 | 1001101 | 0 | 1100100 | 110000 | 101010 | 101001001 | 1100100 | 11101 |
Color Harmonies of #93004D
Complementary color
Monochromatic Colors of #93004D
Black with #93004D
Text Example
Text Example
White with #93004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93004D; }
p { color: rgb(147,0,77); }
H1.HeaderClassName
{
color: #93004D;
}
.AnyTagClassName
{
color: #93004D;
}
</style>
background-color css
<style>
a { background-color: #93004D; }
a { background-color: rgb(147,0,77); }
div.DivClassName
{
background-color: #93004D;
}
.BgClassName
{
background-color: #93004D;
}
</style>
border-color css
<style>
span { border-color: #93004D; }
span { border-color: rgb(147,0,77); }
td.TdClassName
{
border-color: #93004D;
}
.TagClassName
{
border-color: #93004D;
}
</style>