Shades of Jazzberry Jam #A41D59
Tints of Jazzberry Jam #A41D59
RGB
CMYK
RGB Variations
Color information
#A41D59 (or 0xA41D59) is known color: Jazzberry Jam. HEX triplet: A4, 1D and 59. RGB value is (164,29,89). Sum of RGB (Red+Green+Blue) = 164+29+89=282 (37% of max value = 765). Red value is 164 (64.45% from 255 or 58.16% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 89 (35.16% from 255 or 31.56% from 282); Max value from RGB is 164 - color contains mainly: red. Hex color #A41D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41D59 is #5BE2A6. Grayscale: #4C4C4C. Windows color (decimal): -6021799 or 5840292. OLE color: 5840292.
HSL color Cylindrical-coordinate representation of color #A41D59: hue angle of 333.33º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41D59 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 29 | 89 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.36 |
| HSL | 333.33º | 0.7% | 0.38% | - |
| HSV(B) | 333.33º | 0.82% | 0.64% | - |
| XYZ | 17.55 | 9.49 | 10.36 | - |
| YUV | 76.21 | 135.23 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 29 | 89 | 0 | 0.82 | 0.46 | 0.36 | 333.33 | 0.7 | 0.38 |
| Hex | A4 | 1D | 59 | 0 | 52 | 2E | 24 | 14D | 46 | 26 |
| Octal | 244 | 35 | 131 | 0 | 122 | 56 | 44 | 515 | 106 | 46 |
| Binary | 10100100 | 11101 | 1011001 | 0 | 1010010 | 101110 | 100100 | 101001101 | 1000110 | 100110 |
Color Harmonies of #A41D59
Complementary color
Monochromatic Colors of #A41D59
Black with #A41D59
Text Example
Text Example
White with #A41D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41D59; }
p { color: rgb(164,29,89); }
H1.HeaderClassName
{
color: #A41D59;
}
.AnyTagClassName
{
color: #A41D59;
}
</style>
background-color css
<style>
a { background-color: #A41D59; }
a { background-color: rgb(164,29,89); }
div.DivClassName
{
background-color: #A41D59;
}
.BgClassName
{
background-color: #A41D59;
}
</style>
border-color css
<style>
span { border-color: #A41D59; }
span { border-color: rgb(164,29,89); }
td.TdClassName
{
border-color: #A41D59;
}
.TagClassName
{
border-color: #A41D59;
}
</style>