Shades of Jazzberry Jam #A2013D
Tints of Jazzberry Jam #A2013D
RGB
CMYK
RGB Variations
Color information
#A2013D (or 0xA2013D) is known color: Jazzberry Jam. HEX triplet: A2, 01 and 3D. RGB value is (162,1,61). Sum of RGB (Red+Green+Blue) = 162+1+61=224 (29% of max value = 765). Red value is 162 (63.67% from 255 or 72.32% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 61 (24.22% from 255 or 27.23% from 224); Max value from RGB is 162 - color contains mainly: red. Hex color #A2013D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2013D is #5DFEC2. Grayscale: #373737. Windows color (decimal): -6160067 or 3998114. OLE color: 3998114.
HSL color Cylindrical-coordinate representation of color #A2013D: hue angle of 337.64º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2013D is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 1 | 61 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.36 |
| HSL | 337.64º | 0.99% | 0.32% | - |
| HSV(B) | 337.64º | 0.99% | 0.64% | - |
| XYZ | 15.75 | 8.04 | 5.14 | - |
| YUV | 55.98 | 130.84 | 203.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 1 | 61 | 0 | 0.99 | 0.62 | 0.36 | 337.64 | 0.99 | 0.32 |
| Hex | A2 | 1 | 3D | 0 | 63 | 3E | 24 | 152 | 63 | 20 |
| Octal | 242 | 1 | 75 | 0 | 143 | 76 | 44 | 522 | 143 | 40 |
| Binary | 10100010 | 1 | 111101 | 0 | 1100011 | 111110 | 100100 | 101010010 | 1100011 | 100000 |
Color Harmonies of #A2013D
Complementary color
Monochromatic Colors of #A2013D
Black with #A2013D
Text Example
Text Example
White with #A2013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2013D; }
p { color: rgb(162,1,61); }
H1.HeaderClassName
{
color: #A2013D;
}
.AnyTagClassName
{
color: #A2013D;
}
</style>
background-color css
<style>
a { background-color: #A2013D; }
a { background-color: rgb(162,1,61); }
div.DivClassName
{
background-color: #A2013D;
}
.BgClassName
{
background-color: #A2013D;
}
</style>
border-color css
<style>
span { border-color: #A2013D; }
span { border-color: rgb(162,1,61); }
td.TdClassName
{
border-color: #A2013D;
}
.TagClassName
{
border-color: #A2013D;
}
</style>