#A4053C

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

Shades of Jazzberry Jam #A4053C

Tints of Jazzberry Jam #A4053C

Color information

#A4053C (or 0xA4053C) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 05 and 3C. RGB value is (164,5,60). Sum of RGB (Red+Green+Blue) = 164+5+60=229 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.62% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 60 (23.83% from 255 or 26.20% from 229); Max value from RGB is 164 - color contains mainly: red. Hex color #A4053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4053C is #5BFAC3. Grayscale: #3A3A3A. Windows color (decimal): -6027972 or 3933604. OLE color: 3933604.

HSL color Cylindrical-coordinate representation of color #A4053C: hue angle of 339.25º 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 #A4053C is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.36.

Color convert

RGB164560-
CMYK00.970.630.36
HSL339.25º94.08%33.14%-
HSV(B)339.25º96.95%64.31%-
XYZ16.188.335.03-
YUV58.81128.68203.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.62%
GREEN value IS 5 (2.34% from 255) = 2.18%
BLUE value IS 60 (23.83% from 255) = 26.20%
R=71.62%
G=2.18%
B=26.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16456000.970.630.36339.2594.0833.14
HexA453C0613F241535e21
Octal2445740141774452313641
Binary10100100101111100011000011111111001001010100111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4053C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4053C; }

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

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

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

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

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

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

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

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