Shades of Jazzberry Jam #A6084D
Tints of Jazzberry Jam #A6084D
RGB
CMYK
RGB Variations
Color information
#A6084D (or 0xA6084D) is known color: Jazzberry Jam. HEX triplet: A6, 08 and 4D. RGB value is (166,8,77). Sum of RGB (Red+Green+Blue) = 166+8+77=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A6084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A6084D is #59F7B2. Grayscale: #3E3E3E. Windows color (decimal): -5896115 or 5048486. OLE color: 5048486.
HSL color Cylindrical-coordinate representation of color #A6084D: hue angle of 333.8º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A6084D is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 8 | 77 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.35 |
| HSL | 333.8º | 0.91% | 0.34% | - |
| HSV(B) | 333.8º | 0.95% | 0.65% | - |
| XYZ | 17.15 | 8.82 | 7.82 | - |
| YUV | 63.11 | 135.85 | 201.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 77 | 0 | 0.95 | 0.54 | 0.35 | 333.8 | 0.91 | 0.34 |
| Hex | A6 | 8 | 4D | 0 | 5F | 36 | 23 | 14E | 5B | 22 |
| Octal | 246 | 10 | 115 | 0 | 137 | 66 | 43 | 516 | 133 | 42 |
| Binary | 10100110 | 1000 | 1001101 | 0 | 1011111 | 110110 | 100011 | 101001110 | 1011011 | 100010 |
Color Harmonies of #A6084D
Complementary color
Monochromatic Colors of #A6084D
Black with #A6084D
Text Example
Text Example
White with #A6084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6084D; }
p { color: rgb(166,8,77); }
H1.HeaderClassName
{
color: #A6084D;
}
.AnyTagClassName
{
color: #A6084D;
}
</style>
background-color css
<style>
a { background-color: #A6084D; }
a { background-color: rgb(166,8,77); }
div.DivClassName
{
background-color: #A6084D;
}
.BgClassName
{
background-color: #A6084D;
}
</style>
border-color css
<style>
span { border-color: #A6084D; }
span { border-color: rgb(166,8,77); }
td.TdClassName
{
border-color: #A6084D;
}
.TagClassName
{
border-color: #A6084D;
}
</style>