#A1374A

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

Shades of Night Shadz #A1374A

Tints of Night Shadz #A1374A

Color information

#A1374A (or 0xA1374A) is unknown color: approx Night Shadz. HEX triplet: A1, 37 and 4A. RGB value is (161,55,74). Sum of RGB (Red+Green+Blue) = 161+55+74=290 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.52% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 161 - color contains mainly: red. Hex color #A1374A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1374A is #5EC8B5. Grayscale: #585858. Windows color (decimal): -6211766 or 4863905. OLE color: 4863905.

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

Color convert

RGB1615574-
CMYK00.660.540.37
HSL349.25º49.07%42.35%-
HSV(B)349.25º65.84%63.14%-
XYZ17.310.87.65-
YUV88.86119.62179.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.52%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=55.52%
G=18.97%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161557400.660.540.37349.2549.0742.35
HexA1374A042362515d312a
Octal24167112010266455356152
Binary10100001110111100101001000010110110100101101011101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1374A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1374A; }

 p { color: rgb(161,55,74); }

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

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

 a { background-color: rgb(161,55,74); }

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

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

 span { border-color: rgb(161,55,74); }

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