#A21549

Color #A21549 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #A21549

Tints of Jazzberry Jam #A21549

Color information

#A21549 (or 0xA21549) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 15 and 49. RGB value is (162,21,73). Sum of RGB (Red+Green+Blue) = 162+21+73=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A21549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21549 is #5DEAB6. Grayscale: #454545. Windows color (decimal): -6154935 or 4789666. OLE color: 4789666.

HSL color Cylindrical-coordinate representation of color #A21549: hue angle of 337.87º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21549 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1622173-
CMYK00.870.550.36
HSL337.87º77.05%35.88%-
HSV(B)337.87º87.04%63.53%-
XYZ16.378.77.12-
YUV69.09130.21194.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 63.28%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 73 (28.91% from 255) = 28.52%
R=63.28%
G=8.20%
B=28.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162217300.870.550.36337.8777.0535.88
HexA2154905737241524d24
Octal242251110127674452211544
Binary10100010101011001001010101111101111001001010100101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21549; }

 p { color: rgb(162,21,73); }

 H1.HeaderClassName
 {
   color: #A21549;
 }
 .AnyTagClassName
 {
   color: #A21549;
 }
</style>
background-color css

<style>
 a { background-color: #A21549; }

 a { background-color: rgb(162,21,73); }

 div.DivClassName
 {
   background-color: #A21549;
 }
 .BgClassName
 {
   background-color: #A21549;
 }
</style>
border-color css

<style>
 span { border-color: #A21549; }

 span { border-color: rgb(162,21,73); }

 td.TdClassName
 {
   border-color: #A21549;
 }
 .TagClassName
 {
   border-color: #A21549;
 }
</style>