Shades of Jazzberry Jam #A40D45
Tints of Jazzberry Jam #A40D45
RGB
CMYK
RGB Variations
Color information
#A40D45 (or 0xA40D45) is known color: Jazzberry Jam. HEX triplet: A4, 0D and 45. RGB value is (164,13,69). Sum of RGB (Red+Green+Blue) = 164+13+69=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 13 (5.47% from 255 or 5.28% from 246); Blue value is 69 (27.34% from 255 or 28.05% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A40D45 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40D45 is #5BF2BA. Grayscale: #404040. Windows color (decimal): -6025915 or 4525476. OLE color: 4525476.
HSL color Cylindrical-coordinate representation of color #A40D45: hue angle of 337.75º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A40D45 is Cyan = 0, Magento = 0.92, Yellow = 0.58 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 13 | 69 | - |
| CMYK | 0 | 0.92 | 0.58 | 0.36 |
| HSL | 337.75º | 0.85% | 0.35% | - |
| HSV(B) | 337.75º | 0.92% | 0.64% | - |
| XYZ | 16.53 | 8.61 | 6.42 | - |
| YUV | 64.53 | 130.53 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 13 | 69 | 0 | 0.92 | 0.58 | 0.36 | 337.75 | 0.85 | 0.35 |
| Hex | A4 | D | 45 | 0 | 5C | 3A | 24 | 152 | 55 | 23 |
| Octal | 244 | 15 | 105 | 0 | 134 | 72 | 44 | 522 | 125 | 43 |
| Binary | 10100100 | 1101 | 1000101 | 0 | 1011100 | 111010 | 100100 | 101010010 | 1010101 | 100011 |
Color Harmonies of #A40D45
Complementary color
Monochromatic Colors of #A40D45
Black with #A40D45
Text Example
Text Example
White with #A40D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40D45; }
p { color: rgb(164,13,69); }
H1.HeaderClassName
{
color: #A40D45;
}
.AnyTagClassName
{
color: #A40D45;
}
</style>
background-color css
<style>
a { background-color: #A40D45; }
a { background-color: rgb(164,13,69); }
div.DivClassName
{
background-color: #A40D45;
}
.BgClassName
{
background-color: #A40D45;
}
</style>
border-color css
<style>
span { border-color: #A40D45; }
span { border-color: rgb(164,13,69); }
td.TdClassName
{
border-color: #A40D45;
}
.TagClassName
{
border-color: #A40D45;
}
</style>