#A20746

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

Shades of Jazzberry Jam #A20746

Tints of Jazzberry Jam #A20746

Color information

#A20746 (or 0xA20746) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 07 and 46. RGB value is (162,7,70). Sum of RGB (Red+Green+Blue) = 162+7+70=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A20746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20746 is #5DF8B9. Grayscale: #3C3C3C. Windows color (decimal): -6158522 or 4589474. OLE color: 4589474.

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

Color convert

RGB162770-
CMYK00.960.570.36
HSL335.61º91.72%33.14%-
HSV(B)335.61º95.68%63.53%-
XYZ16.088.286.54-
YUV60.53133.35200.38-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 7 (3.12% from 255) = 2.93%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=67.78%
G=2.93%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16277000.960.570.36335.6191.7233.14
HexA274606039241505c21
Octal24271060140714452013441
Binary101000101111000110011000001110011001001010100001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20746; }

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

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

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

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

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

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

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

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