Shades of Jazzberry Jam #A91649
Tints of Jazzberry Jam #A91649
RGB
CMYK
RGB Variations
Color information
#A91649 (or 0xA91649) is known color: Jazzberry Jam. HEX triplet: A9, 16 and 49. RGB value is (169,22,73). Sum of RGB (Red+Green+Blue) = 169+22+73=264 (34% of max value = 765). Red value is 169 (66.41% from 255 or 64.02% from 264); Green value is 22 (8.98% from 255 or 8.33% from 264); Blue value is 73 (28.91% from 255 or 27.65% from 264); Max value from RGB is 169 - color contains mainly: red. Hex color #A91649 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91649 is #56E9B6. Grayscale: #474747. Windows color (decimal): -5695927 or 4789929. OLE color: 4789929.
HSL color Cylindrical-coordinate representation of color #A91649: hue angle of 339.18º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A91649 is Cyan = 0, Magento = 0.87, Yellow = 0.57 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 22 | 73 | - |
| CMYK | 0 | 0.87 | 0.57 | 0.34 |
| HSL | 339.18º | 0.77% | 0.37% | - |
| HSV(B) | 339.18º | 0.87% | 0.66% | - |
| XYZ | 17.85 | 9.49 | 7.19 | - |
| YUV | 71.77 | 128.7 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 22 | 73 | 0 | 0.87 | 0.57 | 0.34 | 339.18 | 0.77 | 0.37 |
| Hex | A9 | 16 | 49 | 0 | 57 | 39 | 22 | 153 | 4D | 25 |
| Octal | 251 | 26 | 111 | 0 | 127 | 71 | 42 | 523 | 115 | 45 |
| Binary | 10101001 | 10110 | 1001001 | 0 | 1010111 | 111001 | 100010 | 101010011 | 1001101 | 100101 |
Color Harmonies of #A91649
Complementary color
Monochromatic Colors of #A91649
Black with #A91649
Text Example
Text Example
White with #A91649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91649; }
p { color: rgb(169,22,73); }
H1.HeaderClassName
{
color: #A91649;
}
.AnyTagClassName
{
color: #A91649;
}
</style>
background-color css
<style>
a { background-color: #A91649; }
a { background-color: rgb(169,22,73); }
div.DivClassName
{
background-color: #A91649;
}
.BgClassName
{
background-color: #A91649;
}
</style>
border-color css
<style>
span { border-color: #A91649; }
span { border-color: rgb(169,22,73); }
td.TdClassName
{
border-color: #A91649;
}
.TagClassName
{
border-color: #A91649;
}
</style>