Shades of Jazzberry Jam #A60841
Tints of Jazzberry Jam #A60841
RGB
CMYK
RGB Variations
Color information
#A60841 (or 0xA60841) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 41. RGB value is (166,8,65). Sum of RGB (Red+Green+Blue) = 166+8+65=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 65 (25.78% from 255 or 27.20% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A60841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60841 is #59F7BE. Grayscale: #3D3D3D. Windows color (decimal): -5896127 or 4262054. OLE color: 4262054.
HSL color Cylindrical-coordinate representation of color #A60841: hue angle of 338.35º 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 #A60841 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 65 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.35 |
| HSL | 338.35º | 0.91% | 0.34% | - |
| HSV(B) | 338.35º | 0.95% | 0.65% | - |
| XYZ | 16.77 | 8.66 | 5.79 | - |
| YUV | 61.74 | 129.85 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 65 | 0 | 0.95 | 0.61 | 0.35 | 338.35 | 0.91 | 0.34 |
| Hex | A6 | 8 | 41 | 0 | 5F | 3D | 23 | 152 | 5B | 22 |
| Octal | 246 | 10 | 101 | 0 | 137 | 75 | 43 | 522 | 133 | 42 |
| Binary | 10100110 | 1000 | 1000001 | 0 | 1011111 | 111101 | 100011 | 101010010 | 1011011 | 100010 |
Color Harmonies of #A60841
Complementary color
Monochromatic Colors of #A60841
Black with #A60841
Text Example
Text Example
White with #A60841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60841; }
p { color: rgb(166,8,65); }
H1.HeaderClassName
{
color: #A60841;
}
.AnyTagClassName
{
color: #A60841;
}
</style>
background-color css
<style>
a { background-color: #A60841; }
a { background-color: rgb(166,8,65); }
div.DivClassName
{
background-color: #A60841;
}
.BgClassName
{
background-color: #A60841;
}
</style>
border-color css
<style>
span { border-color: #A60841; }
span { border-color: rgb(166,8,65); }
td.TdClassName
{
border-color: #A60841;
}
.TagClassName
{
border-color: #A60841;
}
</style>