Shades of Jazzberry Jam #A70747
Tints of Jazzberry Jam #A70747
RGB
CMYK
RGB Variations
Color information
#A70747 (or 0xA70747) is known color: Jazzberry Jam. HEX triplet: A7, 07 and 47. RGB value is (167,7,71). Sum of RGB (Red+Green+Blue) = 167+7+71=245 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.16% from 245); Green value is 7 (3.12% from 255 or 2.86% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 167 - color contains mainly: red. Hex color #A70747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A70747 is #58F8B8. Grayscale: #3E3E3E. Windows color (decimal): -5830841 or 4655015. OLE color: 4655015.
HSL color Cylindrical-coordinate representation of color #A70747: hue angle of 336º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A70747 is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 7 | 71 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.35 |
| HSL | 336º | 0.92% | 0.34% | - |
| HSV(B) | 336º | 0.96% | 0.65% | - |
| XYZ | 17.15 | 8.82 | 6.76 | - |
| YUV | 62.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 7 | 71 | 0 | 0.96 | 0.57 | 0.35 | 336 | 0.92 | 0.34 |
| Hex | A7 | 7 | 47 | 0 | 60 | 39 | 23 | 150 | 5C | 22 |
| Octal | 247 | 7 | 107 | 0 | 140 | 71 | 43 | 520 | 134 | 42 |
| Binary | 10100111 | 111 | 1000111 | 0 | 1100000 | 111001 | 100011 | 101010000 | 1011100 | 100010 |
Color Harmonies of #A70747
Complementary color
Monochromatic Colors of #A70747
Black with #A70747
Text Example
Text Example
White with #A70747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A70747; }
p { color: rgb(167,7,71); }
H1.HeaderClassName
{
color: #A70747;
}
.AnyTagClassName
{
color: #A70747;
}
</style>
background-color css
<style>
a { background-color: #A70747; }
a { background-color: rgb(167,7,71); }
div.DivClassName
{
background-color: #A70747;
}
.BgClassName
{
background-color: #A70747;
}
</style>
border-color css
<style>
span { border-color: #A70747; }
span { border-color: rgb(167,7,71); }
td.TdClassName
{
border-color: #A70747;
}
.TagClassName
{
border-color: #A70747;
}
</style>