Shades of Jazzberry Jam #990C3C
Tints of Jazzberry Jam #990C3C
RGB
CMYK
RGB Variations
Color information
#990C3C (or 0x990C3C) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 3C. RGB value is (153,12,60). Sum of RGB (Red+Green+Blue) = 153+12+60=225 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 153 - color contains mainly: red. Hex color #990C3C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C3C is #66F3C3. Grayscale: #3B3B3B. Windows color (decimal): -6747076 or 3935385. OLE color: 3935385.
HSL color Cylindrical-coordinate representation of color #990C3C: hue angle of 339.57º 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 #990C3C is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 60 | - |
| CMYK | 0 | 0.92 | 0.61 | 0.4 |
| HSL | 339.57º | 0.85% | 0.32% | - |
| HSV(B) | 339.57º | 0.92% | 0.6% | - |
| XYZ | 14.08 | 7.36 | 4.95 | - |
| YUV | 59.63 | 128.21 | 194.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 60 | 0 | 0.92 | 0.61 | 0.4 | 339.57 | 0.85 | 0.32 |
| Hex | 99 | C | 3C | 0 | 5C | 3D | 28 | 154 | 55 | 20 |
| Octal | 231 | 14 | 74 | 0 | 134 | 75 | 50 | 524 | 125 | 40 |
| Binary | 10011001 | 1100 | 111100 | 0 | 1011100 | 111101 | 101000 | 101010100 | 1010101 | 100000 |
Color Harmonies of #990C3C
Complementary color
Monochromatic Colors of #990C3C
Black with #990C3C
Text Example
Text Example
White with #990C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C3C; }
p { color: rgb(153,12,60); }
H1.HeaderClassName
{
color: #990C3C;
}
.AnyTagClassName
{
color: #990C3C;
}
</style>
background-color css
<style>
a { background-color: #990C3C; }
a { background-color: rgb(153,12,60); }
div.DivClassName
{
background-color: #990C3C;
}
.BgClassName
{
background-color: #990C3C;
}
</style>
border-color css
<style>
span { border-color: #990C3C; }
span { border-color: rgb(153,12,60); }
td.TdClassName
{
border-color: #990C3C;
}
.TagClassName
{
border-color: #990C3C;
}
</style>