Shades of Jazzberry Jam #A7053E
Tints of Jazzberry Jam #A7053E
RGB
CMYK
RGB Variations
Color information
#A7053E (or 0xA7053E) is known color: Jazzberry Jam. HEX triplet: A7, 05 and 3E. RGB value is (167,5,62). Sum of RGB (Red+Green+Blue) = 167+5+62=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A7053E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A7053E is #58FAC1. Grayscale: #3B3B3B. Windows color (decimal): -5831362 or 4064679. OLE color: 4064679.
HSL color Cylindrical-coordinate representation of color #A7053E: hue angle of 338.89º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A7053E is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 5 | 62 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.35 |
| HSL | 338.89º | 0.94% | 0.34% | - |
| HSV(B) | 338.89º | 0.97% | 0.65% | - |
| XYZ | 16.86 | 8.67 | 5.34 | - |
| YUV | 59.94 | 129.17 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 5 | 62 | 0 | 0.97 | 0.63 | 0.35 | 338.89 | 0.94 | 0.34 |
| Hex | A7 | 5 | 3E | 0 | 61 | 3F | 23 | 153 | 5E | 22 |
| Octal | 247 | 5 | 76 | 0 | 141 | 77 | 43 | 523 | 136 | 42 |
| Binary | 10100111 | 101 | 111110 | 0 | 1100001 | 111111 | 100011 | 101010011 | 1011110 | 100010 |
Color Harmonies of #A7053E
Complementary color
Monochromatic Colors of #A7053E
Black with #A7053E
Text Example
Text Example
White with #A7053E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7053E; }
p { color: rgb(167,5,62); }
H1.HeaderClassName
{
color: #A7053E;
}
.AnyTagClassName
{
color: #A7053E;
}
</style>
background-color css
<style>
a { background-color: #A7053E; }
a { background-color: rgb(167,5,62); }
div.DivClassName
{
background-color: #A7053E;
}
.BgClassName
{
background-color: #A7053E;
}
</style>
border-color css
<style>
span { border-color: #A7053E; }
span { border-color: rgb(167,5,62); }
td.TdClassName
{
border-color: #A7053E;
}
.TagClassName
{
border-color: #A7053E;
}
</style>