Shades of Jazzberry Jam #A60E47
Tints of Jazzberry Jam #A60E47
RGB
CMYK
RGB Variations
Color information
#A60E47 (or 0xA60E47) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 47. RGB value is (166,14,71). Sum of RGB (Red+Green+Blue) = 166+14+71=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 14 (5.86% from 255 or 5.58% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60E47 is #59F1B8. Grayscale: #414141. Windows color (decimal): -5894585 or 4656806. OLE color: 4656806.
HSL color Cylindrical-coordinate representation of color #A60E47: hue angle of 337.5º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E47 is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 71 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.35 |
| HSL | 337.5º | 0.84% | 0.35% | - |
| HSV(B) | 337.5º | 0.92% | 0.65% | - |
| XYZ | 17.02 | 8.88 | 6.78 | - |
| YUV | 65.95 | 130.86 | 199.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 71 | 0 | 0.92 | 0.57 | 0.35 | 337.5 | 0.84 | 0.35 |
| Hex | A6 | E | 47 | 0 | 5C | 39 | 23 | 152 | 54 | 23 |
| Octal | 246 | 16 | 107 | 0 | 134 | 71 | 43 | 522 | 124 | 43 |
| Binary | 10100110 | 1110 | 1000111 | 0 | 1011100 | 111001 | 100011 | 101010010 | 1010100 | 100011 |
Color Harmonies of #A60E47
Complementary color
Monochromatic Colors of #A60E47
Black with #A60E47
Text Example
Text Example
White with #A60E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E47; }
p { color: rgb(166,14,71); }
H1.HeaderClassName
{
color: #A60E47;
}
.AnyTagClassName
{
color: #A60E47;
}
</style>
background-color css
<style>
a { background-color: #A60E47; }
a { background-color: rgb(166,14,71); }
div.DivClassName
{
background-color: #A60E47;
}
.BgClassName
{
background-color: #A60E47;
}
</style>
border-color css
<style>
span { border-color: #A60E47; }
span { border-color: rgb(166,14,71); }
td.TdClassName
{
border-color: #A60E47;
}
.TagClassName
{
border-color: #A60E47;
}
</style>