#A63D59

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

Shades of Night Shadz #A63D59

Tints of Night Shadz #A63D59

Color information

#A63D59 (or 0xA63D59) is unknown color: approx Night Shadz. HEX triplet: A6, 3D and 59. RGB value is (166,61,89). Sum of RGB (Red+Green+Blue) = 166+61+89=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 89 (35.16% from 255 or 28.16% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D59 is #59C2A6. Grayscale: #5F5F5F. Windows color (decimal): -5882535 or 5848486. OLE color: 5848486.

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

Color convert

RGB1666189-
CMYK00.630.460.35
HSL344º46.26%44.51%-
HSV(B)344º63.25%65.1%-
XYZ19.212.1710.79-
YUV95.59124.29178.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 89 (35.16% from 255) = 28.16%
R=52.53%
G=19.30%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166618900.630.460.3534446.2644.51
HexA63D5903F2E231582e2d
Octal2467513107756435305655
Binary1010011011110110110010111111101110100011101011000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D59; }

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

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

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

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

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

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

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

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