Shades of Jazzberry Jam #A60445
Tints of Jazzberry Jam #A60445
RGB
CMYK
RGB Variations
Color information
#A60445 (or 0xA60445) is known color: Jazzberry Jam. HEX triplet: A6, 04 and 45. RGB value is (166,4,69). Sum of RGB (Red+Green+Blue) = 166+4+69=239 (31% of max value = 765). Red value is 166 (65.23% from 255 or 69.46% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 166 - color contains mainly: red. Hex color #A60445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A60445 is #59FBBA. Grayscale: #3B3B3B. Windows color (decimal): -5897147 or 4523174. OLE color: 4523174.
HSL color Cylindrical-coordinate representation of color #A60445: hue angle of 335.93º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A60445 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.35 |
| HSL | 335.93º | 0.95% | 0.33% | - |
| HSV(B) | 335.93º | 0.98% | 0.65% | - |
| XYZ | 16.84 | 8.62 | 6.41 | - |
| YUV | 59.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 4 | 69 | 0 | 0.98 | 0.58 | 0.35 | 335.93 | 0.95 | 0.33 |
| Hex | A6 | 4 | 45 | 0 | 62 | 3A | 23 | 150 | 5F | 21 |
| Octal | 246 | 4 | 105 | 0 | 142 | 72 | 43 | 520 | 137 | 41 |
| Binary | 10100110 | 100 | 1000101 | 0 | 1100010 | 111010 | 100011 | 101010000 | 1011111 | 100001 |
Color Harmonies of #A60445
Complementary color
Monochromatic Colors of #A60445
Black with #A60445
Text Example
Text Example
White with #A60445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60445; }
p { color: rgb(166,4,69); }
H1.HeaderClassName
{
color: #A60445;
}
.AnyTagClassName
{
color: #A60445;
}
</style>
background-color css
<style>
a { background-color: #A60445; }
a { background-color: rgb(166,4,69); }
div.DivClassName
{
background-color: #A60445;
}
.BgClassName
{
background-color: #A60445;
}
</style>
border-color css
<style>
span { border-color: #A60445; }
span { border-color: rgb(166,4,69); }
td.TdClassName
{
border-color: #A60445;
}
.TagClassName
{
border-color: #A60445;
}
</style>