Shades of Jazzberry Jam #99024D
Tints of Jazzberry Jam #99024D
RGB
CMYK
RGB Variations
Color information
#99024D (or 0x99024D) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 4D. RGB value is (153,2,77). Sum of RGB (Red+Green+Blue) = 153+2+77=232 (30% of max value = 765). Red value is 153 (60.16% from 255 or 65.95% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 153 - color contains mainly: red. Hex color #99024D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99024D is #66FDB2. Grayscale: #373737. Windows color (decimal): -6749619 or 5046937. OLE color: 5046937.
HSL color Cylindrical-coordinate representation of color #99024D: hue angle of 330.2º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99024D is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.4 |
| HSL | 330.2º | 0.97% | 0.3% | - |
| HSV(B) | 330.2º | 0.99% | 0.6% | - |
| XYZ | 14.5 | 7.35 | 7.68 | - |
| YUV | 55.7 | 140.03 | 197.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 77 | 0 | 0.99 | 0.50 | 0.4 | 330.2 | 0.97 | 0.3 |
| Hex | 99 | 2 | 4D | 0 | 63 | 32 | 28 | 14A | 61 | 1E |
| Octal | 231 | 2 | 115 | 0 | 143 | 62 | 50 | 512 | 141 | 36 |
| Binary | 10011001 | 10 | 1001101 | 0 | 1100011 | 110010 | 101000 | 101001010 | 1100001 | 11110 |
Color Harmonies of #99024D
Complementary color
Monochromatic Colors of #99024D
Black with #99024D
Text Example
Text Example
White with #99024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99024D; }
p { color: rgb(153,2,77); }
H1.HeaderClassName
{
color: #99024D;
}
.AnyTagClassName
{
color: #99024D;
}
</style>
background-color css
<style>
a { background-color: #99024D; }
a { background-color: rgb(153,2,77); }
div.DivClassName
{
background-color: #99024D;
}
.BgClassName
{
background-color: #99024D;
}
</style>
border-color css
<style>
span { border-color: #99024D; }
span { border-color: rgb(153,2,77); }
td.TdClassName
{
border-color: #99024D;
}
.TagClassName
{
border-color: #99024D;
}
</style>