Shades of Jazzberry Jam #A2073D
Tints of Jazzberry Jam #A2073D
RGB
CMYK
RGB Variations
Color information
#A2073D (or 0xA2073D) is known color: Jazzberry Jam. HEX triplet: A2, 07 and 3D. RGB value is (162,7,61). Sum of RGB (Red+Green+Blue) = 162+7+61=230 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.43% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 61 (24.22% from 255 or 26.52% from 230); Max value from RGB is 162 - color contains mainly: red. Hex color #A2073D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2073D is #5DF8C2. Grayscale: #3B3B3B. Windows color (decimal): -6158531 or 3999650. OLE color: 3999650.
HSL color Cylindrical-coordinate representation of color #A2073D: hue angle of 339.1º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2073D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 7 | 61 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.36 |
| HSL | 339.1º | 0.92% | 0.33% | - |
| HSV(B) | 339.1º | 0.96% | 0.64% | - |
| XYZ | 15.82 | 8.17 | 5.16 | - |
| YUV | 59.5 | 128.85 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 7 | 61 | 0 | 0.96 | 0.62 | 0.36 | 339.1 | 0.92 | 0.33 |
| Hex | A2 | 7 | 3D | 0 | 60 | 3E | 24 | 153 | 5C | 21 |
| Octal | 242 | 7 | 75 | 0 | 140 | 76 | 44 | 523 | 134 | 41 |
| Binary | 10100010 | 111 | 111101 | 0 | 1100000 | 111110 | 100100 | 101010011 | 1011100 | 100001 |
Color Harmonies of #A2073D
Complementary color
Monochromatic Colors of #A2073D
Black with #A2073D
Text Example
Text Example
White with #A2073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2073D; }
p { color: rgb(162,7,61); }
H1.HeaderClassName
{
color: #A2073D;
}
.AnyTagClassName
{
color: #A2073D;
}
</style>
background-color css
<style>
a { background-color: #A2073D; }
a { background-color: rgb(162,7,61); }
div.DivClassName
{
background-color: #A2073D;
}
.BgClassName
{
background-color: #A2073D;
}
</style>
border-color css
<style>
span { border-color: #A2073D; }
span { border-color: rgb(162,7,61); }
td.TdClassName
{
border-color: #A2073D;
}
.TagClassName
{
border-color: #A2073D;
}
</style>