Shades of Jazzberry Jam #A9053F
Tints of Jazzberry Jam #A9053F
RGB
CMYK
RGB Variations
Color information
#A9053F (or 0xA9053F) is known color: Jazzberry Jam. HEX triplet: A9, 05 and 3F. RGB value is (169,5,63). Sum of RGB (Red+Green+Blue) = 169+5+63=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A9053F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9053F is #56FAC0. Grayscale: #3C3C3C. Windows color (decimal): -5700289 or 4130217. OLE color: 4130217.
HSL color Cylindrical-coordinate representation of color #A9053F: hue angle of 338.78º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A9053F is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 5 | 63 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.34 |
| HSL | 338.78º | 0.94% | 0.34% | - |
| HSV(B) | 338.78º | 0.97% | 0.66% | - |
| XYZ | 17.31 | 8.9 | 5.51 | - |
| YUV | 60.65 | 129.33 | 205.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 5 | 63 | 0 | 0.97 | 0.63 | 0.34 | 338.78 | 0.94 | 0.34 |
| Hex | A9 | 5 | 3F | 0 | 61 | 3F | 22 | 153 | 5E | 22 |
| Octal | 251 | 5 | 77 | 0 | 141 | 77 | 42 | 523 | 136 | 42 |
| Binary | 10101001 | 101 | 111111 | 0 | 1100001 | 111111 | 100010 | 101010011 | 1011110 | 100010 |
Color Harmonies of #A9053F
Complementary color
Monochromatic Colors of #A9053F
Black with #A9053F
Text Example
Text Example
White with #A9053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9053F; }
p { color: rgb(169,5,63); }
H1.HeaderClassName
{
color: #A9053F;
}
.AnyTagClassName
{
color: #A9053F;
}
</style>
background-color css
<style>
a { background-color: #A9053F; }
a { background-color: rgb(169,5,63); }
div.DivClassName
{
background-color: #A9053F;
}
.BgClassName
{
background-color: #A9053F;
}
</style>
border-color css
<style>
span { border-color: #A9053F; }
span { border-color: rgb(169,5,63); }
td.TdClassName
{
border-color: #A9053F;
}
.TagClassName
{
border-color: #A9053F;
}
</style>