Shades of Jazzberry Jam #991D60
Tints of Jazzberry Jam #991D60
RGB
CMYK
RGB Variations
Color information
#991D60 (or 0x991D60) is known color: Jazzberry Jam. HEX triplet: 99, 1D and 60. RGB value is (153,29,96). Sum of RGB (Red+Green+Blue) = 153+29+96=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 29 (11.72% from 255 or 10.43% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #991D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D60 is #66E29F. Grayscale: #494949. Windows color (decimal): -6742688 or 6299033. OLE color: 6299033.
HSL color Cylindrical-coordinate representation of color #991D60: hue angle of 327.58º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #991D60 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 96 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.4 |
| HSL | 327.58º | 0.68% | 0.36% | - |
| HSV(B) | 327.58º | 0.81% | 0.6% | - |
| XYZ | 15.69 | 8.5 | 11.88 | - |
| YUV | 73.71 | 140.58 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 96 | 0 | 0.81 | 0.37 | 0.4 | 327.58 | 0.68 | 0.36 |
| Hex | 99 | 1D | 60 | 0 | 51 | 25 | 28 | 148 | 44 | 24 |
| Octal | 231 | 35 | 140 | 0 | 121 | 45 | 50 | 510 | 104 | 44 |
| Binary | 10011001 | 11101 | 1100000 | 0 | 1010001 | 100101 | 101000 | 101001000 | 1000100 | 100100 |
Color Harmonies of #991D60
Complementary color
Monochromatic Colors of #991D60
Black with #991D60
Text Example
Text Example
White with #991D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D60; }
p { color: rgb(153,29,96); }
H1.HeaderClassName
{
color: #991D60;
}
.AnyTagClassName
{
color: #991D60;
}
</style>
background-color css
<style>
a { background-color: #991D60; }
a { background-color: rgb(153,29,96); }
div.DivClassName
{
background-color: #991D60;
}
.BgClassName
{
background-color: #991D60;
}
</style>
border-color css
<style>
span { border-color: #991D60; }
span { border-color: rgb(153,29,96); }
td.TdClassName
{
border-color: #991D60;
}
.TagClassName
{
border-color: #991D60;
}
</style>