Shades of Jazzberry Jam #A91353
Tints of Jazzberry Jam #A91353
RGB
CMYK
RGB Variations
Color information
#A91353 (or 0xA91353) is known color: Jazzberry Jam. HEX triplet: A9, 13 and 53. RGB value is (169,19,83). Sum of RGB (Red+Green+Blue) = 169+19+83=271 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.36% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 169 - color contains mainly: red. Hex color #A91353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A91353 is #56ECAC. Grayscale: #474747. Windows color (decimal): -5696685 or 5444521. OLE color: 5444521.
HSL color Cylindrical-coordinate representation of color #A91353: hue angle of 334.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 #A91353 is Cyan = 0, Magento = 0.89, Yellow = 0.51 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 19 | 83 | - |
| CMYK | 0 | 0.89 | 0.51 | 0.34 |
| HSL | 334.4º | 0.8% | 0.37% | - |
| HSV(B) | 334.4º | 0.89% | 0.66% | - |
| XYZ | 18.16 | 9.53 | 9.07 | - |
| YUV | 71.15 | 134.7 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 19 | 83 | 0 | 0.89 | 0.51 | 0.34 | 334.4 | 0.8 | 0.37 |
| Hex | A9 | 13 | 53 | 0 | 59 | 33 | 22 | 14E | 50 | 25 |
| Octal | 251 | 23 | 123 | 0 | 131 | 63 | 42 | 516 | 120 | 45 |
| Binary | 10101001 | 10011 | 1010011 | 0 | 1011001 | 110011 | 100010 | 101001110 | 1010000 | 100101 |
Color Harmonies of #A91353
Complementary color
Monochromatic Colors of #A91353
Black with #A91353
Text Example
Text Example
White with #A91353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A91353; }
p { color: rgb(169,19,83); }
H1.HeaderClassName
{
color: #A91353;
}
.AnyTagClassName
{
color: #A91353;
}
</style>
background-color css
<style>
a { background-color: #A91353; }
a { background-color: rgb(169,19,83); }
div.DivClassName
{
background-color: #A91353;
}
.BgClassName
{
background-color: #A91353;
}
</style>
border-color css
<style>
span { border-color: #A91353; }
span { border-color: rgb(169,19,83); }
td.TdClassName
{
border-color: #A91353;
}
.TagClassName
{
border-color: #A91353;
}
</style>