Shades of Jazzberry Jam #A41454
Tints of Jazzberry Jam #A41454
RGB
CMYK
RGB Variations
Color information
#A41454 (or 0xA41454) is known color: Jazzberry Jam. HEX triplet: A4, 14 and 54. RGB value is (164,20,84). Sum of RGB (Red+Green+Blue) = 164+20+84=268 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.19% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 84 (33.20% from 255 or 31.34% from 268); Max value from RGB is 164 - color contains mainly: red. Hex color #A41454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A41454 is #5BEBAB. Grayscale: #464646. Windows color (decimal): -6024108 or 5510308. OLE color: 5510308.
HSL color Cylindrical-coordinate representation of color #A41454: hue angle of 333.33º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A41454 is Cyan = 0, Magento = 0.88, Yellow = 0.49 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 20 | 84 | - |
| CMYK | 0 | 0.88 | 0.49 | 0.36 |
| HSL | 333.33º | 0.78% | 0.36% | - |
| HSV(B) | 333.33º | 0.88% | 0.64% | - |
| XYZ | 17.16 | 9.03 | 9.23 | - |
| YUV | 70.35 | 135.71 | 194.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 20 | 84 | 0 | 0.88 | 0.49 | 0.36 | 333.33 | 0.78 | 0.36 |
| Hex | A4 | 14 | 54 | 0 | 58 | 31 | 24 | 14D | 4E | 24 |
| Octal | 244 | 24 | 124 | 0 | 130 | 61 | 44 | 515 | 116 | 44 |
| Binary | 10100100 | 10100 | 1010100 | 0 | 1011000 | 110001 | 100100 | 101001101 | 1001110 | 100100 |
Color Harmonies of #A41454
Complementary color
Monochromatic Colors of #A41454
Black with #A41454
Text Example
Text Example
White with #A41454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41454; }
p { color: rgb(164,20,84); }
H1.HeaderClassName
{
color: #A41454;
}
.AnyTagClassName
{
color: #A41454;
}
</style>
background-color css
<style>
a { background-color: #A41454; }
a { background-color: rgb(164,20,84); }
div.DivClassName
{
background-color: #A41454;
}
.BgClassName
{
background-color: #A41454;
}
</style>
border-color css
<style>
span { border-color: #A41454; }
span { border-color: rgb(164,20,84); }
td.TdClassName
{
border-color: #A41454;
}
.TagClassName
{
border-color: #A41454;
}
</style>