#A63940

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

Shades of Night Shadz #A63940

Tints of Night Shadz #A63940

Color information

#A63940 (or 0xA63940) is unknown color: approx Night Shadz. HEX triplet: A6, 39 and 40. RGB value is (166,57,64). Sum of RGB (Red+Green+Blue) = 166+57+64=287 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.84% from 287); Green value is 57 (22.66% from 255 or 19.86% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 166 - color contains mainly: red. Hex color #A63940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63940 is #59C6BF. Grayscale: #5A5A5A. Windows color (decimal): -5883584 or 4209062. OLE color: 4209062.

HSL color Cylindrical-coordinate representation of color #A63940: hue angle of 356.15º 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 #A63940 is Cyan = 0, Magento = 0.66, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB1665764-
CMYK00.660.610.35
HSL356.15º48.88%43.73%-
HSV(B)356.15º65.66%65.1%-
XYZ18.1111.46.1-
YUV90.39113.11181.93-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 57.84%
GREEN value IS 57 (22.66% from 255) = 19.86%
BLUE value IS 64 (25.39% from 255) = 22.30%
R=57.84%
G=19.86%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166576400.660.610.35356.1548.8843.73
HexA639400423D23164312c
Octal24671100010275435446154
Binary10100110111001100000001000010111101100011101100100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63940; }

 p { color: rgb(166,57,64); }

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

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

 a { background-color: rgb(166,57,64); }

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

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

 span { border-color: rgb(166,57,64); }

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