#A63A50

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

Shades of Night Shadz #A63A50

Tints of Night Shadz #A63A50

Color information

#A63A50 (or 0xA63A50) is unknown color: approx Night Shadz. HEX triplet: A6, 3A and 50. RGB value is (166,58,80). Sum of RGB (Red+Green+Blue) = 166+58+80=304 (40% of max value = 765). Red value is 166 (65.23% from 255 or 54.61% from 304); Green value is 58 (23.05% from 255 or 19.08% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 166 - color contains mainly: red. Hex color #A63A50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63A50 is #59C5AF. Grayscale: #5C5C5C. Windows color (decimal): -5883312 or 5257894. OLE color: 5257894.

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

Color convert

RGB1665880-
CMYK00.650.520.35
HSL347.78º48.21%43.92%-
HSV(B)347.78º65.06%65.1%-
XYZ18.6911.718.87-
YUV92.8120.78180.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 54.61%
GREEN value IS 58 (23.05% from 255) = 19.08%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=54.61%
G=19.08%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166588000.650.520.35347.7848.2143.92
HexA63A50041342315c302c
Octal24672120010164435346054
Binary10100110111010101000001000001110100100011101011100110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63A50; }

 p { color: rgb(166,58,80); }

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

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

 a { background-color: rgb(166,58,80); }

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

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

 span { border-color: rgb(166,58,80); }

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