#A21447

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

Shades of Jazzberry Jam #A21447

Tints of Jazzberry Jam #A21447

Color information

#A21447 (or 0xA21447) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 14 and 47. RGB value is (162,20,71). Sum of RGB (Red+Green+Blue) = 162+20+71=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A21447 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21447 is #5DEBB8. Grayscale: #444444. Windows color (decimal): -6155193 or 4658338. OLE color: 4658338.

HSL color Cylindrical-coordinate representation of color #A21447: hue angle of 338.45º 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 #A21447 is Cyan = 0, Magento = 0.88, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB1622071-
CMYK00.880.560.36
HSL338.45º78.02%35.69%-
HSV(B)338.45º87.65%63.53%-
XYZ16.298.646.77-
YUV68.27129.54194.85-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 20 (8.20% from 255) = 7.91%
BLUE value IS 71 (28.12% from 255) = 28.06%
R=64.03%
G=7.91%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162207100.880.560.36338.4578.0235.69
HexA2144705838241524e24
Octal242241070130704452211644
Binary10100010101001000111010110001110001001001010100101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A21447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A21447; }

 p { color: rgb(162,20,71); }

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

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

 a { background-color: rgb(162,20,71); }

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

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

 span { border-color: rgb(162,20,71); }

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