#A3124D

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

Shades of Jazzberry Jam #A3124D

Tints of Jazzberry Jam #A3124D

Color information

#A3124D (or 0xA3124D) is unknown color: approx Jazzberry Jam. HEX triplet: A3, 12 and 4D. RGB value is (163,18,77). Sum of RGB (Red+Green+Blue) = 163+18+77=258 (34% of max value = 765). Red value is 163 (64.06% from 255 or 63.18% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 163 - color contains mainly: red. Hex color #A3124D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A3124D is #5CEDB2. Grayscale: #434343. Windows color (decimal): -6090163 or 5051043. OLE color: 5051043.

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

Color convert

RGB1631877-
CMYK00.890.530.36
HSL335.59º80.11%35.49%-
HSV(B)335.59º88.96%63.92%-
XYZ16.668.757.83-
YUV68.08133.04195.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 63.18%
GREEN value IS 18 (7.42% from 255) = 6.98%
BLUE value IS 77 (30.47% from 255) = 29.84%
R=63.18%
G=6.98%
B=29.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163187700.890.530.36335.5980.1135.49
HexA3124D05935241505023
Octal243221150131654452012043
Binary10100011100101001101010110011101011001001010100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3124D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3124D; }

 p { color: rgb(163,18,77); }

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

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

 a { background-color: rgb(163,18,77); }

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

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

 span { border-color: rgb(163,18,77); }

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