Shades of Jazzberry Jam #A0063D
Tints of Jazzberry Jam #A0063D
RGB
CMYK
RGB Variations
Color information
#A0063D (or 0xA0063D) is known color: Jazzberry Jam. HEX triplet: A0, 06 and 3D. RGB value is (160,6,61). Sum of RGB (Red+Green+Blue) = 160+6+61=227 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.48% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 160 - color contains mainly: red. Hex color #A0063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0063D is #5FF9C2. Grayscale: #3A3A3A. Windows color (decimal): -6289859 or 3999392. OLE color: 3999392.
HSL color Cylindrical-coordinate representation of color #A0063D: hue angle of 338.57º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0063D is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.37 |
| HSL | 338.57º | 0.93% | 0.33% | - |
| HSV(B) | 338.57º | 0.96% | 0.63% | - |
| XYZ | 15.4 | 7.94 | 5.14 | - |
| YUV | 58.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 61 | 0 | 0.96 | 0.62 | 0.37 | 338.57 | 0.93 | 0.33 |
| Hex | A0 | 6 | 3D | 0 | 60 | 3E | 25 | 153 | 5D | 21 |
| Octal | 240 | 6 | 75 | 0 | 140 | 76 | 45 | 523 | 135 | 41 |
| Binary | 10100000 | 110 | 111101 | 0 | 1100000 | 111110 | 100101 | 101010011 | 1011101 | 100001 |
Color Harmonies of #A0063D
Complementary color
Monochromatic Colors of #A0063D
Black with #A0063D
Text Example
Text Example
White with #A0063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0063D; }
p { color: rgb(160,6,61); }
H1.HeaderClassName
{
color: #A0063D;
}
.AnyTagClassName
{
color: #A0063D;
}
</style>
background-color css
<style>
a { background-color: #A0063D; }
a { background-color: rgb(160,6,61); }
div.DivClassName
{
background-color: #A0063D;
}
.BgClassName
{
background-color: #A0063D;
}
</style>
border-color css
<style>
span { border-color: #A0063D; }
span { border-color: rgb(160,6,61); }
td.TdClassName
{
border-color: #A0063D;
}
.TagClassName
{
border-color: #A0063D;
}
</style>