Shades of Jazzberry Jam #A91344
Tints of Jazzberry Jam #A91344
RGB
CMYK
RGB Variations
Color information
#A91344 (or 0xA91344) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 44. RGB value is (169,19,68). Sum of RGB (Red+Green+Blue) = 169+19+68=256 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.02% from 256); Green value is 19 (7.81% from 255 or 7.42% from 256); Blue value is 68 (26.95% from 255 or 26.56% from 256); Max value from RGB is 169 - color contains mainly: red. Hex color #A91344 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A91344 is #56ECBB. Grayscale: #454545. Windows color (decimal): -5696700 or 4461481. OLE color: 4461481.
HSL color Cylindrical-coordinate representation of color #A91344: hue angle of 340.4º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A91344 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 68 | - |
| CMYK | 0 | 0.89 | 0.60 | 0.34 |
| HSL | 340.4º | 0.8% | 0.37% | - |
| HSV(B) | 340.4º | 0.89% | 0.66% | - |
| XYZ | 17.64 | 9.32 | 6.34 | - |
| YUV | 69.44 | 127.2 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 68 | 0 | 0.89 | 0.60 | 0.34 | 340.4 | 0.8 | 0.37 |
| Hex | A9 | 13 | 44 | 0 | 59 | 3C | 22 | 154 | 50 | 25 |
| Octal | 251 | 23 | 104 | 0 | 131 | 74 | 42 | 524 | 120 | 45 |
| Binary | 10101001 | 10011 | 1000100 | 0 | 1011001 | 111100 | 100010 | 101010100 | 1010000 | 100101 |
Color Harmonies of #A91344
Complementary color
Monochromatic Colors of #A91344
Black with #A91344
Text Example
Text Example
White with #A91344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91344; }
p { color: rgb(169,19,68); }
H1.HeaderClassName
{
color: #A91344;
}
.AnyTagClassName
{
color: #A91344;
}
</style>
background-color css
<style>
a { background-color: #A91344; }
a { background-color: rgb(169,19,68); }
div.DivClassName
{
background-color: #A91344;
}
.BgClassName
{
background-color: #A91344;
}
</style>
border-color css
<style>
span { border-color: #A91344; }
span { border-color: rgb(169,19,68); }
td.TdClassName
{
border-color: #A91344;
}
.TagClassName
{
border-color: #A91344;
}
</style>