#A4314D

Color #A4314D Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #A4314D

Tints of Night Shadz #A4314D

Color information

#A4314D (or 0xA4314D) is unknown color: approx Night Shadz. HEX triplet: A4, 31 and 4D. RGB value is (164,49,77). Sum of RGB (Red+Green+Blue) = 164+49+77=290 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.55% from 290); Green value is 49 (19.53% from 255 or 16.90% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 164 - color contains mainly: red. Hex color #A4314D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4314D is #5BCEB2. Grayscale: #565656. Windows color (decimal): -6016691 or 5058980. OLE color: 5058980.

HSL color Cylindrical-coordinate representation of color #A4314D: hue angle of 345.39º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A4314D is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB1644977-
CMYK00.700.530.36
HSL345.39º53.99%41.76%-
HSV(B)345.39º70.12%64.31%-
XYZ17.7510.628.14-
YUV86.58122.6183.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.55%
GREEN value IS 49 (19.53% from 255) = 16.90%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=56.55%
G=16.90%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.53
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164497700.700.530.36345.3953.9941.76
HexA4314D0463524159362a
Octal24461115010665445316652
Binary10100100110001100110101000110110101100100101011001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4314D; }

 p { color: rgb(164,49,77); }

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

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

 a { background-color: rgb(164,49,77); }

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

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

 span { border-color: rgb(164,49,77); }

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