Shades of Jazzberry Jam #A4184D
Tints of Jazzberry Jam #A4184D
RGB
CMYK
RGB Variations
Color information
#A4184D (or 0xA4184D) is known color: Jazzberry Jam. HEX triplet: A4, 18 and 4D. RGB value is (164,24,77). Sum of RGB (Red+Green+Blue) = 164+24+77=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 77 (30.47% from 255 or 29.06% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4184D is #5BE7B2. Grayscale: #474747. Windows color (decimal): -6023091 or 5052580. OLE color: 5052580.
HSL color Cylindrical-coordinate representation of color #A4184D: hue angle of 337.29º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4184D is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 24 | 77 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.36 |
| HSL | 337.29º | 0.74% | 0.37% | - |
| HSV(B) | 337.29º | 0.85% | 0.64% | - |
| XYZ | 16.98 | 9.08 | 7.88 | - |
| YUV | 71.9 | 130.88 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 24 | 77 | 0 | 0.85 | 0.53 | 0.36 | 337.29 | 0.74 | 0.37 |
| Hex | A4 | 18 | 4D | 0 | 55 | 35 | 24 | 151 | 4A | 25 |
| Octal | 244 | 30 | 115 | 0 | 125 | 65 | 44 | 521 | 112 | 45 |
| Binary | 10100100 | 11000 | 1001101 | 0 | 1010101 | 110101 | 100100 | 101010001 | 1001010 | 100101 |
Color Harmonies of #A4184D
Complementary color
Monochromatic Colors of #A4184D
Black with #A4184D
Text Example
Text Example
White with #A4184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4184D; }
p { color: rgb(164,24,77); }
H1.HeaderClassName
{
color: #A4184D;
}
.AnyTagClassName
{
color: #A4184D;
}
</style>
background-color css
<style>
a { background-color: #A4184D; }
a { background-color: rgb(164,24,77); }
div.DivClassName
{
background-color: #A4184D;
}
.BgClassName
{
background-color: #A4184D;
}
</style>
border-color css
<style>
span { border-color: #A4184D; }
span { border-color: rgb(164,24,77); }
td.TdClassName
{
border-color: #A4184D;
}
.TagClassName
{
border-color: #A4184D;
}
</style>