Shades of Jazzberry Jam #A61045
Tints of Jazzberry Jam #A61045
RGB
CMYK
RGB Variations
Color information
#A61045 (or 0xA61045) is known color: Jazzberry Jam. HEX triplet: A6, 10 and 45. RGB value is (166,16,69). Sum of RGB (Red+Green+Blue) = 166+16+69=251 (33% of max value = 765). Red value is 166 (65.23% from 255 or 66.14% from 251); Green value is 16 (6.64% from 255 or 6.37% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 166 - color contains mainly: red. Hex color #A61045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A61045 is #59EFBA. Grayscale: #424242. Windows color (decimal): -5894075 or 4526246. OLE color: 4526246.
HSL color Cylindrical-coordinate representation of color #A61045: hue angle of 338.8º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A61045 is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 16 | 69 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.35 |
| HSL | 338.8º | 0.82% | 0.36% | - |
| HSV(B) | 338.8º | 0.9% | 0.65% | - |
| XYZ | 16.99 | 8.91 | 6.45 | - |
| YUV | 66.89 | 129.2 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 16 | 69 | 0 | 0.90 | 0.58 | 0.35 | 338.8 | 0.82 | 0.36 |
| Hex | A6 | 10 | 45 | 0 | 5A | 3A | 23 | 153 | 52 | 24 |
| Octal | 246 | 20 | 105 | 0 | 132 | 72 | 43 | 523 | 122 | 44 |
| Binary | 10100110 | 10000 | 1000101 | 0 | 1011010 | 111010 | 100011 | 101010011 | 1010010 | 100100 |
Color Harmonies of #A61045
Complementary color
Monochromatic Colors of #A61045
Black with #A61045
Text Example
Text Example
White with #A61045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61045; }
p { color: rgb(166,16,69); }
H1.HeaderClassName
{
color: #A61045;
}
.AnyTagClassName
{
color: #A61045;
}
</style>
background-color css
<style>
a { background-color: #A61045; }
a { background-color: rgb(166,16,69); }
div.DivClassName
{
background-color: #A61045;
}
.BgClassName
{
background-color: #A61045;
}
</style>
border-color css
<style>
span { border-color: #A61045; }
span { border-color: rgb(166,16,69); }
td.TdClassName
{
border-color: #A61045;
}
.TagClassName
{
border-color: #A61045;
}
</style>