Shades of Jazzberry Jam #990D4D
Tints of Jazzberry Jam #990D4D
RGB
CMYK
RGB Variations
Color information
#990D4D (or 0x990D4D) is known color: Jazzberry Jam. HEX triplet: 99, 0D and 4D. RGB value is (153,13,77). Sum of RGB (Red+Green+Blue) = 153+13+77=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 77 (30.47% from 255 or 31.69% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #990D4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D4D is #66F2B2. Grayscale: #3E3E3E. Windows color (decimal): -6746803 or 5049753. OLE color: 5049753.
HSL color Cylindrical-coordinate representation of color #990D4D: hue angle of 332.57º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #990D4D is Cyan = 0, Magento = 0.92, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 13 | 77 | - |
| CMYK | 0 | 0.92 | 0.50 | 0.4 |
| HSL | 332.57º | 0.84% | 0.33% | - |
| HSV(B) | 332.57º | 0.92% | 0.6% | - |
| XYZ | 14.62 | 7.6 | 7.72 | - |
| YUV | 62.16 | 136.38 | 192.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 13 | 77 | 0 | 0.92 | 0.50 | 0.4 | 332.57 | 0.84 | 0.33 |
| Hex | 99 | D | 4D | 0 | 5C | 32 | 28 | 14D | 54 | 21 |
| Octal | 231 | 15 | 115 | 0 | 134 | 62 | 50 | 515 | 124 | 41 |
| Binary | 10011001 | 1101 | 1001101 | 0 | 1011100 | 110010 | 101000 | 101001101 | 1010100 | 100001 |
Color Harmonies of #990D4D
Complementary color
Monochromatic Colors of #990D4D
Black with #990D4D
Text Example
Text Example
White with #990D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990D4D; }
p { color: rgb(153,13,77); }
H1.HeaderClassName
{
color: #990D4D;
}
.AnyTagClassName
{
color: #990D4D;
}
</style>
background-color css
<style>
a { background-color: #990D4D; }
a { background-color: rgb(153,13,77); }
div.DivClassName
{
background-color: #990D4D;
}
.BgClassName
{
background-color: #990D4D;
}
</style>
border-color css
<style>
span { border-color: #990D4D; }
span { border-color: rgb(153,13,77); }
td.TdClassName
{
border-color: #990D4D;
}
.TagClassName
{
border-color: #990D4D;
}
</style>