Shades of Jazzberry Jam #A9094D
Tints of Jazzberry Jam #A9094D
RGB
CMYK
RGB Variations
Color information
#A9094D (or 0xA9094D) is known color: Jazzberry Jam. HEX triplet: A9, 09 and 4D. RGB value is (169,9,77). Sum of RGB (Red+Green+Blue) = 169+9+77=255 (33% of max value = 765). Red value is 169 (66.41% from 255 or 66.27% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 169 - color contains mainly: red. Hex color #A9094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A9094D is #56F6B2. Grayscale: #404040. Windows color (decimal): -5699251 or 5048745. OLE color: 5048745.
HSL color Cylindrical-coordinate representation of color #A9094D: hue angle of 334.5º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A9094D is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 9 | 77 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.34 |
| HSL | 334.5º | 0.9% | 0.35% | - |
| HSV(B) | 334.5º | 0.95% | 0.66% | - |
| XYZ | 17.8 | 9.17 | 7.85 | - |
| YUV | 64.59 | 135.01 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 9 | 77 | 0 | 0.95 | 0.54 | 0.34 | 334.5 | 0.9 | 0.35 |
| Hex | A9 | 9 | 4D | 0 | 5F | 36 | 22 | 14E | 5A | 23 |
| Octal | 251 | 11 | 115 | 0 | 137 | 66 | 42 | 516 | 132 | 43 |
| Binary | 10101001 | 1001 | 1001101 | 0 | 1011111 | 110110 | 100010 | 101001110 | 1011010 | 100011 |
Color Harmonies of #A9094D
Complementary color
Monochromatic Colors of #A9094D
Black with #A9094D
Text Example
Text Example
White with #A9094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9094D; }
p { color: rgb(169,9,77); }
H1.HeaderClassName
{
color: #A9094D;
}
.AnyTagClassName
{
color: #A9094D;
}
</style>
background-color css
<style>
a { background-color: #A9094D; }
a { background-color: rgb(169,9,77); }
div.DivClassName
{
background-color: #A9094D;
}
.BgClassName
{
background-color: #A9094D;
}
</style>
border-color css
<style>
span { border-color: #A9094D; }
span { border-color: rgb(169,9,77); }
td.TdClassName
{
border-color: #A9094D;
}
.TagClassName
{
border-color: #A9094D;
}
</style>