#A40C4A

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

Shades of Jazzberry Jam #A40C4A

Tints of Jazzberry Jam #A40C4A

Color information

#A40C4A (or 0xA40C4A) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 0C and 4A. RGB value is (164,12,74). Sum of RGB (Red+Green+Blue) = 164+12+74=250 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.6% from 250); Green value is 12 (5.08% from 255 or 4.8% from 250); Blue value is 74 (29.30% from 255 or 29.6% from 250); Max value from RGB is 164 - color contains mainly: red. Hex color #A40C4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A40C4A is #5BF3B5. Grayscale: #404040. Windows color (decimal): -6026166 or 4852900. OLE color: 4852900.

HSL color Cylindrical-coordinate representation of color #A40C4A: hue angle of 335.53º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A40C4A is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB1641274-
CMYK00.930.550.36
HSL335.53º86.36%34.51%-
HSV(B)335.53º92.68%64.31%-
XYZ16.688.657.27-
YUV64.52133.36198.96-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 65.6%
GREEN value IS 12 (5.08% from 255) = 4.8%
BLUE value IS 74 (29.30% from 255) = 29.6%
R=65.6%
G=4.8%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164127400.930.550.36335.5386.3634.51
HexA4C4A05D37241505623
Octal244141120135674452012643
Binary1010010011001001010010111011101111001001010100001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40C4A; }

 p { color: rgb(164,12,74); }

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

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

 a { background-color: rgb(164,12,74); }

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

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

 span { border-color: rgb(164,12,74); }

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