Shades of Jazzberry Jam #990F44
Tints of Jazzberry Jam #990F44
RGB
CMYK
RGB Variations
Color information
#990F44 (or 0x990F44) is known color: Jazzberry Jam. HEX triplet: 99, 0F and 44. RGB value is (153,15,68). Sum of RGB (Red+Green+Blue) = 153+15+68=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #990F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F44 is #66F0BB. Grayscale: #3E3E3E. Windows color (decimal): -6746300 or 4460441. OLE color: 4460441.
HSL color Cylindrical-coordinate representation of color #990F44: hue angle of 336.96º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F44 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 15 | 68 | - |
| CMYK | 0 | 0.90 | 0.56 | 0.4 |
| HSL | 336.96º | 0.82% | 0.33% | - |
| HSV(B) | 336.96º | 0.9% | 0.6% | - |
| XYZ | 14.35 | 7.53 | 6.17 | - |
| YUV | 62.3 | 131.22 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 15 | 68 | 0 | 0.90 | 0.56 | 0.4 | 336.96 | 0.82 | 0.33 |
| Hex | 99 | F | 44 | 0 | 5A | 38 | 28 | 151 | 52 | 21 |
| Octal | 231 | 17 | 104 | 0 | 132 | 70 | 50 | 521 | 122 | 41 |
| Binary | 10011001 | 1111 | 1000100 | 0 | 1011010 | 111000 | 101000 | 101010001 | 1010010 | 100001 |
Color Harmonies of #990F44
Complementary color
Monochromatic Colors of #990F44
Black with #990F44
Text Example
Text Example
White with #990F44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #990F44; }
p { color: rgb(153,15,68); }
H1.HeaderClassName
{
color: #990F44;
}
.AnyTagClassName
{
color: #990F44;
}
</style>
background-color css
<style>
a { background-color: #990F44; }
a { background-color: rgb(153,15,68); }
div.DivClassName
{
background-color: #990F44;
}
.BgClassName
{
background-color: #990F44;
}
</style>
border-color css
<style>
span { border-color: #990F44; }
span { border-color: rgb(153,15,68); }
td.TdClassName
{
border-color: #990F44;
}
.TagClassName
{
border-color: #990F44;
}
</style>