Shades of Jazzberry Jam #A4014D
Tints of Jazzberry Jam #A4014D
RGB
CMYK
RGB Variations
Color information
#A4014D (or 0xA4014D) is known color: Jazzberry Jam. HEX triplet: A4, 01 and 4D. RGB value is (164,1,77). Sum of RGB (Red+Green+Blue) = 164+1+77=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4014D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4014D is #5BFEB2. Grayscale: #3A3A3A. Windows color (decimal): -6028979 or 5046692. OLE color: 5046692.
HSL color Cylindrical-coordinate representation of color #A4014D: hue angle of 332.02º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A4014D is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.36 |
| HSL | 332.02º | 0.99% | 0.32% | - |
| HSV(B) | 332.02º | 0.99% | 0.64% | - |
| XYZ | 16.66 | 8.45 | 7.77 | - |
| YUV | 58.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 1 | 77 | 0 | 0.99 | 0.53 | 0.36 | 332.02 | 0.99 | 0.32 |
| Hex | A4 | 1 | 4D | 0 | 63 | 35 | 24 | 14C | 63 | 20 |
| Octal | 244 | 1 | 115 | 0 | 143 | 65 | 44 | 514 | 143 | 40 |
| Binary | 10100100 | 1 | 1001101 | 0 | 1100011 | 110101 | 100100 | 101001100 | 1100011 | 100000 |
Color Harmonies of #A4014D
Complementary color
Monochromatic Colors of #A4014D
Black with #A4014D
Text Example
Text Example
White with #A4014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4014D; }
p { color: rgb(164,1,77); }
H1.HeaderClassName
{
color: #A4014D;
}
.AnyTagClassName
{
color: #A4014D;
}
</style>
background-color css
<style>
a { background-color: #A4014D; }
a { background-color: rgb(164,1,77); }
div.DivClassName
{
background-color: #A4014D;
}
.BgClassName
{
background-color: #A4014D;
}
</style>
border-color css
<style>
span { border-color: #A4014D; }
span { border-color: rgb(164,1,77); }
td.TdClassName
{
border-color: #A4014D;
}
.TagClassName
{
border-color: #A4014D;
}
</style>