Shades of Jazzberry Jam #990C53
Tints of Jazzberry Jam #990C53
RGB
CMYK
RGB Variations
Color information
#990C53 (or 0x990C53) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 53. RGB value is (153,12,83). Sum of RGB (Red+Green+Blue) = 153+12+83=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 12 (5.08% from 255 or 4.84% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #990C53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C53 is #66F3AC. Grayscale: #3E3E3E. Windows color (decimal): -6747053 or 5442713. OLE color: 5442713.
HSL color Cylindrical-coordinate representation of color #990C53: hue angle of 329.79º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990C53 is Cyan = 0, Magento = 0.92, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 83 | - |
| CMYK | 0 | 0.92 | 0.46 | 0.4 |
| HSL | 329.79º | 0.85% | 0.32% | - |
| HSV(B) | 329.79º | 0.92% | 0.6% | - |
| XYZ | 14.83 | 7.66 | 8.88 | - |
| YUV | 62.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 83 | 0 | 0.92 | 0.46 | 0.4 | 329.79 | 0.85 | 0.32 |
| Hex | 99 | C | 53 | 0 | 5C | 2E | 28 | 14A | 55 | 20 |
| Octal | 231 | 14 | 123 | 0 | 134 | 56 | 50 | 512 | 125 | 40 |
| Binary | 10011001 | 1100 | 1010011 | 0 | 1011100 | 101110 | 101000 | 101001010 | 1010101 | 100000 |
Color Harmonies of #990C53
Complementary color
Monochromatic Colors of #990C53
Black with #990C53
Text Example
Text Example
White with #990C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C53; }
p { color: rgb(153,12,83); }
H1.HeaderClassName
{
color: #990C53;
}
.AnyTagClassName
{
color: #990C53;
}
</style>
background-color css
<style>
a { background-color: #990C53; }
a { background-color: rgb(153,12,83); }
div.DivClassName
{
background-color: #990C53;
}
.BgClassName
{
background-color: #990C53;
}
</style>
border-color css
<style>
span { border-color: #990C53; }
span { border-color: rgb(153,12,83); }
td.TdClassName
{
border-color: #990C53;
}
.TagClassName
{
border-color: #990C53;
}
</style>