Shades of Jazzberry Jam #A40E4D
Tints of Jazzberry Jam #A40E4D
RGB
CMYK
RGB Variations
Color information
#A40E4D (or 0xA40E4D) is known color: Jazzberry Jam. HEX triplet: A4, 0E and 4D. RGB value is (164,14,77). Sum of RGB (Red+Green+Blue) = 164+14+77=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 77 (30.47% from 255 or 30.20% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A40E4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40E4D is #5BF1B2. Grayscale: #414141. Windows color (decimal): -6025651 or 5050020. OLE color: 5050020.
HSL color Cylindrical-coordinate representation of color #A40E4D: hue angle of 334.8º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A40E4D is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 14 | 77 | - |
| CMYK | 0 | 0.91 | 0.53 | 0.36 |
| HSL | 334.8º | 0.84% | 0.35% | - |
| HSV(B) | 334.8º | 0.91% | 0.64% | - |
| XYZ | 16.81 | 8.74 | 7.82 | - |
| YUV | 66.03 | 134.2 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 14 | 77 | 0 | 0.91 | 0.53 | 0.36 | 334.8 | 0.84 | 0.35 |
| Hex | A4 | E | 4D | 0 | 5B | 35 | 24 | 14F | 54 | 23 |
| Octal | 244 | 16 | 115 | 0 | 133 | 65 | 44 | 517 | 124 | 43 |
| Binary | 10100100 | 1110 | 1001101 | 0 | 1011011 | 110101 | 100100 | 101001111 | 1010100 | 100011 |
Color Harmonies of #A40E4D
Complementary color
Monochromatic Colors of #A40E4D
Black with #A40E4D
Text Example
Text Example
White with #A40E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40E4D; }
p { color: rgb(164,14,77); }
H1.HeaderClassName
{
color: #A40E4D;
}
.AnyTagClassName
{
color: #A40E4D;
}
</style>
background-color css
<style>
a { background-color: #A40E4D; }
a { background-color: rgb(164,14,77); }
div.DivClassName
{
background-color: #A40E4D;
}
.BgClassName
{
background-color: #A40E4D;
}
</style>
border-color css
<style>
span { border-color: #A40E4D; }
span { border-color: rgb(164,14,77); }
td.TdClassName
{
border-color: #A40E4D;
}
.TagClassName
{
border-color: #A40E4D;
}
</style>