Shades of Jazzberry Jam #991753
Tints of Jazzberry Jam #991753
RGB
CMYK
RGB Variations
Color information
#991753 (or 0x991753) is known color: Jazzberry Jam. HEX triplet: 99, 17 and 53. RGB value is (153,23,83). Sum of RGB (Red+Green+Blue) = 153+23+83=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 83 (32.81% from 255 or 32.05% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #991753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991753 is #66E8AC. Grayscale: #444444. Windows color (decimal): -6744237 or 5445529. OLE color: 5445529.
HSL color Cylindrical-coordinate representation of color #991753: hue angle of 332.31º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #991753 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 23 | 83 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.4 |
| HSL | 332.31º | 0.74% | 0.35% | - |
| HSV(B) | 332.31º | 0.85% | 0.6% | - |
| XYZ | 15 | 8.01 | 8.94 | - |
| YUV | 68.71 | 136.07 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 83 | 0 | 0.85 | 0.46 | 0.4 | 332.31 | 0.74 | 0.35 |
| Hex | 99 | 17 | 53 | 0 | 55 | 2E | 28 | 14C | 4A | 23 |
| Octal | 231 | 27 | 123 | 0 | 125 | 56 | 50 | 514 | 112 | 43 |
| Binary | 10011001 | 10111 | 1010011 | 0 | 1010101 | 101110 | 101000 | 101001100 | 1001010 | 100011 |
Color Harmonies of #991753
Complementary color
Monochromatic Colors of #991753
Black with #991753
Text Example
Text Example
White with #991753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991753; }
p { color: rgb(153,23,83); }
H1.HeaderClassName
{
color: #991753;
}
.AnyTagClassName
{
color: #991753;
}
</style>
background-color css
<style>
a { background-color: #991753; }
a { background-color: rgb(153,23,83); }
div.DivClassName
{
background-color: #991753;
}
.BgClassName
{
background-color: #991753;
}
</style>
border-color css
<style>
span { border-color: #991753; }
span { border-color: rgb(153,23,83); }
td.TdClassName
{
border-color: #991753;
}
.TagClassName
{
border-color: #991753;
}
</style>