Shades of Jazzberry Jam #A20841
Tints of Jazzberry Jam #A20841
RGB
CMYK
RGB Variations
Color information
#A20841 (or 0xA20841) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 41. RGB value is (162,8,65). Sum of RGB (Red+Green+Blue) = 162+8+65=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A20841 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20841 is #5DF7BE. Grayscale: #3C3C3C. Windows color (decimal): -6158271 or 4262050. OLE color: 4262050.
HSL color Cylindrical-coordinate representation of color #A20841: hue angle of 337.79º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A20841 is Cyan = 0, Magento = 0.95, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 65 | - |
| CMYK | 0 | 0.95 | 0.60 | 0.36 |
| HSL | 337.79º | 0.91% | 0.33% | - |
| HSV(B) | 337.79º | 0.95% | 0.64% | - |
| XYZ | 15.94 | 8.24 | 5.75 | - |
| YUV | 60.54 | 130.52 | 200.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 65 | 0 | 0.95 | 0.60 | 0.36 | 337.79 | 0.91 | 0.33 |
| Hex | A2 | 8 | 41 | 0 | 5F | 3C | 24 | 152 | 5B | 21 |
| Octal | 242 | 10 | 101 | 0 | 137 | 74 | 44 | 522 | 133 | 41 |
| Binary | 10100010 | 1000 | 1000001 | 0 | 1011111 | 111100 | 100100 | 101010010 | 1011011 | 100001 |
Color Harmonies of #A20841
Complementary color
Monochromatic Colors of #A20841
Black with #A20841
Text Example
Text Example
White with #A20841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A20841; }
p { color: rgb(162,8,65); }
H1.HeaderClassName
{
color: #A20841;
}
.AnyTagClassName
{
color: #A20841;
}
</style>
background-color css
<style>
a { background-color: #A20841; }
a { background-color: rgb(162,8,65); }
div.DivClassName
{
background-color: #A20841;
}
.BgClassName
{
background-color: #A20841;
}
</style>
border-color css
<style>
span { border-color: #A20841; }
span { border-color: rgb(162,8,65); }
td.TdClassName
{
border-color: #A20841;
}
.TagClassName
{
border-color: #A20841;
}
</style>