Shades of Jazzberry Jam #A60C47
Tints of Jazzberry Jam #A60C47
RGB
CMYK
RGB Variations
Color information
#A60C47 (or 0xA60C47) is known color: Jazzberry Jam. HEX triplet: A6, 0C and 47. RGB value is (166,12,71). Sum of RGB (Red+Green+Blue) = 166+12+71=249 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.67% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 71 (28.12% from 255 or 28.51% from 249); Max value from RGB is 166 - color contains mainly: red. Hex color #A60C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60C47 is #59F3B8. Grayscale: #404040. Windows color (decimal): -5895097 or 4656294. OLE color: 4656294.
HSL color Cylindrical-coordinate representation of color #A60C47: hue angle of 337.01º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60C47 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 12 | 71 | - |
| CMYK | 0 | 0.93 | 0.57 | 0.35 |
| HSL | 337.01º | 0.87% | 0.35% | - |
| HSV(B) | 337.01º | 0.93% | 0.65% | - |
| XYZ | 16.99 | 8.82 | 6.77 | - |
| YUV | 64.77 | 131.52 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 12 | 71 | 0 | 0.93 | 0.57 | 0.35 | 337.01 | 0.87 | 0.35 |
| Hex | A6 | C | 47 | 0 | 5D | 39 | 23 | 151 | 57 | 23 |
| Octal | 246 | 14 | 107 | 0 | 135 | 71 | 43 | 521 | 127 | 43 |
| Binary | 10100110 | 1100 | 1000111 | 0 | 1011101 | 111001 | 100011 | 101010001 | 1010111 | 100011 |
Color Harmonies of #A60C47
Complementary color
Monochromatic Colors of #A60C47
Black with #A60C47
Text Example
Text Example
White with #A60C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60C47; }
p { color: rgb(166,12,71); }
H1.HeaderClassName
{
color: #A60C47;
}
.AnyTagClassName
{
color: #A60C47;
}
</style>
background-color css
<style>
a { background-color: #A60C47; }
a { background-color: rgb(166,12,71); }
div.DivClassName
{
background-color: #A60C47;
}
.BgClassName
{
background-color: #A60C47;
}
</style>
border-color css
<style>
span { border-color: #A60C47; }
span { border-color: rgb(166,12,71); }
td.TdClassName
{
border-color: #A60C47;
}
.TagClassName
{
border-color: #A60C47;
}
</style>