Shades of Jazzberry Jam #990648
Tints of Jazzberry Jam #990648
RGB
CMYK
RGB Variations
Color information
#990648 (or 0x990648) is known color: Jazzberry Jam. HEX triplet: 99, 06 and 48. RGB value is (153,6,72). Sum of RGB (Red+Green+Blue) = 153+6+72=231 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.23% from 231); Green value is 6 (2.73% from 255 or 2.60% from 231); Blue value is 72 (28.52% from 255 or 31.17% from 231); Max value from RGB is 153 - color contains mainly: red. Hex color #990648 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990648 is #66F9B7. Grayscale: #393939. Windows color (decimal): -6748600 or 4720281. OLE color: 4720281.
HSL color Cylindrical-coordinate representation of color #990648: hue angle of 333.06º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990648 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 6 | 72 | - |
| CMYK | 0 | 0.96 | 0.53 | 0.4 |
| HSL | 333.06º | 0.92% | 0.31% | - |
| HSV(B) | 333.06º | 0.96% | 0.6% | - |
| XYZ | 14.37 | 7.37 | 6.8 | - |
| YUV | 57.48 | 136.2 | 196.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 6 | 72 | 0 | 0.96 | 0.53 | 0.4 | 333.06 | 0.92 | 0.31 |
| Hex | 99 | 6 | 48 | 0 | 60 | 35 | 28 | 14D | 5C | 1F |
| Octal | 231 | 6 | 110 | 0 | 140 | 65 | 50 | 515 | 134 | 37 |
| Binary | 10011001 | 110 | 1001000 | 0 | 1100000 | 110101 | 101000 | 101001101 | 1011100 | 11111 |
Color Harmonies of #990648
Complementary color
Monochromatic Colors of #990648
Black with #990648
Text Example
Text Example
White with #990648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990648; }
p { color: rgb(153,6,72); }
H1.HeaderClassName
{
color: #990648;
}
.AnyTagClassName
{
color: #990648;
}
</style>
background-color css
<style>
a { background-color: #990648; }
a { background-color: rgb(153,6,72); }
div.DivClassName
{
background-color: #990648;
}
.BgClassName
{
background-color: #990648;
}
</style>
border-color css
<style>
span { border-color: #990648; }
span { border-color: rgb(153,6,72); }
td.TdClassName
{
border-color: #990648;
}
.TagClassName
{
border-color: #990648;
}
</style>