#A20444

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

Shades of Jazzberry Jam #A20444

Tints of Jazzberry Jam #A20444

Color information

#A20444 (or 0xA20444) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 04 and 44. RGB value is (162,4,68). Sum of RGB (Red+Green+Blue) = 162+4+68=234 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.23% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 68 (26.95% from 255 or 29.06% from 234); Max value from RGB is 162 - color contains mainly: red. Hex color #A20444 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20444 is #5DFBBB. Grayscale: #3A3A3A. Windows color (decimal): -6159292 or 4457634. OLE color: 4457634.

HSL color Cylindrical-coordinate representation of color #A20444: hue angle of 335.7º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20444 is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB162468-
CMYK00.980.580.36
HSL335.7º95.18%32.55%-
HSV(B)335.7º97.53%63.53%-
XYZ15.998.196.21-
YUV58.54133.35201.8-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.23%
GREEN value IS 4 (1.95% from 255) = 1.71%
BLUE value IS 68 (26.95% from 255) = 29.06%
R=69.23%
G=1.71%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16246800.980.580.36335.795.1832.55
HexA24440623A241505f21
Octal24241040142724452013741
Binary101000101001000100011000101110101001001010100001011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20444; }

 p { color: rgb(162,4,68); }

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

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

 a { background-color: rgb(162,4,68); }

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

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

 span { border-color: rgb(162,4,68); }

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