Shades of Jazzberry Jam #990A3C
Tints of Jazzberry Jam #990A3C
RGB
CMYK
RGB Variations
Color information
#990A3C (or 0x990A3C) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 3C. RGB value is (153,10,60). Sum of RGB (Red+Green+Blue) = 153+10+60=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 10 (4.30% from 255 or 4.48% from 223); Blue value is 60 (23.83% from 255 or 26.91% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #990A3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A3C is #66F5C3. Grayscale: #3A3A3A. Windows color (decimal): -6747588 or 3934873. OLE color: 3934873.
HSL color Cylindrical-coordinate representation of color #990A3C: hue angle of 339.02º 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 #990A3C is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 60 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.4 |
| HSL | 339.02º | 0.88% | 0.32% | - |
| HSV(B) | 339.02º | 0.93% | 0.6% | - |
| XYZ | 14.06 | 7.32 | 4.95 | - |
| YUV | 58.46 | 128.88 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 60 | 0 | 0.93 | 0.61 | 0.4 | 339.02 | 0.88 | 0.32 |
| Hex | 99 | A | 3C | 0 | 5D | 3D | 28 | 153 | 58 | 20 |
| Octal | 231 | 12 | 74 | 0 | 135 | 75 | 50 | 523 | 130 | 40 |
| Binary | 10011001 | 1010 | 111100 | 0 | 1011101 | 111101 | 101000 | 101010011 | 1011000 | 100000 |
Color Harmonies of #990A3C
Complementary color
Monochromatic Colors of #990A3C
Black with #990A3C
Text Example
Text Example
White with #990A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A3C; }
p { color: rgb(153,10,60); }
H1.HeaderClassName
{
color: #990A3C;
}
.AnyTagClassName
{
color: #990A3C;
}
</style>
background-color css
<style>
a { background-color: #990A3C; }
a { background-color: rgb(153,10,60); }
div.DivClassName
{
background-color: #990A3C;
}
.BgClassName
{
background-color: #990A3C;
}
</style>
border-color css
<style>
span { border-color: #990A3C; }
span { border-color: rgb(153,10,60); }
td.TdClassName
{
border-color: #990A3C;
}
.TagClassName
{
border-color: #990A3C;
}
</style>