#A40A47

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

Shades of Jazzberry Jam #A40A47

Tints of Jazzberry Jam #A40A47

Color information

#A40A47 (or 0xA40A47) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0A and 47. RGB value is (164,10,71). Sum of RGB (Red+Green+Blue) = 164+10+71=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 10 (4.30% from 255 or 4.08% from 245); Blue value is 71 (28.12% from 255 or 28.98% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40A47 is #5BF5B8. Grayscale: #3E3E3E. Windows color (decimal): -6026681 or 4655780. OLE color: 4655780.

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

Color convert

RGB1641071-
CMYK00.940.570.36
HSL336.23º88.51%34.12%-
HSV(B)336.23º93.9%64.31%-
XYZ16.568.566.74-
YUV63132.52200.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 66.94%
GREEN value IS 10 (4.30% from 255) = 4.08%
BLUE value IS 71 (28.12% from 255) = 28.98%
R=66.94%
G=4.08%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164107100.940.570.36336.2388.5134.12
HexA4A4705E39241505922
Octal244121070136714452013142
Binary1010010010101000111010111101110011001001010100001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A47; }

 p { color: rgb(164,10,71); }

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

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

 a { background-color: rgb(164,10,71); }

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

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

 span { border-color: rgb(164,10,71); }

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