#A4314A

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

Shades of Night Shadz #A4314A

Tints of Night Shadz #A4314A

Color information

#A4314A (or 0xA4314A) is unknown color: approx Night Shadz. HEX triplet: A4, 31 and 4A. RGB value is (164,49,74). Sum of RGB (Red+Green+Blue) = 164+49+74=287 (38% of max value = 765). Red value is 164 (64.45% from 255 or 57.14% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 164 - color contains mainly: red. Hex color #A4314A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4314A is #5BCEB5. Grayscale: #565656. Windows color (decimal): -6016694 or 4862372. OLE color: 4862372.

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

Color convert

RGB1644974-
CMYK00.700.550.36
HSL346.96º53.99%41.76%-
HSV(B)346.96º70.12%64.31%-
XYZ17.6410.587.59-
YUV86.24121.1183.47-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.14%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 74 (29.30% from 255) = 25.78%
R=57.14%
G=17.07%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164497400.700.550.36346.9653.9941.76
HexA4314A046372415b362a
Octal24461112010667445336652
Binary10100100110001100101001000110110111100100101011011110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4314A; }

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

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

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

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

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

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

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

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