Shades of Jazzberry Jam #99004C
Tints of Jazzberry Jam #99004C
RGB
CMYK
RGB Variations
Color information
#99004C (or 0x99004C) is known color: Jazzberry Jam. HEX triplet: 99, 00 and 4C. RGB value is (153,0,76). Sum of RGB (Red+Green+Blue) = 153+0+76=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #99004C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99004C is #66FFB3. Grayscale: #363636. Windows color (decimal): -6750132 or 4980889. OLE color: 4980889.
HSL color Cylindrical-coordinate representation of color #99004C: hue angle of 330.2º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #99004C is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.50 | 0.4 |
| HSL | 330.2º | 1% | 0.3% | - |
| HSV(B) | 330.2º | 1% | 0.6% | - |
| XYZ | 14.44 | 7.29 | 7.48 | - |
| YUV | 54.41 | 140.19 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 0 | 76 | 0 | 1 | 0.50 | 0.4 | 330.2 | 1 | 0.3 |
| Hex | 99 | 0 | 4C | 0 | 64 | 32 | 28 | 14A | 64 | 1E |
| Octal | 231 | 0 | 114 | 0 | 144 | 62 | 50 | 512 | 144 | 36 |
| Binary | 10011001 | 0 | 1001100 | 0 | 1100100 | 110010 | 101000 | 101001010 | 1100100 | 11110 |
Color Harmonies of #99004C
Complementary color
Monochromatic Colors of #99004C
Black with #99004C
Text Example
Text Example
White with #99004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99004C; }
p { color: rgb(153,0,76); }
H1.HeaderClassName
{
color: #99004C;
}
.AnyTagClassName
{
color: #99004C;
}
</style>
background-color css
<style>
a { background-color: #99004C; }
a { background-color: rgb(153,0,76); }
div.DivClassName
{
background-color: #99004C;
}
.BgClassName
{
background-color: #99004C;
}
</style>
border-color css
<style>
span { border-color: #99004C; }
span { border-color: rgb(153,0,76); }
td.TdClassName
{
border-color: #99004C;
}
.TagClassName
{
border-color: #99004C;
}
</style>