Shades of Jazzberry Jam #A61951
Tints of Jazzberry Jam #A61951
RGB
CMYK
RGB Variations
Color information
#A61951 (or 0xA61951) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 51. RGB value is (166,25,81). Sum of RGB (Red+Green+Blue) = 166+25+81=272 (36% of max value = 765). Red value is 166 (65.23% from 255 or 61.03% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 166 - color contains mainly: red. Hex color #A61951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61951 is #59E6AE. Grayscale: #494949. Windows color (decimal): -5891759 or 5314982. OLE color: 5314982.
HSL color Cylindrical-coordinate representation of color #A61951: hue angle of 336.17º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61951 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 81 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.35 |
| HSL | 336.17º | 0.74% | 0.37% | - |
| HSV(B) | 336.17º | 0.85% | 0.65% | - |
| XYZ | 17.56 | 9.4 | 8.67 | - |
| YUV | 73.54 | 132.21 | 193.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 81 | 0 | 0.85 | 0.51 | 0.35 | 336.17 | 0.74 | 0.37 |
| Hex | A6 | 19 | 51 | 0 | 55 | 33 | 23 | 150 | 4A | 25 |
| Octal | 246 | 31 | 121 | 0 | 125 | 63 | 43 | 520 | 112 | 45 |
| Binary | 10100110 | 11001 | 1010001 | 0 | 1010101 | 110011 | 100011 | 101010000 | 1001010 | 100101 |
Color Harmonies of #A61951
Complementary color
Monochromatic Colors of #A61951
Black with #A61951
Text Example
Text Example
White with #A61951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61951; }
p { color: rgb(166,25,81); }
H1.HeaderClassName
{
color: #A61951;
}
.AnyTagClassName
{
color: #A61951;
}
</style>
background-color css
<style>
a { background-color: #A61951; }
a { background-color: rgb(166,25,81); }
div.DivClassName
{
background-color: #A61951;
}
.BgClassName
{
background-color: #A61951;
}
</style>
border-color css
<style>
span { border-color: #A61951; }
span { border-color: rgb(166,25,81); }
td.TdClassName
{
border-color: #A61951;
}
.TagClassName
{
border-color: #A61951;
}
</style>