Shades of Jazzberry Jam #A60949
Tints of Jazzberry Jam #A60949
RGB
CMYK
RGB Variations
Color information
#A60949 (or 0xA60949) is known color: Jazzberry Jam. HEX triplet: A6, 09 and 49. RGB value is (166,9,73). Sum of RGB (Red+Green+Blue) = 166+9+73=248 (32% of max value = 765). Red value is 166 (65.23% from 255 or 66.94% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 166 - color contains mainly: red. Hex color #A60949 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60949 is #59F6B6. Grayscale: #3F3F3F. Windows color (decimal): -5895863 or 4786598. OLE color: 4786598.
HSL color Cylindrical-coordinate representation of color #A60949: hue angle of 335.54º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A60949 is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 9 | 73 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.35 |
| HSL | 335.54º | 0.9% | 0.34% | - |
| HSV(B) | 335.54º | 0.95% | 0.65% | - |
| XYZ | 17.03 | 8.78 | 7.1 | - |
| YUV | 63.24 | 133.51 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 9 | 73 | 0 | 0.95 | 0.56 | 0.35 | 335.54 | 0.9 | 0.34 |
| Hex | A6 | 9 | 49 | 0 | 5F | 38 | 23 | 150 | 5A | 22 |
| Octal | 246 | 11 | 111 | 0 | 137 | 70 | 43 | 520 | 132 | 42 |
| Binary | 10100110 | 1001 | 1001001 | 0 | 1011111 | 111000 | 100011 | 101010000 | 1011010 | 100010 |
Color Harmonies of #A60949
Complementary color
Monochromatic Colors of #A60949
Black with #A60949
Text Example
Text Example
White with #A60949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60949; }
p { color: rgb(166,9,73); }
H1.HeaderClassName
{
color: #A60949;
}
.AnyTagClassName
{
color: #A60949;
}
</style>
background-color css
<style>
a { background-color: #A60949; }
a { background-color: rgb(166,9,73); }
div.DivClassName
{
background-color: #A60949;
}
.BgClassName
{
background-color: #A60949;
}
</style>
border-color css
<style>
span { border-color: #A60949; }
span { border-color: rgb(166,9,73); }
td.TdClassName
{
border-color: #A60949;
}
.TagClassName
{
border-color: #A60949;
}
</style>