Shades of Jazzberry Jam #99054D
Tints of Jazzberry Jam #99054D
RGB
CMYK
RGB Variations
Color information
#99054D (or 0x99054D) is known color: Jazzberry Jam. HEX triplet: 99, 05 and 4D. RGB value is (153,5,77). Sum of RGB (Red+Green+Blue) = 153+5+77=235 (31% of max value = 765). Red value is 153 (60.16% from 255 or 65.11% from 235); Green value is 5 (2.34% from 255 or 2.13% from 235); Blue value is 77 (30.47% from 255 or 32.77% from 235); Max value from RGB is 153 - color contains mainly: red. Hex color #99054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #99054D is #66FAB2. Grayscale: #393939. Windows color (decimal): -6748851 or 5047705. OLE color: 5047705.
HSL color Cylindrical-coordinate representation of color #99054D: hue angle of 330.81º degrees, saturation: 0.94, 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 #99054D is Cyan = 0, Magento = 0.97, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 5 | 77 | - |
| CMYK | 0 | 0.97 | 0.50 | 0.4 |
| HSL | 330.81º | 0.94% | 0.31% | - |
| HSV(B) | 330.81º | 0.97% | 0.6% | - |
| XYZ | 14.53 | 7.42 | 7.69 | - |
| YUV | 57.46 | 139.03 | 196.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 5 | 77 | 0 | 0.97 | 0.50 | 0.4 | 330.81 | 0.94 | 0.31 |
| Hex | 99 | 5 | 4D | 0 | 61 | 32 | 28 | 14B | 5E | 1F |
| Octal | 231 | 5 | 115 | 0 | 141 | 62 | 50 | 513 | 136 | 37 |
| Binary | 10011001 | 101 | 1001101 | 0 | 1100001 | 110010 | 101000 | 101001011 | 1011110 | 11111 |
Color Harmonies of #99054D
Complementary color
Monochromatic Colors of #99054D
Black with #99054D
Text Example
Text Example
White with #99054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99054D; }
p { color: rgb(153,5,77); }
H1.HeaderClassName
{
color: #99054D;
}
.AnyTagClassName
{
color: #99054D;
}
</style>
background-color css
<style>
a { background-color: #99054D; }
a { background-color: rgb(153,5,77); }
div.DivClassName
{
background-color: #99054D;
}
.BgClassName
{
background-color: #99054D;
}
</style>
border-color css
<style>
span { border-color: #99054D; }
span { border-color: rgb(153,5,77); }
td.TdClassName
{
border-color: #99054D;
}
.TagClassName
{
border-color: #99054D;
}
</style>