Shades of Jazzberry Jam #A60A44
Tints of Jazzberry Jam #A60A44
RGB
CMYK
RGB Variations
Color information
#A60A44 (or 0xA60A44) is known color: Jazzberry Jam. HEX triplet: A6, 0A and 44. RGB value is (166,10,68). Sum of RGB (Red+Green+Blue) = 166+10+68=244 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.03% from 244); Green value is 10 (4.30% from 255 or 4.10% from 244); Blue value is 68 (26.95% from 255 or 27.87% from 244); Max value from RGB is 166 - color contains mainly: red. Hex color #A60A44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60A44 is #59F5BB. Grayscale: #3F3F3F. Windows color (decimal): -5895612 or 4459174. OLE color: 4459174.
HSL color Cylindrical-coordinate representation of color #A60A44: hue angle of 337.69º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60A44 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 10 | 68 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.35 |
| HSL | 337.69º | 0.89% | 0.35% | - |
| HSV(B) | 337.69º | 0.94% | 0.65% | - |
| XYZ | 16.88 | 8.74 | 6.27 | - |
| YUV | 63.26 | 130.68 | 201.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 10 | 68 | 0 | 0.94 | 0.59 | 0.35 | 337.69 | 0.89 | 0.35 |
| Hex | A6 | A | 44 | 0 | 5E | 3B | 23 | 152 | 59 | 23 |
| Octal | 246 | 12 | 104 | 0 | 136 | 73 | 43 | 522 | 131 | 43 |
| Binary | 10100110 | 1010 | 1000100 | 0 | 1011110 | 111011 | 100011 | 101010010 | 1011001 | 100011 |
Color Harmonies of #A60A44
Complementary color
Monochromatic Colors of #A60A44
Black with #A60A44
Text Example
Text Example
White with #A60A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60A44; }
p { color: rgb(166,10,68); }
H1.HeaderClassName
{
color: #A60A44;
}
.AnyTagClassName
{
color: #A60A44;
}
</style>
background-color css
<style>
a { background-color: #A60A44; }
a { background-color: rgb(166,10,68); }
div.DivClassName
{
background-color: #A60A44;
}
.BgClassName
{
background-color: #A60A44;
}
</style>
border-color css
<style>
span { border-color: #A60A44; }
span { border-color: rgb(166,10,68); }
td.TdClassName
{
border-color: #A60A44;
}
.TagClassName
{
border-color: #A60A44;
}
</style>