#A40740

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

Shades of Jazzberry Jam #A40740

Tints of Jazzberry Jam #A40740

Color information

#A40740 (or 0xA40740) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 07 and 40. RGB value is (164,7,64). Sum of RGB (Red+Green+Blue) = 164+7+64=235 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.79% from 235); Green value is 7 (3.12% from 255 or 2.98% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 164 - color contains mainly: red. Hex color #A40740 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40740 is #5BF8BF. Grayscale: #3C3C3C. Windows color (decimal): -6027456 or 4196260. OLE color: 4196260.

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

Color convert

RGB164764-
CMYK00.960.610.36
HSL338.22º91.81%33.53%-
HSV(B)338.22º95.73%64.31%-
XYZ16.318.415.61-
YUV60.44130.01201.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 69.79%
GREEN value IS 7 (3.12% from 255) = 2.98%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=69.79%
G=2.98%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16476400.960.610.36338.2291.8133.53
HexA47400603D241525c22
Octal24471000140754452213442
Binary101001001111000000011000001111011001001010100101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40740; }

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

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

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

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

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

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

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

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