Shades of Jazzberry Jam #A6144C
Tints of Jazzberry Jam #A6144C
RGB
CMYK
RGB Variations
Color information
#A6144C (or 0xA6144C) is known color: Jazzberry Jam. HEX triplet: A6, 14 and 4C. RGB value is (166,20,76). Sum of RGB (Red+Green+Blue) = 166+20+76=262 (34% of max value = 765). Red value is 166 (65.23% from 255 or 63.36% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 76 (30.08% from 255 or 29.01% from 262); Max value from RGB is 166 - color contains mainly: red. Hex color #A6144C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A6144C is #59EBB3. Grayscale: #454545. Windows color (decimal): -5893044 or 4986022. OLE color: 4986022.
HSL color Cylindrical-coordinate representation of color #A6144C: hue angle of 336.99º 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 #A6144C is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 20 | 76 | - |
| CMYK | 0 | 0.88 | 0.54 | 0.35 |
| HSL | 336.99º | 0.78% | 0.36% | - |
| HSV(B) | 336.99º | 0.88% | 0.65% | - |
| XYZ | 17.28 | 9.13 | 7.69 | - |
| YUV | 70.04 | 131.37 | 196.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 20 | 76 | 0 | 0.88 | 0.54 | 0.35 | 336.99 | 0.78 | 0.36 |
| Hex | A6 | 14 | 4C | 0 | 58 | 36 | 23 | 151 | 4E | 24 |
| Octal | 246 | 24 | 114 | 0 | 130 | 66 | 43 | 521 | 116 | 44 |
| Binary | 10100110 | 10100 | 1001100 | 0 | 1011000 | 110110 | 100011 | 101010001 | 1001110 | 100100 |
Color Harmonies of #A6144C
Complementary color
Monochromatic Colors of #A6144C
Black with #A6144C
Text Example
Text Example
White with #A6144C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6144C; }
p { color: rgb(166,20,76); }
H1.HeaderClassName
{
color: #A6144C;
}
.AnyTagClassName
{
color: #A6144C;
}
</style>
background-color css
<style>
a { background-color: #A6144C; }
a { background-color: rgb(166,20,76); }
div.DivClassName
{
background-color: #A6144C;
}
.BgClassName
{
background-color: #A6144C;
}
</style>
border-color css
<style>
span { border-color: #A6144C; }
span { border-color: rgb(166,20,76); }
td.TdClassName
{
border-color: #A6144C;
}
.TagClassName
{
border-color: #A6144C;
}
</style>