Shades of Jazzberry Jam #A60E5E
Tints of Jazzberry Jam #A60E5E
RGB
CMYK
RGB Variations
Color information
#A60E5E (or 0xA60E5E) is known color: Jazzberry Jam. HEX triplet: A6, 0E and 5E. RGB value is (166,14,94). Sum of RGB (Red+Green+Blue) = 166+14+94=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 14 (5.86% from 255 or 5.11% from 274); Blue value is 94 (37.11% from 255 or 34.31% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A60E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A60E5E is #59F1A1. Grayscale: #444444. Windows color (decimal): -5894562 or 6164134. OLE color: 6164134.
HSL color Cylindrical-coordinate representation of color #A60E5E: hue angle of 328.42º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A60E5E is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 14 | 94 | - |
| CMYK | 0 | 0.92 | 0.43 | 0.35 |
| HSL | 328.42º | 0.84% | 0.35% | - |
| HSV(B) | 328.42º | 0.92% | 0.65% | - |
| XYZ | 17.9 | 9.23 | 11.43 | - |
| YUV | 68.57 | 142.36 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 94 | 0 | 0.92 | 0.43 | 0.35 | 328.42 | 0.84 | 0.35 |
| Hex | A6 | E | 5E | 0 | 5C | 2B | 23 | 148 | 54 | 23 |
| Octal | 246 | 16 | 136 | 0 | 134 | 53 | 43 | 510 | 124 | 43 |
| Binary | 10100110 | 1110 | 1011110 | 0 | 1011100 | 101011 | 100011 | 101001000 | 1010100 | 100011 |
Color Harmonies of #A60E5E
Complementary color
Monochromatic Colors of #A60E5E
Black with #A60E5E
Text Example
Text Example
White with #A60E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60E5E; }
p { color: rgb(166,14,94); }
H1.HeaderClassName
{
color: #A60E5E;
}
.AnyTagClassName
{
color: #A60E5E;
}
</style>
background-color css
<style>
a { background-color: #A60E5E; }
a { background-color: rgb(166,14,94); }
div.DivClassName
{
background-color: #A60E5E;
}
.BgClassName
{
background-color: #A60E5E;
}
</style>
border-color css
<style>
span { border-color: #A60E5E; }
span { border-color: rgb(166,14,94); }
td.TdClassName
{
border-color: #A60E5E;
}
.TagClassName
{
border-color: #A60E5E;
}
</style>