#A20740

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

Shades of Jazzberry Jam #A20740

Tints of Jazzberry Jam #A20740

Color information

#A20740 (or 0xA20740) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 40. RGB value is (162,7,64). Sum of RGB (Red+Green+Blue) = 162+7+64=233 (30% of max value = 765). Red value is 162 (63.67% from 255 or 69.53% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 64 (25.39% from 255 or 27.47% from 233); Max value from RGB is 162 - color contains mainly: red. Hex color #A20740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20740 is #5DF8BF. Grayscale: #3B3B3B. Windows color (decimal): -6158528 or 4196258. OLE color: 4196258.

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

Color convert

RGB162764-
CMYK00.960.600.36
HSL337.94º91.72%33.14%-
HSV(B)337.94º95.68%63.53%-
XYZ15.98.25.6-
YUV59.84130.35200.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 69.53%
GREEN value IS 7 (3.12% from 255) = 3.00%
BLUE value IS 64 (25.39% from 255) = 27.47%
R=69.53%
G=3.00%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16276400.960.600.36337.9491.7233.14
HexA27400603C241525c21
Octal24271000140744452213441
Binary101000101111000000011000001111001001001010100101011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20740; }

 p { color: rgb(162,7,64); }

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

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

 a { background-color: rgb(162,7,64); }

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

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

 span { border-color: rgb(162,7,64); }

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