#A23371

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

Shades of Rouge #A23371

Tints of Rouge #A23371

Color information

#A23371 (or 0xA23371) is unknown color: approx Rouge. HEX triplet: A2, 33 and 71. RGB value is (162,51,113). Sum of RGB (Red+Green+Blue) = 162+51+113=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A23371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A23371 is #5DCC8E. Grayscale: #5B5B5B. Windows color (decimal): -6147215 or 7418786. OLE color: 7418786.

HSL color Cylindrical-coordinate representation of color #A23371: hue angle of 326.49º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A23371 is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16251113-
CMYK00.690.300.36
HSL326.49º52.11%41.76%-
HSV(B)326.49º68.52%63.53%-
XYZ19.0611.2416.79-
YUV91.26140.27178.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 49.69%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=49.69%
G=15.64%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1625111300.690.300.36326.4952.1141.76
HexA233710451E24146342a
Octal24263161010536445066452
Binary1010001011001111100010100010111110100100101000110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A23371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A23371; }

 p { color: rgb(162,51,113); }

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

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

 a { background-color: rgb(162,51,113); }

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

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

 span { border-color: rgb(162,51,113); }

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