Shades of Jazzberry Jam #A41C5B
Tints of Jazzberry Jam #A41C5B
RGB
CMYK
RGB Variations
Color information
#A41C5B (or 0xA41C5B) is known color: Jazzberry Jam. HEX triplet: A4, 1C and 5B. RGB value is (164,28,91). Sum of RGB (Red+Green+Blue) = 164+28+91=283 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.95% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41C5B is #5BE3A4. Grayscale: #4B4B4B. Windows color (decimal): -6022053 or 5971108. OLE color: 5971108.
HSL color Cylindrical-coordinate representation of color #A41C5B: hue angle of 332.21º 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 #A41C5B is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 28 | 91 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.36 |
| HSL | 332.21º | 0.71% | 0.38% | - |
| HSV(B) | 332.21º | 0.83% | 0.64% | - |
| XYZ | 17.61 | 9.48 | 10.8 | - |
| YUV | 75.85 | 136.56 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 28 | 91 | 0 | 0.83 | 0.45 | 0.36 | 332.21 | 0.71 | 0.38 |
| Hex | A4 | 1C | 5B | 0 | 53 | 2D | 24 | 14C | 47 | 26 |
| Octal | 244 | 34 | 133 | 0 | 123 | 55 | 44 | 514 | 107 | 46 |
| Binary | 10100100 | 11100 | 1011011 | 0 | 1010011 | 101101 | 100100 | 101001100 | 1000111 | 100110 |
Color Harmonies of #A41C5B
Complementary color
Monochromatic Colors of #A41C5B
Black with #A41C5B
Text Example
Text Example
White with #A41C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41C5B; }
p { color: rgb(164,28,91); }
H1.HeaderClassName
{
color: #A41C5B;
}
.AnyTagClassName
{
color: #A41C5B;
}
</style>
background-color css
<style>
a { background-color: #A41C5B; }
a { background-color: rgb(164,28,91); }
div.DivClassName
{
background-color: #A41C5B;
}
.BgClassName
{
background-color: #A41C5B;
}
</style>
border-color css
<style>
span { border-color: #A41C5B; }
span { border-color: rgb(164,28,91); }
td.TdClassName
{
border-color: #A41C5B;
}
.TagClassName
{
border-color: #A41C5B;
}
</style>