Shades of Jazzberry Jam #A40045
Tints of Jazzberry Jam #A40045
RGB
CMYK
RGB Variations
Color information
#A40045 (or 0xA40045) is known color: Jazzberry Jam. HEX triplet: A4, 00 and 45. RGB value is (164,0,69). Sum of RGB (Red+Green+Blue) = 164+0+69=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 69 (27.34% from 255 or 29.61% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A40045 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40045 is #5BFFBA. Grayscale: #383838. Windows color (decimal): -6029243 or 4522148. OLE color: 4522148.
HSL color Cylindrical-coordinate representation of color #A40045: hue angle of 334.76º 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 #A40045 is Cyan = 0, Magento = 1, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 0 | 69 | - |
| CMYK | 0 | 1 | 0.58 | 0.36 |
| HSL | 334.76º | 1% | 0.32% | - |
| HSV(B) | 334.76º | 1% | 0.64% | - |
| XYZ | 16.38 | 8.32 | 6.37 | - |
| YUV | 56.9 | 134.83 | 204.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 0 | 69 | 0 | 1 | 0.58 | 0.36 | 334.76 | 1 | 0.32 |
| Hex | A4 | 0 | 45 | 0 | 64 | 3A | 24 | 14F | 64 | 20 |
| Octal | 244 | 0 | 105 | 0 | 144 | 72 | 44 | 517 | 144 | 40 |
| Binary | 10100100 | 0 | 1000101 | 0 | 1100100 | 111010 | 100100 | 101001111 | 1100100 | 100000 |
Color Harmonies of #A40045
Complementary color
Monochromatic Colors of #A40045
Black with #A40045
Text Example
Text Example
White with #A40045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40045; }
p { color: rgb(164,0,69); }
H1.HeaderClassName
{
color: #A40045;
}
.AnyTagClassName
{
color: #A40045;
}
</style>
background-color css
<style>
a { background-color: #A40045; }
a { background-color: rgb(164,0,69); }
div.DivClassName
{
background-color: #A40045;
}
.BgClassName
{
background-color: #A40045;
}
</style>
border-color css
<style>
span { border-color: #A40045; }
span { border-color: rgb(164,0,69); }
td.TdClassName
{
border-color: #A40045;
}
.TagClassName
{
border-color: #A40045;
}
</style>