Shades of Jazzberry Jam #99023D
Tints of Jazzberry Jam #99023D
RGB
CMYK
RGB Variations
Color information
#99023D (or 0x99023D) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 3D. RGB value is (153,2,61). Sum of RGB (Red+Green+Blue) = 153+2+61=216 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.83% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 61 (24.22% from 255 or 28.24% from 216); Max value from RGB is 153 - color contains mainly: red. Hex color #99023D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99023D is #66FDC2. Grayscale: #353535. Windows color (decimal): -6749635 or 3998361. OLE color: 3998361.
HSL color Cylindrical-coordinate representation of color #99023D: hue angle of 336.56º 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 #99023D is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 61 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.4 |
| HSL | 336.56º | 0.97% | 0.3% | - |
| HSV(B) | 336.56º | 0.99% | 0.6% | - |
| XYZ | 14 | 7.15 | 5.06 | - |
| YUV | 53.88 | 132.03 | 198.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 61 | 0 | 0.99 | 0.60 | 0.4 | 336.56 | 0.97 | 0.3 |
| Hex | 99 | 2 | 3D | 0 | 63 | 3C | 28 | 151 | 61 | 1E |
| Octal | 231 | 2 | 75 | 0 | 143 | 74 | 50 | 521 | 141 | 36 |
| Binary | 10011001 | 10 | 111101 | 0 | 1100011 | 111100 | 101000 | 101010001 | 1100001 | 11110 |
Color Harmonies of #99023D
Complementary color
Monochromatic Colors of #99023D
Black with #99023D
Text Example
Text Example
White with #99023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99023D; }
p { color: rgb(153,2,61); }
H1.HeaderClassName
{
color: #99023D;
}
.AnyTagClassName
{
color: #99023D;
}
</style>
background-color css
<style>
a { background-color: #99023D; }
a { background-color: rgb(153,2,61); }
div.DivClassName
{
background-color: #99023D;
}
.BgClassName
{
background-color: #99023D;
}
</style>
border-color css
<style>
span { border-color: #99023D; }
span { border-color: rgb(153,2,61); }
td.TdClassName
{
border-color: #99023D;
}
.TagClassName
{
border-color: #99023D;
}
</style>