Shades of Jazzberry Jam #990A47
Tints of Jazzberry Jam #990A47
RGB
CMYK
RGB Variations
Color information
#990A47 (or 0x990A47) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 47. RGB value is (153,10,71). Sum of RGB (Red+Green+Blue) = 153+10+71=234 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.38% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 71 (28.12% from 255 or 30.34% from 234); Max value from RGB is 153 - color contains mainly: red. Hex color #990A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A47 is #66F5B8. Grayscale: #3B3B3B. Windows color (decimal): -6747577 or 4655769. OLE color: 4655769.
HSL color Cylindrical-coordinate representation of color #990A47: hue angle of 334.41º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A47 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 71 | - |
| CMYK | 0 | 0.93 | 0.54 | 0.4 |
| HSL | 334.41º | 0.88% | 0.32% | - |
| HSV(B) | 334.41º | 0.93% | 0.6% | - |
| XYZ | 14.38 | 7.44 | 6.64 | - |
| YUV | 59.71 | 134.38 | 194.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 71 | 0 | 0.93 | 0.54 | 0.4 | 334.41 | 0.88 | 0.32 |
| Hex | 99 | A | 47 | 0 | 5D | 36 | 28 | 14E | 58 | 20 |
| Octal | 231 | 12 | 107 | 0 | 135 | 66 | 50 | 516 | 130 | 40 |
| Binary | 10011001 | 1010 | 1000111 | 0 | 1011101 | 110110 | 101000 | 101001110 | 1011000 | 100000 |
Color Harmonies of #990A47
Complementary color
Monochromatic Colors of #990A47
Black with #990A47
Text Example
Text Example
White with #990A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A47; }
p { color: rgb(153,10,71); }
H1.HeaderClassName
{
color: #990A47;
}
.AnyTagClassName
{
color: #990A47;
}
</style>
background-color css
<style>
a { background-color: #990A47; }
a { background-color: rgb(153,10,71); }
div.DivClassName
{
background-color: #990A47;
}
.BgClassName
{
background-color: #990A47;
}
</style>
border-color css
<style>
span { border-color: #990A47; }
span { border-color: rgb(153,10,71); }
td.TdClassName
{
border-color: #990A47;
}
.TagClassName
{
border-color: #990A47;
}
</style>