Shades of Jazzberry Jam #A60751
Tints of Jazzberry Jam #A60751
RGB
CMYK
RGB Variations
Color information
#A60751 (or 0xA60751) is known color: Jazzberry Jam. HEX triplet: A6, 07 and 51. RGB value is (166,7,81). Sum of RGB (Red+Green+Blue) = 166+7+81=254 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.35% from 254); Green value is 7 (3.12% from 255 or 2.76% from 254); Blue value is 81 (32.03% from 255 or 31.89% from 254); Max value from RGB is 166 - color contains mainly: red. Hex color #A60751 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60751 is #59F8AE. Grayscale: #3E3E3E. Windows color (decimal): -5896367 or 5310374. OLE color: 5310374.
HSL color Cylindrical-coordinate representation of color #A60751: hue angle of 332.08º 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 #A60751 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 7 | 81 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.35 |
| HSL | 332.08º | 0.92% | 0.34% | - |
| HSV(B) | 332.08º | 0.96% | 0.65% | - |
| XYZ | 17.29 | 8.85 | 8.58 | - |
| YUV | 62.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 7 | 81 | 0 | 0.96 | 0.51 | 0.35 | 332.08 | 0.92 | 0.34 |
| Hex | A6 | 7 | 51 | 0 | 60 | 33 | 23 | 14C | 5C | 22 |
| Octal | 246 | 7 | 121 | 0 | 140 | 63 | 43 | 514 | 134 | 42 |
| Binary | 10100110 | 111 | 1010001 | 0 | 1100000 | 110011 | 100011 | 101001100 | 1011100 | 100010 |
Color Harmonies of #A60751
Complementary color
Monochromatic Colors of #A60751
Black with #A60751
Text Example
Text Example
White with #A60751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60751; }
p { color: rgb(166,7,81); }
H1.HeaderClassName
{
color: #A60751;
}
.AnyTagClassName
{
color: #A60751;
}
</style>
background-color css
<style>
a { background-color: #A60751; }
a { background-color: rgb(166,7,81); }
div.DivClassName
{
background-color: #A60751;
}
.BgClassName
{
background-color: #A60751;
}
</style>
border-color css
<style>
span { border-color: #A60751; }
span { border-color: rgb(166,7,81); }
td.TdClassName
{
border-color: #A60751;
}
.TagClassName
{
border-color: #A60751;
}
</style>