Shades of Jazzberry Jam #A40947
Tints of Jazzberry Jam #A40947
RGB
CMYK
RGB Variations
Color information
#A40947 (or 0xA40947) is known color: Jazzberry Jam. HEX triplet: A4, 09 and 47. RGB value is (164,9,71). Sum of RGB (Red+Green+Blue) = 164+9+71=244 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.21% from 244); Green value is 9 (3.91% from 255 or 3.69% from 244); Blue value is 71 (28.12% from 255 or 29.10% from 244); Max value from RGB is 164 - color contains mainly: red. Hex color #A40947 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40947 is #5BF6B8. Grayscale: #3E3E3E. Windows color (decimal): -6026937 or 4655524. OLE color: 4655524.
HSL color Cylindrical-coordinate representation of color #A40947: hue angle of 336º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A40947 is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 9 | 71 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.36 |
| HSL | 336º | 0.9% | 0.34% | - |
| HSV(B) | 336º | 0.95% | 0.64% | - |
| XYZ | 16.54 | 8.54 | 6.74 | - |
| YUV | 62.41 | 132.85 | 200.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 9 | 71 | 0 | 0.95 | 0.57 | 0.36 | 336 | 0.9 | 0.34 |
| Hex | A4 | 9 | 47 | 0 | 5F | 39 | 24 | 150 | 5A | 22 |
| Octal | 244 | 11 | 107 | 0 | 137 | 71 | 44 | 520 | 132 | 42 |
| Binary | 10100100 | 1001 | 1000111 | 0 | 1011111 | 111001 | 100100 | 101010000 | 1011010 | 100010 |
Color Harmonies of #A40947
Complementary color
Monochromatic Colors of #A40947
Black with #A40947
Text Example
Text Example
White with #A40947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40947; }
p { color: rgb(164,9,71); }
H1.HeaderClassName
{
color: #A40947;
}
.AnyTagClassName
{
color: #A40947;
}
</style>
background-color css
<style>
a { background-color: #A40947; }
a { background-color: rgb(164,9,71); }
div.DivClassName
{
background-color: #A40947;
}
.BgClassName
{
background-color: #A40947;
}
</style>
border-color css
<style>
span { border-color: #A40947; }
span { border-color: rgb(164,9,71); }
td.TdClassName
{
border-color: #A40947;
}
.TagClassName
{
border-color: #A40947;
}
</style>