Shades of Jazzberry Jam #A9063E
Tints of Jazzberry Jam #A9063E
RGB
CMYK
RGB Variations
Color information
#A9063E (or 0xA9063E) is known color: Jazzberry Jam. HEX triplet: A9, 06 and 3E. RGB value is (169,6,62). Sum of RGB (Red+Green+Blue) = 169+6+62=237 (31% of max value = 765). Red value is 169 (66.41% from 255 or 71.31% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 169 - color contains mainly: red. Hex color #A9063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A9063E is #56F9C1. Grayscale: #3D3D3D. Windows color (decimal): -5700034 or 4064937. OLE color: 4064937.
HSL color Cylindrical-coordinate representation of color #A9063E: hue angle of 339.39º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A9063E is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 6 | 62 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.34 |
| HSL | 339.39º | 0.93% | 0.34% | - |
| HSV(B) | 339.39º | 0.96% | 0.66% | - |
| XYZ | 17.3 | 8.91 | 5.37 | - |
| YUV | 61.12 | 128.5 | 204.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 6 | 62 | 0 | 0.96 | 0.63 | 0.34 | 339.39 | 0.93 | 0.34 |
| Hex | A9 | 6 | 3E | 0 | 60 | 3F | 22 | 153 | 5D | 22 |
| Octal | 251 | 6 | 76 | 0 | 140 | 77 | 42 | 523 | 135 | 42 |
| Binary | 10101001 | 110 | 111110 | 0 | 1100000 | 111111 | 100010 | 101010011 | 1011101 | 100010 |
Color Harmonies of #A9063E
Complementary color
Monochromatic Colors of #A9063E
Black with #A9063E
Text Example
Text Example
White with #A9063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9063E; }
p { color: rgb(169,6,62); }
H1.HeaderClassName
{
color: #A9063E;
}
.AnyTagClassName
{
color: #A9063E;
}
</style>
background-color css
<style>
a { background-color: #A9063E; }
a { background-color: rgb(169,6,62); }
div.DivClassName
{
background-color: #A9063E;
}
.BgClassName
{
background-color: #A9063E;
}
</style>
border-color css
<style>
span { border-color: #A9063E; }
span { border-color: rgb(169,6,62); }
td.TdClassName
{
border-color: #A9063E;
}
.TagClassName
{
border-color: #A9063E;
}
</style>