Shades of Jazzberry Jam #A61C54
Tints of Jazzberry Jam #A61C54
RGB
CMYK
RGB Variations
Color information
#A61C54 (or 0xA61C54) is known color: Jazzberry Jam. HEX triplet: A6, 1C and 54. RGB value is (166,28,84). Sum of RGB (Red+Green+Blue) = 166+28+84=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 28 (11.33% from 255 or 10.07% from 278); Blue value is 84 (33.20% from 255 or 30.22% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A61C54 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A61C54 is #59E3AB. Grayscale: #4B4B4B. Windows color (decimal): -5890988 or 5512358. OLE color: 5512358.
HSL color Cylindrical-coordinate representation of color #A61C54: hue angle of 335.65º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61C54 is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 28 | 84 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.35 |
| HSL | 335.65º | 0.71% | 0.38% | - |
| HSV(B) | 335.65º | 0.83% | 0.65% | - |
| XYZ | 17.74 | 9.58 | 9.3 | - |
| YUV | 75.65 | 132.72 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 28 | 84 | 0 | 0.83 | 0.49 | 0.35 | 335.65 | 0.71 | 0.38 |
| Hex | A6 | 1C | 54 | 0 | 53 | 31 | 23 | 150 | 47 | 26 |
| Octal | 246 | 34 | 124 | 0 | 123 | 61 | 43 | 520 | 107 | 46 |
| Binary | 10100110 | 11100 | 1010100 | 0 | 1010011 | 110001 | 100011 | 101010000 | 1000111 | 100110 |
Color Harmonies of #A61C54
Complementary color
Monochromatic Colors of #A61C54
Black with #A61C54
Text Example
Text Example
White with #A61C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61C54; }
p { color: rgb(166,28,84); }
H1.HeaderClassName
{
color: #A61C54;
}
.AnyTagClassName
{
color: #A61C54;
}
</style>
background-color css
<style>
a { background-color: #A61C54; }
a { background-color: rgb(166,28,84); }
div.DivClassName
{
background-color: #A61C54;
}
.BgClassName
{
background-color: #A61C54;
}
</style>
border-color css
<style>
span { border-color: #A61C54; }
span { border-color: rgb(166,28,84); }
td.TdClassName
{
border-color: #A61C54;
}
.TagClassName
{
border-color: #A61C54;
}
</style>