Shades of Jazzberry Jam #99044E
Tints of Jazzberry Jam #99044E
RGB
CMYK
RGB Variations
Color information
#99044E (or 0x99044E) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 4E. RGB value is (153,4,78). Sum of RGB (Red+Green+Blue) = 153+4+78=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99044E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99044E is #66FBB1. Grayscale: #383838. Windows color (decimal): -6749106 or 5112985. OLE color: 5112985.
HSL color Cylindrical-coordinate representation of color #99044E: hue angle of 330.2º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99044E is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 4 | 78 | - |
| CMYK | 0 | 0.97 | 0.49 | 0.4 |
| HSL | 330.2º | 0.95% | 0.31% | - |
| HSV(B) | 330.2º | 0.97% | 0.6% | - |
| XYZ | 14.56 | 7.41 | 7.87 | - |
| YUV | 56.99 | 139.86 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 4 | 78 | 0 | 0.97 | 0.49 | 0.4 | 330.2 | 0.95 | 0.31 |
| Hex | 99 | 4 | 4E | 0 | 61 | 31 | 28 | 14A | 5F | 1F |
| Octal | 231 | 4 | 116 | 0 | 141 | 61 | 50 | 512 | 137 | 37 |
| Binary | 10011001 | 100 | 1001110 | 0 | 1100001 | 110001 | 101000 | 101001010 | 1011111 | 11111 |
Color Harmonies of #99044E
Complementary color
Monochromatic Colors of #99044E
Black with #99044E
Text Example
Text Example
White with #99044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99044E; }
p { color: rgb(153,4,78); }
H1.HeaderClassName
{
color: #99044E;
}
.AnyTagClassName
{
color: #99044E;
}
</style>
background-color css
<style>
a { background-color: #99044E; }
a { background-color: rgb(153,4,78); }
div.DivClassName
{
background-color: #99044E;
}
.BgClassName
{
background-color: #99044E;
}
</style>
border-color css
<style>
span { border-color: #99044E; }
span { border-color: rgb(153,4,78); }
td.TdClassName
{
border-color: #99044E;
}
.TagClassName
{
border-color: #99044E;
}
</style>