Shades of Jazzberry Jam #99104C
Tints of Jazzberry Jam #99104C
RGB
CMYK
RGB Variations
Color information
#99104C (or 0x99104C) is known color: Jazzberry Jam. HEX triplet: 99, 10 and 4C. RGB value is (153,16,76). Sum of RGB (Red+Green+Blue) = 153+16+76=245 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.45% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 76 (30.08% from 255 or 31.02% from 245); Max value from RGB is 153 - color contains mainly: red. Hex color #99104C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99104C is #66EFB3. Grayscale: #3F3F3F. Windows color (decimal): -6746036 or 4984985. OLE color: 4984985.
HSL color Cylindrical-coordinate representation of color #99104C: hue angle of 333.72º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99104C is Cyan = 0, Magento = 0.90, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 16 | 76 | - |
| CMYK | 0 | 0.90 | 0.50 | 0.4 |
| HSL | 333.72º | 0.81% | 0.33% | - |
| HSV(B) | 333.72º | 0.9% | 0.6% | - |
| XYZ | 14.63 | 7.66 | 7.55 | - |
| YUV | 63.8 | 134.89 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 16 | 76 | 0 | 0.90 | 0.50 | 0.4 | 333.72 | 0.81 | 0.33 |
| Hex | 99 | 10 | 4C | 0 | 5A | 32 | 28 | 14E | 51 | 21 |
| Octal | 231 | 20 | 114 | 0 | 132 | 62 | 50 | 516 | 121 | 41 |
| Binary | 10011001 | 10000 | 1001100 | 0 | 1011010 | 110010 | 101000 | 101001110 | 1010001 | 100001 |
Color Harmonies of #99104C
Complementary color
Monochromatic Colors of #99104C
Black with #99104C
Text Example
Text Example
White with #99104C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99104C; }
p { color: rgb(153,16,76); }
H1.HeaderClassName
{
color: #99104C;
}
.AnyTagClassName
{
color: #99104C;
}
</style>
background-color css
<style>
a { background-color: #99104C; }
a { background-color: rgb(153,16,76); }
div.DivClassName
{
background-color: #99104C;
}
.BgClassName
{
background-color: #99104C;
}
</style>
border-color css
<style>
span { border-color: #99104C; }
span { border-color: rgb(153,16,76); }
td.TdClassName
{
border-color: #99104C;
}
.TagClassName
{
border-color: #99104C;
}
</style>