#A40544

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

Shades of Jazzberry Jam #A40544

Tints of Jazzberry Jam #A40544

Color information

#A40544 (or 0xA40544) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 05 and 44. RGB value is (164,5,68). Sum of RGB (Red+Green+Blue) = 164+5+68=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 68 (26.95% from 255 or 28.69% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A40544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40544 is #5BFABB. Grayscale: #3B3B3B. Windows color (decimal): -6027964 or 4457892. OLE color: 4457892.

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

Color convert

RGB164568-
CMYK00.970.590.36
HSL336.23º94.08%33.14%-
HSV(B)336.23º96.95%64.31%-
XYZ16.418.426.23-
YUV59.72132.68202.38-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.20%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 68 (26.95% from 255) = 28.69%
R=69.20%
G=2.11%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16456800.970.590.36336.2394.0833.14
HexA45440613B241505e21
Octal24451040141734452013641
Binary101001001011000100011000011110111001001010100001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40544; }

 p { color: rgb(164,5,68); }

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

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

 a { background-color: rgb(164,5,68); }

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

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

 span { border-color: rgb(164,5,68); }

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