Shades of Jazzberry Jam #A61445
Tints of Jazzberry Jam #A61445
RGB
CMYK
RGB Variations
Color information
#A61445 (or 0xA61445) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 45. RGB value is (166,20,69). Sum of RGB (Red+Green+Blue) = 166+20+69=255 (33% of max value = 765). Red value is 166 (65.23% from 255 or 65.10% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 166 - color contains mainly: red. Hex color #A61445 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61445 is #59EBBA. Grayscale: #454545. Windows color (decimal): -5893051 or 4527270. OLE color: 4527270.
HSL color Cylindrical-coordinate representation of color #A61445: hue angle of 339.86º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A61445 is Cyan = 0, Magento = 0.88, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 69 | - |
| CMYK | 0 | 0.88 | 0.58 | 0.35 |
| HSL | 339.86º | 0.78% | 0.36% | - |
| HSV(B) | 339.86º | 0.88% | 0.65% | - |
| XYZ | 17.05 | 9.04 | 6.48 | - |
| YUV | 69.24 | 127.87 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 69 | 0 | 0.88 | 0.58 | 0.35 | 339.86 | 0.78 | 0.36 |
| Hex | A6 | 14 | 45 | 0 | 58 | 3A | 23 | 154 | 4E | 24 |
| Octal | 246 | 24 | 105 | 0 | 130 | 72 | 43 | 524 | 116 | 44 |
| Binary | 10100110 | 10100 | 1000101 | 0 | 1011000 | 111010 | 100011 | 101010100 | 1001110 | 100100 |
Color Harmonies of #A61445
Complementary color
Monochromatic Colors of #A61445
Black with #A61445
Text Example
Text Example
White with #A61445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61445; }
p { color: rgb(166,20,69); }
H1.HeaderClassName
{
color: #A61445;
}
.AnyTagClassName
{
color: #A61445;
}
</style>
background-color css
<style>
a { background-color: #A61445; }
a { background-color: rgb(166,20,69); }
div.DivClassName
{
background-color: #A61445;
}
.BgClassName
{
background-color: #A61445;
}
</style>
border-color css
<style>
span { border-color: #A61445; }
span { border-color: rgb(166,20,69); }
td.TdClassName
{
border-color: #A61445;
}
.TagClassName
{
border-color: #A61445;
}
</style>