Shades of Jazzberry Jam #A6124D
Tints of Jazzberry Jam #A6124D
RGB
CMYK
RGB Variations
Color information
#A6124D (or 0xA6124D) is known color: Jazzberry Jam. HEX triplet: A6, 12 and 4D. RGB value is (166,18,77). Sum of RGB (Red+Green+Blue) = 166+18+77=261 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.60% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 166 - color contains mainly: red. Hex color #A6124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6124D is #59EDB2. Grayscale: #444444. Windows color (decimal): -5893555 or 5051046. OLE color: 5051046.
HSL color Cylindrical-coordinate representation of color #A6124D: hue angle of 336.08º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A6124D is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 18 | 77 | - |
| CMYK | 0 | 0.89 | 0.54 | 0.35 |
| HSL | 336.08º | 0.8% | 0.36% | - |
| HSV(B) | 336.08º | 0.89% | 0.65% | - |
| XYZ | 17.28 | 9.08 | 7.86 | - |
| YUV | 68.98 | 132.53 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 77 | 0 | 0.89 | 0.54 | 0.35 | 336.08 | 0.8 | 0.36 |
| Hex | A6 | 12 | 4D | 0 | 59 | 36 | 23 | 150 | 50 | 24 |
| Octal | 246 | 22 | 115 | 0 | 131 | 66 | 43 | 520 | 120 | 44 |
| Binary | 10100110 | 10010 | 1001101 | 0 | 1011001 | 110110 | 100011 | 101010000 | 1010000 | 100100 |
Color Harmonies of #A6124D
Complementary color
Monochromatic Colors of #A6124D
Black with #A6124D
Text Example
Text Example
White with #A6124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6124D; }
p { color: rgb(166,18,77); }
H1.HeaderClassName
{
color: #A6124D;
}
.AnyTagClassName
{
color: #A6124D;
}
</style>
background-color css
<style>
a { background-color: #A6124D; }
a { background-color: rgb(166,18,77); }
div.DivClassName
{
background-color: #A6124D;
}
.BgClassName
{
background-color: #A6124D;
}
</style>
border-color css
<style>
span { border-color: #A6124D; }
span { border-color: rgb(166,18,77); }
td.TdClassName
{
border-color: #A6124D;
}
.TagClassName
{
border-color: #A6124D;
}
</style>