Shades of Jazzberry Jam #991D5F
Tints of Jazzberry Jam #991D5F
RGB
CMYK
RGB Variations
Color information
#991D5F (or 0x991D5F) is known color: Jazzberry Jam. HEX triplet: 99, 1D and 5F. RGB value is (153,29,95). Sum of RGB (Red+Green+Blue) = 153+29+95=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 29 (11.72% from 255 or 10.47% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #991D5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991D5F is #66E2A0. Grayscale: #494949. Windows color (decimal): -6742689 or 6233497. OLE color: 6233497.
HSL color Cylindrical-coordinate representation of color #991D5F: hue angle of 328.06º 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 #991D5F is Cyan = 0, Magento = 0.81, Yellow = 0.38 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 29 | 95 | - |
| CMYK | 0 | 0.81 | 0.38 | 0.4 |
| HSL | 328.06º | 0.68% | 0.36% | - |
| HSV(B) | 328.06º | 0.81% | 0.6% | - |
| XYZ | 15.64 | 8.48 | 11.64 | - |
| YUV | 73.6 | 140.08 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 29 | 95 | 0 | 0.81 | 0.38 | 0.4 | 328.06 | 0.68 | 0.36 |
| Hex | 99 | 1D | 5F | 0 | 51 | 26 | 28 | 148 | 44 | 24 |
| Octal | 231 | 35 | 137 | 0 | 121 | 46 | 50 | 510 | 104 | 44 |
| Binary | 10011001 | 11101 | 1011111 | 0 | 1010001 | 100110 | 101000 | 101001000 | 1000100 | 100100 |
Color Harmonies of #991D5F
Complementary color
Monochromatic Colors of #991D5F
Black with #991D5F
Text Example
Text Example
White with #991D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991D5F; }
p { color: rgb(153,29,95); }
H1.HeaderClassName
{
color: #991D5F;
}
.AnyTagClassName
{
color: #991D5F;
}
</style>
background-color css
<style>
a { background-color: #991D5F; }
a { background-color: rgb(153,29,95); }
div.DivClassName
{
background-color: #991D5F;
}
.BgClassName
{
background-color: #991D5F;
}
</style>
border-color css
<style>
span { border-color: #991D5F; }
span { border-color: rgb(153,29,95); }
td.TdClassName
{
border-color: #991D5F;
}
.TagClassName
{
border-color: #991D5F;
}
</style>