Shades of Jazzberry Jam #99023F
Tints of Jazzberry Jam #99023F
RGB
CMYK
RGB Variations
Color information
#99023F (or 0x99023F) is known color: Jazzberry Jam. HEX triplet: 99, 02 and 3F. RGB value is (153,2,63). Sum of RGB (Red+Green+Blue) = 153+2+63=218 (28% of max value = 765). Red value is 153 (60.16% from 255 or 70.18% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 153 - color contains mainly: red. Hex color #99023F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #99023F is #66FDC0. Grayscale: #363636. Windows color (decimal): -6749633 or 4129433. OLE color: 4129433.
HSL color Cylindrical-coordinate representation of color #99023F: hue angle of 335.76º 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 #99023F is Cyan = 0, Magento = 0.99, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 2 | 63 | - |
| CMYK | 0 | 0.99 | 0.59 | 0.4 |
| HSL | 335.76º | 0.97% | 0.3% | - |
| HSV(B) | 335.76º | 0.99% | 0.6% | - |
| XYZ | 14.06 | 7.17 | 5.35 | - |
| YUV | 54.1 | 133.03 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 2 | 63 | 0 | 0.99 | 0.59 | 0.4 | 335.76 | 0.97 | 0.3 |
| Hex | 99 | 2 | 3F | 0 | 63 | 3B | 28 | 150 | 61 | 1E |
| Octal | 231 | 2 | 77 | 0 | 143 | 73 | 50 | 520 | 141 | 36 |
| Binary | 10011001 | 10 | 111111 | 0 | 1100011 | 111011 | 101000 | 101010000 | 1100001 | 11110 |
Color Harmonies of #99023F
Complementary color
Monochromatic Colors of #99023F
Black with #99023F
Text Example
Text Example
White with #99023F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99023F; }
p { color: rgb(153,2,63); }
H1.HeaderClassName
{
color: #99023F;
}
.AnyTagClassName
{
color: #99023F;
}
</style>
background-color css
<style>
a { background-color: #99023F; }
a { background-color: rgb(153,2,63); }
div.DivClassName
{
background-color: #99023F;
}
.BgClassName
{
background-color: #99023F;
}
</style>
border-color css
<style>
span { border-color: #99023F; }
span { border-color: rgb(153,2,63); }
td.TdClassName
{
border-color: #99023F;
}
.TagClassName
{
border-color: #99023F;
}
</style>