Shades of Jazzberry Jam #99124D
Tints of Jazzberry Jam #99124D
RGB
CMYK
RGB Variations
Color information
#99124D (or 0x99124D) is known color: Jazzberry Jam. HEX triplet: 99, 12 and 4D. RGB value is (153,18,77). Sum of RGB (Red+Green+Blue) = 153+18+77=248 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.69% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 153 - color contains mainly: red. Hex color #99124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99124D is #66EDB2. Grayscale: #404040. Windows color (decimal): -6745523 or 5051033. OLE color: 5051033.
HSL color Cylindrical-coordinate representation of color #99124D: hue angle of 333.78º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #99124D is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 18 | 77 | - |
| CMYK | 0 | 0.88 | 0.50 | 0.4 |
| HSL | 333.78º | 0.79% | 0.34% | - |
| HSV(B) | 333.78º | 0.88% | 0.6% | - |
| XYZ | 14.69 | 7.74 | 7.74 | - |
| YUV | 65.09 | 134.73 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 18 | 77 | 0 | 0.88 | 0.50 | 0.4 | 333.78 | 0.79 | 0.34 |
| Hex | 99 | 12 | 4D | 0 | 58 | 32 | 28 | 14E | 4F | 22 |
| Octal | 231 | 22 | 115 | 0 | 130 | 62 | 50 | 516 | 117 | 42 |
| Binary | 10011001 | 10010 | 1001101 | 0 | 1011000 | 110010 | 101000 | 101001110 | 1001111 | 100010 |
Color Harmonies of #99124D
Complementary color
Monochromatic Colors of #99124D
Black with #99124D
Text Example
Text Example
White with #99124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99124D; }
p { color: rgb(153,18,77); }
H1.HeaderClassName
{
color: #99124D;
}
.AnyTagClassName
{
color: #99124D;
}
</style>
background-color css
<style>
a { background-color: #99124D; }
a { background-color: rgb(153,18,77); }
div.DivClassName
{
background-color: #99124D;
}
.BgClassName
{
background-color: #99124D;
}
</style>
border-color css
<style>
span { border-color: #99124D; }
span { border-color: rgb(153,18,77); }
td.TdClassName
{
border-color: #99124D;
}
.TagClassName
{
border-color: #99124D;
}
</style>