#A63D4B

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

Shades of Night Shadz #A63D4B

Tints of Night Shadz #A63D4B

Color information

#A63D4B (or 0xA63D4B) is unknown color: approx Night Shadz. HEX triplet: A6, 3D and 4B. RGB value is (166,61,75). Sum of RGB (Red+Green+Blue) = 166+61+75=302 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.97% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A63D4B is #59C2B4. Grayscale: #5E5E5E. Windows color (decimal): -5882549 or 4930982. OLE color: 4930982.

HSL color Cylindrical-coordinate representation of color #A63D4B: hue angle of 352º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A63D4B is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB1666175-
CMYK00.630.550.35
HSL352º46.26%44.51%-
HSV(B)352º63.25%65.1%-
XYZ18.6611.957.98-
YUV93.99117.29179.36-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.97%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=54.97%
G=20.20%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166617500.630.550.3535246.2644.51
HexA63D4B03F37231602e2d
Octal2467511307767435405655
Binary1010011011110110010110111111110111100011101100000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D4B; }

 p { color: rgb(166,61,75); }

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

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

 a { background-color: rgb(166,61,75); }

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

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

 span { border-color: rgb(166,61,75); }

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