#A20845

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

Shades of Jazzberry Jam #A20845

Tints of Jazzberry Jam #A20845

Color information

#A20845 (or 0xA20845) is unknown color: approx Jazzberry Jam. HEX triplet: A2, 08 and 45. RGB value is (162,8,69). Sum of RGB (Red+Green+Blue) = 162+8+69=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 69 (27.34% from 255 or 28.87% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A20845 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A20845 is #5DF7BA. Grayscale: #3C3C3C. Windows color (decimal): -6158267 or 4524194. OLE color: 4524194.

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

Color convert

RGB162869-
CMYK00.950.570.36
HSL336.23º90.59%33.33%-
HSV(B)336.23º95.06%63.53%-
XYZ16.068.286.38-
YUV61132.52200.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 67.78%
GREEN value IS 8 (3.52% from 255) = 3.35%
BLUE value IS 69 (27.34% from 255) = 28.87%
R=67.78%
G=3.35%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16286900.950.570.36336.2390.5933.33
HexA284505F39241505b21
Octal242101050137714452013341
Binary1010001010001000101010111111110011001001010100001011011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20845; }

 p { color: rgb(162,8,69); }

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

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

 a { background-color: rgb(162,8,69); }

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

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

 span { border-color: rgb(162,8,69); }

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