Shades of Jazzberry Jam #A6003D
Tints of Jazzberry Jam #A6003D
RGB
CMYK
RGB Variations
Color information
#A6003D (or 0xA6003D) is known color: Jazzberry Jam. HEX triplet: A6, 00 and 3D. RGB value is (166,0,61). Sum of RGB (Red+Green+Blue) = 166+0+61=227 (30% of max value = 765). Red value is 166 (65.23% from 255 or 73.13% from 227); Green value is 0 (0.39% from 255 or 0% from 227); Blue value is 61 (24.22% from 255 or 26.87% from 227); Max value from RGB is 166 - color contains mainly: red. Hex color #A6003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6003D is #59FFC2. Grayscale: #383838. Windows color (decimal): -5898179 or 3997862. OLE color: 3997862.
HSL color Cylindrical-coordinate representation of color #A6003D: hue angle of 337.95º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A6003D is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.63 | 0.35 |
| HSL | 337.95º | 1% | 0.33% | - |
| HSV(B) | 337.95º | 1% | 0.65% | - |
| XYZ | 16.57 | 8.44 | 5.17 | - |
| YUV | 56.59 | 130.5 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 61 | 0 | 1 | 0.63 | 0.35 | 337.95 | 1 | 0.33 |
| Hex | A6 | 0 | 3D | 0 | 64 | 3F | 23 | 152 | 64 | 21 |
| Octal | 246 | 0 | 75 | 0 | 144 | 77 | 43 | 522 | 144 | 41 |
| Binary | 10100110 | 0 | 111101 | 0 | 1100100 | 111111 | 100011 | 101010010 | 1100100 | 100001 |
Color Harmonies of #A6003D
Complementary color
Monochromatic Colors of #A6003D
Black with #A6003D
Text Example
Text Example
White with #A6003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6003D; }
p { color: rgb(166,0,61); }
H1.HeaderClassName
{
color: #A6003D;
}
.AnyTagClassName
{
color: #A6003D;
}
</style>
background-color css
<style>
a { background-color: #A6003D; }
a { background-color: rgb(166,0,61); }
div.DivClassName
{
background-color: #A6003D;
}
.BgClassName
{
background-color: #A6003D;
}
</style>
border-color css
<style>
span { border-color: #A6003D; }
span { border-color: rgb(166,0,61); }
td.TdClassName
{
border-color: #A6003D;
}
.TagClassName
{
border-color: #A6003D;
}
</style>