Shades of Jazzberry Jam #A91147
Tints of Jazzberry Jam #A91147
RGB
CMYK
RGB Variations
Color information
#A91147 (or 0xA91147) is known color: Jazzberry Jam. HEX triplet: A9, 11 and 47. RGB value is (169,17,71). Sum of RGB (Red+Green+Blue) = 169+17+71=257 (34% of max value = 765). Red value is 169 (66.41% from 255 or 65.76% from 257); Green value is 17 (7.03% from 255 or 6.61% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 169 - color contains mainly: red. Hex color #A91147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91147 is #56EEB8. Grayscale: #444444. Windows color (decimal): -5697209 or 4657577. OLE color: 4657577.
HSL color Cylindrical-coordinate representation of color #A91147: hue angle of 338.68º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A91147 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 17 | 71 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.34 |
| HSL | 338.68º | 0.82% | 0.36% | - |
| HSV(B) | 338.68º | 0.9% | 0.66% | - |
| XYZ | 17.7 | 9.29 | 6.82 | - |
| YUV | 68.6 | 129.36 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 17 | 71 | 0 | 0.90 | 0.58 | 0.34 | 338.68 | 0.82 | 0.36 |
| Hex | A9 | 11 | 47 | 0 | 5A | 3A | 22 | 153 | 52 | 24 |
| Octal | 251 | 21 | 107 | 0 | 132 | 72 | 42 | 523 | 122 | 44 |
| Binary | 10101001 | 10001 | 1000111 | 0 | 1011010 | 111010 | 100010 | 101010011 | 1010010 | 100100 |
Color Harmonies of #A91147
Complementary color
Monochromatic Colors of #A91147
Black with #A91147
Text Example
Text Example
White with #A91147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91147; }
p { color: rgb(169,17,71); }
H1.HeaderClassName
{
color: #A91147;
}
.AnyTagClassName
{
color: #A91147;
}
</style>
background-color css
<style>
a { background-color: #A91147; }
a { background-color: rgb(169,17,71); }
div.DivClassName
{
background-color: #A91147;
}
.BgClassName
{
background-color: #A91147;
}
</style>
border-color css
<style>
span { border-color: #A91147; }
span { border-color: rgb(169,17,71); }
td.TdClassName
{
border-color: #A91147;
}
.TagClassName
{
border-color: #A91147;
}
</style>