Shades of Jazzberry Jam #A60844
Tints of Jazzberry Jam #A60844
RGB
CMYK
RGB Variations
Color information
#A60844 (or 0xA60844) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 44. RGB value is (166,8,68). Sum of RGB (Red+Green+Blue) = 166+8+68=242 (32% of max value = 765). Red value is 166 (65.23% from 255 or 68.60% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 166 - color contains mainly: red. Hex color #A60844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60844 is #59F7BB. Grayscale: #3E3E3E. Windows color (decimal): -5896124 or 4458662. OLE color: 4458662.
HSL color Cylindrical-coordinate representation of color #A60844: hue angle of 337.22º degrees, saturation: 0.91, 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 #A60844 is Cyan = 0, Magento = 0.95, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 68 | - |
| CMYK | 0 | 0.95 | 0.59 | 0.35 |
| HSL | 337.22º | 0.91% | 0.34% | - |
| HSV(B) | 337.22º | 0.95% | 0.65% | - |
| XYZ | 16.86 | 8.7 | 6.26 | - |
| YUV | 62.08 | 131.35 | 202.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 68 | 0 | 0.95 | 0.59 | 0.35 | 337.22 | 0.91 | 0.34 |
| Hex | A6 | 8 | 44 | 0 | 5F | 3B | 23 | 151 | 5B | 22 |
| Octal | 246 | 10 | 104 | 0 | 137 | 73 | 43 | 521 | 133 | 42 |
| Binary | 10100110 | 1000 | 1000100 | 0 | 1011111 | 111011 | 100011 | 101010001 | 1011011 | 100010 |
Color Harmonies of #A60844
Complementary color
Monochromatic Colors of #A60844
Black with #A60844
Text Example
Text Example
White with #A60844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60844; }
p { color: rgb(166,8,68); }
H1.HeaderClassName
{
color: #A60844;
}
.AnyTagClassName
{
color: #A60844;
}
</style>
background-color css
<style>
a { background-color: #A60844; }
a { background-color: rgb(166,8,68); }
div.DivClassName
{
background-color: #A60844;
}
.BgClassName
{
background-color: #A60844;
}
</style>
border-color css
<style>
span { border-color: #A60844; }
span { border-color: rgb(166,8,68); }
td.TdClassName
{
border-color: #A60844;
}
.TagClassName
{
border-color: #A60844;
}
</style>