#A4053B

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

Shades of Jazzberry Jam #A4053B

Tints of Jazzberry Jam #A4053B

Color information

#A4053B (or 0xA4053B) is unknown color: approx Jazzberry Jam. HEX triplet: A4, 05 and 3B. RGB value is (164,5,59). Sum of RGB (Red+Green+Blue) = 164+5+59=228 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.93% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 59 (23.44% from 255 or 25.88% from 228); Max value from RGB is 164 - color contains mainly: red. Hex color #A4053B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4053B is #5BFAC4. Grayscale: #3A3A3A. Windows color (decimal): -6027973 or 3868068. OLE color: 3868068.

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

Color convert

RGB164559-
CMYK00.970.640.36
HSL339.62º94.08%33.14%-
HSV(B)339.62º96.95%64.31%-
XYZ16.158.324.89-
YUV58.7128.18203.11-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 71.93%
GREEN value IS 5 (2.34% from 255) = 2.19%
BLUE value IS 59 (23.44% from 255) = 25.88%
R=71.93%
G=2.19%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16455900.970.640.36339.6294.0833.14
HexA453B06140241545e21
Octal24457301411004452413641
Binary101001001011110110110000110000001001001010101001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4053B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4053B; }

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

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

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

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

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

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

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

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