Shades of Jazzberry Jam #A41C57
Tints of Jazzberry Jam #A41C57
RGB
CMYK
RGB Variations
Color information
#A41C57 (or 0xA41C57) is known color: Jazzberry Jam. HEX triplet: A4, 1C and 57. RGB value is (164,28,87). Sum of RGB (Red+Green+Blue) = 164+28+87=279 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.78% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C57 is #5BE3A8. Grayscale: #4B4B4B. Windows color (decimal): -6022057 or 5708964. OLE color: 5708964.
HSL color Cylindrical-coordinate representation of color #A41C57: hue angle of 333.97º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C57 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 87 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.36 |
| HSL | 333.97º | 0.71% | 0.38% | - |
| HSV(B) | 333.97º | 0.83% | 0.64% | - |
| XYZ | 17.45 | 9.41 | 9.91 | - |
| YUV | 75.39 | 134.56 | 191.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 87 | 0 | 0.83 | 0.47 | 0.36 | 333.97 | 0.71 | 0.38 |
| Hex | A4 | 1C | 57 | 0 | 53 | 2F | 24 | 14E | 47 | 26 |
| Octal | 244 | 34 | 127 | 0 | 123 | 57 | 44 | 516 | 107 | 46 |
| Binary | 10100100 | 11100 | 1010111 | 0 | 1010011 | 101111 | 100100 | 101001110 | 1000111 | 100110 |
Color Harmonies of #A41C57
Complementary color
Monochromatic Colors of #A41C57
Black with #A41C57
Text Example
Text Example
White with #A41C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C57; }
p { color: rgb(164,28,87); }
H1.HeaderClassName
{
color: #A41C57;
}
.AnyTagClassName
{
color: #A41C57;
}
</style>
background-color css
<style>
a { background-color: #A41C57; }
a { background-color: rgb(164,28,87); }
div.DivClassName
{
background-color: #A41C57;
}
.BgClassName
{
background-color: #A41C57;
}
</style>
border-color css
<style>
span { border-color: #A41C57; }
span { border-color: rgb(164,28,87); }
td.TdClassName
{
border-color: #A41C57;
}
.TagClassName
{
border-color: #A41C57;
}
</style>