Shades of Jazzberry Jam #A40641
Tints of Jazzberry Jam #A40641
RGB
CMYK
RGB Variations
Color information
#A40641 (or 0xA40641) is known color: Jazzberry Jam. HEX triplet: A4, 06 and 41. RGB value is (164,6,65). Sum of RGB (Red+Green+Blue) = 164+6+65=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A40641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40641 is #5BF9BE. Grayscale: #3B3B3B. Windows color (decimal): -6027711 or 4261540. OLE color: 4261540.
HSL color Cylindrical-coordinate representation of color #A40641: hue angle of 337.59º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A40641 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 6 | 65 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.36 |
| HSL | 337.59º | 0.93% | 0.33% | - |
| HSV(B) | 337.59º | 0.96% | 0.64% | - |
| XYZ | 16.33 | 8.4 | 5.76 | - |
| YUV | 59.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 6 | 65 | 0 | 0.96 | 0.60 | 0.36 | 337.59 | 0.93 | 0.33 |
| Hex | A4 | 6 | 41 | 0 | 60 | 3C | 24 | 152 | 5D | 21 |
| Octal | 244 | 6 | 101 | 0 | 140 | 74 | 44 | 522 | 135 | 41 |
| Binary | 10100100 | 110 | 1000001 | 0 | 1100000 | 111100 | 100100 | 101010010 | 1011101 | 100001 |
Color Harmonies of #A40641
Complementary color
Monochromatic Colors of #A40641
Black with #A40641
Text Example
Text Example
White with #A40641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A40641; }
p { color: rgb(164,6,65); }
H1.HeaderClassName
{
color: #A40641;
}
.AnyTagClassName
{
color: #A40641;
}
</style>
background-color css
<style>
a { background-color: #A40641; }
a { background-color: rgb(164,6,65); }
div.DivClassName
{
background-color: #A40641;
}
.BgClassName
{
background-color: #A40641;
}
</style>
border-color css
<style>
span { border-color: #A40641; }
span { border-color: rgb(164,6,65); }
td.TdClassName
{
border-color: #A40641;
}
.TagClassName
{
border-color: #A40641;
}
</style>