#A63D71

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

Shades of Rouge #A63D71

Tints of Rouge #A63D71

Color information

#A63D71 (or 0xA63D71) is unknown color: approx Rouge. HEX triplet: A6, 3D and 71. RGB value is (166,61,113). Sum of RGB (Red+Green+Blue) = 166+61+113=340 (45% of max value = 765). Red value is 166 (65.23% from 255 or 48.82% from 340); Green value is 61 (24.22% from 255 or 17.94% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 166 - color contains mainly: red. Hex color #A63D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A63D71 is #59C28E. Grayscale: #626262. Windows color (decimal): -5882511 or 7421350. OLE color: 7421350.

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

Color convert

RGB16661113-
CMYK00.630.320.35
HSL330.29º46.26%44.51%-
HSV(B)330.29º63.25%65.1%-
XYZ20.3812.6416.99-
YUV98.32136.29176.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 48.82%
GREEN value IS 61 (24.22% from 255) = 17.94%
BLUE value IS 113 (44.53% from 255) = 33.24%
R=48.82%
G=17.94%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1666111300.630.320.35330.2946.2644.51
HexA63D7103F202314a2e2d
Octal2467516107740435125655
Binary1010011011110111100010111111100000100011101001010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A63D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A63D71; }

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

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

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

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

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

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

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

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