Shades of Jazzberry Jam #A2083D
Tints of Jazzberry Jam #A2083D
RGB
CMYK
RGB Variations
Color information
#A2083D (or 0xA2083D) is known color: Jazzberry Jam. HEX triplet: A2, 08 and 3D. RGB value is (162,8,61). Sum of RGB (Red+Green+Blue) = 162+8+61=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A2083D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A2083D is #5DF7C2. Grayscale: #3C3C3C. Windows color (decimal): -6158275 or 3999906. OLE color: 3999906.
HSL color Cylindrical-coordinate representation of color #A2083D: hue angle of 339.35º 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 #A2083D is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 8 | 61 | - |
| CMYK | 0 | 0.95 | 0.62 | 0.36 |
| HSL | 339.35º | 0.91% | 0.33% | - |
| HSV(B) | 339.35º | 0.95% | 0.64% | - |
| XYZ | 15.83 | 8.19 | 5.16 | - |
| YUV | 60.09 | 128.52 | 200.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 8 | 61 | 0 | 0.95 | 0.62 | 0.36 | 339.35 | 0.91 | 0.33 |
| Hex | A2 | 8 | 3D | 0 | 5F | 3E | 24 | 153 | 5B | 21 |
| Octal | 242 | 10 | 75 | 0 | 137 | 76 | 44 | 523 | 133 | 41 |
| Binary | 10100010 | 1000 | 111101 | 0 | 1011111 | 111110 | 100100 | 101010011 | 1011011 | 100001 |
Color Harmonies of #A2083D
Complementary color
Monochromatic Colors of #A2083D
Black with #A2083D
Text Example
Text Example
White with #A2083D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2083D; }
p { color: rgb(162,8,61); }
H1.HeaderClassName
{
color: #A2083D;
}
.AnyTagClassName
{
color: #A2083D;
}
</style>
background-color css
<style>
a { background-color: #A2083D; }
a { background-color: rgb(162,8,61); }
div.DivClassName
{
background-color: #A2083D;
}
.BgClassName
{
background-color: #A2083D;
}
</style>
border-color css
<style>
span { border-color: #A2083D; }
span { border-color: rgb(162,8,61); }
td.TdClassName
{
border-color: #A2083D;
}
.TagClassName
{
border-color: #A2083D;
}
</style>