Shades of Jazzberry Jam #A60740
Tints of Jazzberry Jam #A60740
RGB
CMYK
RGB Variations
Color information
#A60740 (or 0xA60740) is known color: Jazzberry Jam. HEX triplet: A6, 07 and 40. RGB value is (166,7,64). Sum of RGB (Red+Green+Blue) = 166+7+64=237 (31% of max value = 765). Red value is 166 (65.23% from 255 or 70.04% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 166 - color contains mainly: red. Hex color #A60740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60740 is #59F8BF. Grayscale: #3C3C3C. Windows color (decimal): -5896384 or 4196262. OLE color: 4196262.
HSL color Cylindrical-coordinate representation of color #A60740: hue angle of 338.49º 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 #A60740 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 64 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.35 |
| HSL | 338.49º | 0.92% | 0.34% | - |
| HSV(B) | 338.49º | 0.96% | 0.65% | - |
| XYZ | 16.73 | 8.63 | 5.63 | - |
| YUV | 61.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 64 | 0 | 0.96 | 0.61 | 0.35 | 338.49 | 0.92 | 0.34 |
| Hex | A6 | 7 | 40 | 0 | 60 | 3D | 23 | 152 | 5C | 22 |
| Octal | 246 | 7 | 100 | 0 | 140 | 75 | 43 | 522 | 134 | 42 |
| Binary | 10100110 | 111 | 1000000 | 0 | 1100000 | 111101 | 100011 | 101010010 | 1011100 | 100010 |
Color Harmonies of #A60740
Complementary color
Monochromatic Colors of #A60740
Black with #A60740
Text Example
Text Example
White with #A60740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60740; }
p { color: rgb(166,7,64); }
H1.HeaderClassName
{
color: #A60740;
}
.AnyTagClassName
{
color: #A60740;
}
</style>
background-color css
<style>
a { background-color: #A60740; }
a { background-color: rgb(166,7,64); }
div.DivClassName
{
background-color: #A60740;
}
.BgClassName
{
background-color: #A60740;
}
</style>
border-color css
<style>
span { border-color: #A60740; }
span { border-color: rgb(166,7,64); }
td.TdClassName
{
border-color: #A60740;
}
.TagClassName
{
border-color: #A60740;
}
</style>