Shades of Jazzberry Jam #A6063D
Tints of Jazzberry Jam #A6063D
RGB
CMYK
RGB Variations
Color information
#A6063D (or 0xA6063D) is known color: Jazzberry Jam. HEX triplet: A6, 06 and 3D. RGB value is (166,6,61). Sum of RGB (Red+Green+Blue) = 166+6+61=233 (30% of max value = 765). Red value is 166 (65.23% from 255 or 71.24% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 166 - color contains mainly: red. Hex color #A6063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6063D is #59F9C2. Grayscale: #3C3C3C. Windows color (decimal): -5896643 or 3999398. OLE color: 3999398.
HSL color Cylindrical-coordinate representation of color #A6063D: hue angle of 339.38º degrees, saturation: 0.93, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A6063D is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.35 |
| HSL | 339.38º | 0.93% | 0.34% | - |
| HSV(B) | 339.38º | 0.96% | 0.65% | - |
| XYZ | 16.63 | 8.57 | 5.19 | - |
| YUV | 60.11 | 128.51 | 203.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 61 | 0 | 0.96 | 0.63 | 0.35 | 339.38 | 0.93 | 0.34 |
| Hex | A6 | 6 | 3D | 0 | 60 | 3F | 23 | 153 | 5D | 22 |
| Octal | 246 | 6 | 75 | 0 | 140 | 77 | 43 | 523 | 135 | 42 |
| Binary | 10100110 | 110 | 111101 | 0 | 1100000 | 111111 | 100011 | 101010011 | 1011101 | 100010 |
Color Harmonies of #A6063D
Complementary color
Monochromatic Colors of #A6063D
Black with #A6063D
Text Example
Text Example
White with #A6063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6063D; }
p { color: rgb(166,6,61); }
H1.HeaderClassName
{
color: #A6063D;
}
.AnyTagClassName
{
color: #A6063D;
}
</style>
background-color css
<style>
a { background-color: #A6063D; }
a { background-color: rgb(166,6,61); }
div.DivClassName
{
background-color: #A6063D;
}
.BgClassName
{
background-color: #A6063D;
}
</style>
border-color css
<style>
span { border-color: #A6063D; }
span { border-color: rgb(166,6,61); }
td.TdClassName
{
border-color: #A6063D;
}
.TagClassName
{
border-color: #A6063D;
}
</style>