#A7374C

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

Shades of Night Shadz #A7374C

Tints of Night Shadz #A7374C

Color information

#A7374C (or 0xA7374C) is unknown color: approx Night Shadz. HEX triplet: A7, 37 and 4C. RGB value is (167,55,76). Sum of RGB (Red+Green+Blue) = 167+55+76=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 55 (21.88% from 255 or 18.46% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A7374C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7374C is #58C8B3. Grayscale: #5A5A5A. Windows color (decimal): -5818548 or 4994983. OLE color: 4994983.

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

Color convert

RGB1675576-
CMYK00.670.540.35
HSL348.75º50.45%43.53%-
HSV(B)348.75º67.07%65.49%-
XYZ18.6111.478.07-
YUV90.88119.61182.29-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 56.04%
GREEN value IS 55 (21.88% from 255) = 18.46%
BLUE value IS 76 (30.08% from 255) = 25.50%
R=56.04%
G=18.46%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167557600.670.540.35348.7550.4543.53
HexA7374C043362315d322c
Octal24767114010366435356254
Binary10100111110111100110001000011110110100011101011101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7374C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7374C; }

 p { color: rgb(167,55,76); }

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

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

 a { background-color: rgb(167,55,76); }

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

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

 span { border-color: rgb(167,55,76); }

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