Shades of Jazzberry Jam #990752
Tints of Jazzberry Jam #990752
RGB
CMYK
RGB Variations
Color information
#990752 (or 0x990752) is known color: Jazzberry Jam. HEX triplet: 99, 07 and 52. RGB value is (153,7,82). Sum of RGB (Red+Green+Blue) = 153+7+82=242 (32% of max value = 765). Red value is 153 (60.16% from 255 or 63.22% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 153 - color contains mainly: red. Hex color #990752 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990752 is #66F8AD. Grayscale: #3B3B3B. Windows color (decimal): -6748334 or 5375897. OLE color: 5375897.
HSL color Cylindrical-coordinate representation of color #990752: hue angle of 329.18º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990752 is Cyan = 0, Magento = 0.95, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 7 | 82 | - |
| CMYK | 0 | 0.95 | 0.46 | 0.4 |
| HSL | 329.18º | 0.91% | 0.31% | - |
| HSV(B) | 329.18º | 0.95% | 0.6% | - |
| XYZ | 14.74 | 7.53 | 8.66 | - |
| YUV | 59.2 | 140.87 | 194.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 82 | 0 | 0.95 | 0.46 | 0.4 | 329.18 | 0.91 | 0.31 |
| Hex | 99 | 7 | 52 | 0 | 5F | 2E | 28 | 149 | 5B | 1F |
| Octal | 231 | 7 | 122 | 0 | 137 | 56 | 50 | 511 | 133 | 37 |
| Binary | 10011001 | 111 | 1010010 | 0 | 1011111 | 101110 | 101000 | 101001001 | 1011011 | 11111 |
Color Harmonies of #990752
Complementary color
Monochromatic Colors of #990752
Black with #990752
Text Example
Text Example
White with #990752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990752; }
p { color: rgb(153,7,82); }
H1.HeaderClassName
{
color: #990752;
}
.AnyTagClassName
{
color: #990752;
}
</style>
background-color css
<style>
a { background-color: #990752; }
a { background-color: rgb(153,7,82); }
div.DivClassName
{
background-color: #990752;
}
.BgClassName
{
background-color: #990752;
}
</style>
border-color css
<style>
span { border-color: #990752; }
span { border-color: rgb(153,7,82); }
td.TdClassName
{
border-color: #990752;
}
.TagClassName
{
border-color: #990752;
}
</style>