Shades of Jazzberry Jam #990C4E
Tints of Jazzberry Jam #990C4E
RGB
CMYK
RGB Variations
Color information
#990C4E (or 0x990C4E) is known color: Jazzberry Jam. HEX triplet: 99, 0C and 4E. RGB value is (153,12,78). Sum of RGB (Red+Green+Blue) = 153+12+78=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 78 (30.86% from 255 or 32.10% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #990C4E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C4E is #66F3B1. Grayscale: #3D3D3D. Windows color (decimal): -6747058 or 5115033. OLE color: 5115033.
HSL color Cylindrical-coordinate representation of color #990C4E: hue angle of 331.91º 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 #990C4E is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 12 | 78 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.4 |
| HSL | 331.91º | 0.85% | 0.32% | - |
| HSV(B) | 331.91º | 0.92% | 0.6% | - |
| XYZ | 14.64 | 7.59 | 7.9 | - |
| YUV | 61.68 | 137.21 | 193.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 12 | 78 | 0 | 0.92 | 0.49 | 0.4 | 331.91 | 0.85 | 0.32 |
| Hex | 99 | C | 4E | 0 | 5C | 31 | 28 | 14C | 55 | 20 |
| Octal | 231 | 14 | 116 | 0 | 134 | 61 | 50 | 514 | 125 | 40 |
| Binary | 10011001 | 1100 | 1001110 | 0 | 1011100 | 110001 | 101000 | 101001100 | 1010101 | 100000 |
Color Harmonies of #990C4E
Complementary color
Monochromatic Colors of #990C4E
Black with #990C4E
Text Example
Text Example
White with #990C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990C4E; }
p { color: rgb(153,12,78); }
H1.HeaderClassName
{
color: #990C4E;
}
.AnyTagClassName
{
color: #990C4E;
}
</style>
background-color css
<style>
a { background-color: #990C4E; }
a { background-color: rgb(153,12,78); }
div.DivClassName
{
background-color: #990C4E;
}
.BgClassName
{
background-color: #990C4E;
}
</style>
border-color css
<style>
span { border-color: #990C4E; }
span { border-color: rgb(153,12,78); }
td.TdClassName
{
border-color: #990C4E;
}
.TagClassName
{
border-color: #990C4E;
}
</style>