#A63B4C

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

Shades of Night Shadz #A63B4C

Tints of Night Shadz #A63B4C

Color information

#A63B4C (or 0xA63B4C) is unknown color: approx Night Shadz. HEX triplet: A6, 3B and 4C. RGB value is (166,59,76). Sum of RGB (Red+Green+Blue) = 166+59+76=301 (39% of max value = 765). Red value is 166 (65.23% from 255 or 55.15% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 166 - color contains mainly: red. Hex color #A63B4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63B4C is #59C4B3. Grayscale: #5C5C5C. Windows color (decimal): -5883060 or 4996006. OLE color: 4996006.

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

Color convert

RGB1665976-
CMYK00.640.540.35
HSL350.47º47.56%44.12%-
HSV(B)350.47º64.46%65.1%-
XYZ18.5911.768.13-
YUV92.93118.45180.12-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 55.15%
GREEN value IS 59 (23.44% from 255) = 19.60%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=55.15%
G=19.60%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.54
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166597600.640.540.35350.4747.5644.12
HexA63B4C040362315e302c
Octal24673114010066435366054
Binary10100110111011100110001000000110110100011101011110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63B4C; }

 p { color: rgb(166,59,76); }

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

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

 a { background-color: rgb(166,59,76); }

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

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

 span { border-color: rgb(166,59,76); }

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