Shades of Jazzberry Jam #991B69
Tints of Jazzberry Jam #991B69
RGB
CMYK
RGB Variations
Color information
#991B69 (or 0x991B69) is known color: Jazzberry Jam. HEX triplet: 99, 1B and 69. RGB value is (153,27,105). Sum of RGB (Red+Green+Blue) = 153+27+105=285 (37% of max value = 765). Red value is 153 (60.16% from 255 or 53.68% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 105 (41.41% from 255 or 36.84% from 285); Max value from RGB is 153 - color contains mainly: red. Hex color #991B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991B69 is #66E496. Grayscale: #494949. Windows color (decimal): -6743191 or 6888345. OLE color: 6888345.
HSL color Cylindrical-coordinate representation of color #991B69: hue angle of 322.86º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B69 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 27 | 105 | - |
| CMYK | 0 | 0.82 | 0.31 | 0.4 |
| HSL | 322.86º | 0.7% | 0.35% | - |
| HSV(B) | 322.86º | 0.82% | 0.6% | - |
| XYZ | 16.08 | 8.58 | 14.17 | - |
| YUV | 73.57 | 145.74 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 27 | 105 | 0 | 0.82 | 0.31 | 0.4 | 322.86 | 0.7 | 0.35 |
| Hex | 99 | 1B | 69 | 0 | 52 | 1F | 28 | 143 | 46 | 23 |
| Octal | 231 | 33 | 151 | 0 | 122 | 37 | 50 | 503 | 106 | 43 |
| Binary | 10011001 | 11011 | 1101001 | 0 | 1010010 | 11111 | 101000 | 101000011 | 1000110 | 100011 |
Color Harmonies of #991B69
Complementary color
Monochromatic Colors of #991B69
Black with #991B69
Text Example
Text Example
White with #991B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991B69; }
p { color: rgb(153,27,105); }
H1.HeaderClassName
{
color: #991B69;
}
.AnyTagClassName
{
color: #991B69;
}
</style>
background-color css
<style>
a { background-color: #991B69; }
a { background-color: rgb(153,27,105); }
div.DivClassName
{
background-color: #991B69;
}
.BgClassName
{
background-color: #991B69;
}
</style>
border-color css
<style>
span { border-color: #991B69; }
span { border-color: rgb(153,27,105); }
td.TdClassName
{
border-color: #991B69;
}
.TagClassName
{
border-color: #991B69;
}
</style>