Shades of Jazzberry Jam #990A5C
Tints of Jazzberry Jam #990A5C
RGB
CMYK
RGB Variations
Color information
#990A5C (or 0x990A5C) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 5C. RGB value is (153,10,92). Sum of RGB (Red+Green+Blue) = 153+10+92=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 10 (4.30% from 255 or 3.92% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #990A5C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A5C is #66F5A3. Grayscale: #3D3D3D. Windows color (decimal): -6747556 or 6032025. OLE color: 6032025.
HSL color Cylindrical-coordinate representation of color #990A5C: hue angle of 325.59º 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 #990A5C is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 10 | 92 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.4 |
| HSL | 325.59º | 0.88% | 0.32% | - |
| HSV(B) | 325.59º | 0.93% | 0.6% | - |
| XYZ | 15.18 | 7.76 | 10.82 | - |
| YUV | 62.11 | 144.88 | 192.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 10 | 92 | 0 | 0.93 | 0.40 | 0.4 | 325.59 | 0.88 | 0.32 |
| Hex | 99 | A | 5C | 0 | 5D | 28 | 28 | 146 | 58 | 20 |
| Octal | 231 | 12 | 134 | 0 | 135 | 50 | 50 | 506 | 130 | 40 |
| Binary | 10011001 | 1010 | 1011100 | 0 | 1011101 | 101000 | 101000 | 101000110 | 1011000 | 100000 |
Color Harmonies of #990A5C
Complementary color
Monochromatic Colors of #990A5C
Black with #990A5C
Text Example
Text Example
White with #990A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990A5C; }
p { color: rgb(153,10,92); }
H1.HeaderClassName
{
color: #990A5C;
}
.AnyTagClassName
{
color: #990A5C;
}
</style>
background-color css
<style>
a { background-color: #990A5C; }
a { background-color: rgb(153,10,92); }
div.DivClassName
{
background-color: #990A5C;
}
.BgClassName
{
background-color: #990A5C;
}
</style>
border-color css
<style>
span { border-color: #990A5C; }
span { border-color: rgb(153,10,92); }
td.TdClassName
{
border-color: #990A5C;
}
.TagClassName
{
border-color: #990A5C;
}
</style>