Shades of Jazzberry Jam #A40C4D
Tints of Jazzberry Jam #A40C4D
RGB
CMYK
RGB Variations
Color information
#A40C4D (or 0xA40C4D) is known color: Jazzberry Jam. HEX triplet: A4, 0C and 4D. RGB value is (164,12,77). Sum of RGB (Red+Green+Blue) = 164+12+77=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 77 (30.47% from 255 or 30.43% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C4D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40C4D is #5BF3B2. Grayscale: #404040. Windows color (decimal): -6026163 or 5049508. OLE color: 5049508.
HSL color Cylindrical-coordinate representation of color #A40C4D: hue angle of 334.34º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C4D is Cyan = 0, Magento = 0.93, Yellow = 0.53 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 12 | 77 | - |
| CMYK | 0 | 0.93 | 0.53 | 0.36 |
| HSL | 334.34º | 0.86% | 0.35% | - |
| HSV(B) | 334.34º | 0.93% | 0.64% | - |
| XYZ | 16.78 | 8.69 | 7.81 | - |
| YUV | 64.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 12 | 77 | 0 | 0.93 | 0.53 | 0.36 | 334.34 | 0.86 | 0.35 |
| Hex | A4 | C | 4D | 0 | 5D | 35 | 24 | 14E | 56 | 23 |
| Octal | 244 | 14 | 115 | 0 | 135 | 65 | 44 | 516 | 126 | 43 |
| Binary | 10100100 | 1100 | 1001101 | 0 | 1011101 | 110101 | 100100 | 101001110 | 1010110 | 100011 |
Color Harmonies of #A40C4D
Complementary color
Monochromatic Colors of #A40C4D
Black with #A40C4D
Text Example
Text Example
White with #A40C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40C4D; }
p { color: rgb(164,12,77); }
H1.HeaderClassName
{
color: #A40C4D;
}
.AnyTagClassName
{
color: #A40C4D;
}
</style>
background-color css
<style>
a { background-color: #A40C4D; }
a { background-color: rgb(164,12,77); }
div.DivClassName
{
background-color: #A40C4D;
}
.BgClassName
{
background-color: #A40C4D;
}
</style>
border-color css
<style>
span { border-color: #A40C4D; }
span { border-color: rgb(164,12,77); }
td.TdClassName
{
border-color: #A40C4D;
}
.TagClassName
{
border-color: #A40C4D;
}
</style>