Shades of Jazzberry Jam #A40040
Tints of Jazzberry Jam #A40040
RGB
CMYK
RGB Variations
Color information
#A40040 (or 0xA40040) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 40. RGB value is (164,0,64). Sum of RGB (Red+Green+Blue) = 164+0+64=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A40040 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40040 is #5BFFBF. Grayscale: #383838. Windows color (decimal): -6029248 or 4194468. OLE color: 4194468.
HSL color Cylindrical-coordinate representation of color #A40040: hue angle of 336.59º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40040 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 64 | - |
| CMYK | 0 | 1 | 0.61 | 0.36 |
| HSL | 336.59º | 1% | 0.32% | - |
| HSV(B) | 336.59º | 1% | 0.64% | - |
| XYZ | 16.24 | 8.26 | 5.59 | - |
| YUV | 56.33 | 132.33 | 204.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 64 | 0 | 1 | 0.61 | 0.36 | 336.59 | 1 | 0.32 |
| Hex | A4 | 0 | 40 | 0 | 64 | 3D | 24 | 151 | 64 | 20 |
| Octal | 244 | 0 | 100 | 0 | 144 | 75 | 44 | 521 | 144 | 40 |
| Binary | 10100100 | 0 | 1000000 | 0 | 1100100 | 111101 | 100100 | 101010001 | 1100100 | 100000 |
Color Harmonies of #A40040
Complementary color
Monochromatic Colors of #A40040
Black with #A40040
Text Example
Text Example
White with #A40040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40040; }
p { color: rgb(164,0,64); }
H1.HeaderClassName
{
color: #A40040;
}
.AnyTagClassName
{
color: #A40040;
}
</style>
background-color css
<style>
a { background-color: #A40040; }
a { background-color: rgb(164,0,64); }
div.DivClassName
{
background-color: #A40040;
}
.BgClassName
{
background-color: #A40040;
}
</style>
border-color css
<style>
span { border-color: #A40040; }
span { border-color: rgb(164,0,64); }
td.TdClassName
{
border-color: #A40040;
}
.TagClassName
{
border-color: #A40040;
}
</style>