#A20747

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

Shades of Jazzberry Jam #A20747

Tints of Jazzberry Jam #A20747

Color information

#A20747 (or 0xA20747) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 47. RGB value is (162,7,71). Sum of RGB (Red+Green+Blue) = 162+7+71=240 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.5% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 71 (28.12% from 255 or 29.58% from 240); Max value from RGB is 162 - color contains mainly: red. Hex color #A20747 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20747 is #5DF8B8. Grayscale: #3C3C3C. Windows color (decimal): -6158521 or 4655010. OLE color: 4655010.

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

Color convert

RGB162771-
CMYK00.960.560.36
HSL335.23º91.72%33.14%-
HSV(B)335.23º95.68%63.53%-
XYZ16.118.296.71-
YUV60.64133.85200.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.5%
GREEN value IS 7 (3.12% from 255) = 2.92%
BLUE value IS 71 (28.12% from 255) = 29.58%
R=67.5%
G=2.92%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.56
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16277100.960.560.36335.2391.7233.14
HexA2747060382414f5c21
Octal24271070140704451713441
Binary101000101111000111011000001110001001001010011111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20747; }

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

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

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

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

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

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

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

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