#A7394D

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

Shades of Night Shadz #A7394D

Tints of Night Shadz #A7394D

Color information

#A7394D (or 0xA7394D) is unknown color: approx Night Shadz. HEX triplet: A7, 39 and 4D. RGB value is (167,57,77). Sum of RGB (Red+Green+Blue) = 167+57+77=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 77 (30.47% from 255 or 25.58% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7394D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7394D is #58C6B2. Grayscale: #5C5C5C. Windows color (decimal): -5818035 or 5061031. OLE color: 5061031.

HSL color Cylindrical-coordinate representation of color #A7394D: hue angle of 349.09º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7394D is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.35.

Color convert

RGB1675777-
CMYK00.660.540.35
HSL349.09º49.11%43.92%-
HSV(B)349.09º65.87%65.49%-
XYZ18.7411.688.29-
YUV92.17119.44181.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 77 (30.47% from 255) = 25.58%
R=55.48%
G=18.94%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167577700.660.540.35349.0949.1143.92
HexA7394D042362315d312c
Octal24771115010266435356154
Binary10100111111001100110101000010110110100011101011101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7394D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7394D; }

 p { color: rgb(167,57,77); }

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

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

 a { background-color: rgb(167,57,77); }

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

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

 span { border-color: rgb(167,57,77); }

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