Shades of Jazzberry Jam #A61952
Tints of Jazzberry Jam #A61952
RGB
CMYK
RGB Variations
Color information
#A61952 (or 0xA61952) is known color: Jazzberry Jam. HEX triplet: A6, 19 and 52. RGB value is (166,25,82). Sum of RGB (Red+Green+Blue) = 166+25+82=273 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.81% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 166 - color contains mainly: red. Hex color #A61952 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A61952 is #59E6AD. Grayscale: #494949. Windows color (decimal): -5891758 or 5380518. OLE color: 5380518.
HSL color Cylindrical-coordinate representation of color #A61952: hue angle of 335.74º 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 #A61952 is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 25 | 82 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.35 |
| HSL | 335.74º | 0.74% | 0.37% | - |
| HSV(B) | 335.74º | 0.85% | 0.65% | - |
| XYZ | 17.6 | 9.41 | 8.87 | - |
| YUV | 73.66 | 132.71 | 193.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 25 | 82 | 0 | 0.85 | 0.51 | 0.35 | 335.74 | 0.74 | 0.37 |
| Hex | A6 | 19 | 52 | 0 | 55 | 33 | 23 | 150 | 4A | 25 |
| Octal | 246 | 31 | 122 | 0 | 125 | 63 | 43 | 520 | 112 | 45 |
| Binary | 10100110 | 11001 | 1010010 | 0 | 1010101 | 110011 | 100011 | 101010000 | 1001010 | 100101 |
Color Harmonies of #A61952
Complementary color
Monochromatic Colors of #A61952
Black with #A61952
Text Example
Text Example
White with #A61952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61952; }
p { color: rgb(166,25,82); }
H1.HeaderClassName
{
color: #A61952;
}
.AnyTagClassName
{
color: #A61952;
}
</style>
background-color css
<style>
a { background-color: #A61952; }
a { background-color: rgb(166,25,82); }
div.DivClassName
{
background-color: #A61952;
}
.BgClassName
{
background-color: #A61952;
}
</style>
border-color css
<style>
span { border-color: #A61952; }
span { border-color: rgb(166,25,82); }
td.TdClassName
{
border-color: #A61952;
}
.TagClassName
{
border-color: #A61952;
}
</style>