#A63F4F

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

Shades of Night Shadz #A63F4F

Tints of Night Shadz #A63F4F

Color information

#A63F4F (or 0xA63F4F) is unknown color: approx Night Shadz. HEX triplet: A6, 3F and 4F. RGB value is (166,63,79). Sum of RGB (Red+Green+Blue) = 166+63+79=308 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.90% from 308); Green value is 63 (25% from 255 or 20.45% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 166 - color contains mainly: red. Hex color #A63F4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63F4F is #59C0B0. Grayscale: #5F5F5F. Windows color (decimal): -5882033 or 5193638. OLE color: 5193638.

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

Color convert

RGB1666379-
CMYK00.620.520.35
HSL350.68º44.98%44.9%-
HSV(B)350.68º62.05%65.1%-
XYZ18.9112.238.76-
YUV95.62118.62178.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.90%
GREEN value IS 63 (25% from 255) = 20.45%
BLUE value IS 79 (31.25% from 255) = 25.65%
R=53.90%
G=20.45%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166637900.620.520.35350.6844.9844.9
HexA63F4F03E342315f2d2d
Octal2467711707664435375555
Binary1010011011111110011110111110110100100011101011111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63F4F; }

 p { color: rgb(166,63,79); }

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

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

 a { background-color: rgb(166,63,79); }

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

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

 span { border-color: rgb(166,63,79); }

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