#A13D71

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

Shades of Rouge #A13D71

Tints of Rouge #A13D71

Color information

#A13D71 (or 0xA13D71) is unknown color: approx Rouge. HEX triplet: A1, 3D and 71. RGB value is (161,61,113). Sum of RGB (Red+Green+Blue) = 161+61+113=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D71 is #5EC28E. Grayscale: #606060. Windows color (decimal): -6210191 or 7421345. OLE color: 7421345.

HSL color Cylindrical-coordinate representation of color #A13D71: hue angle of 328.8º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A13D71 is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16161113-
CMYK00.620.300.37
HSL328.8º45.05%43.53%-
HSV(B)328.8º62.11%63.14%-
XYZ19.3512.1116.94-
YUV96.83137.13173.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 61 (24.22% from 255) = 18.21%
BLUE value IS 113 (44.53% from 255) = 33.73%
R=48.06%
G=18.21%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616111300.620.300.37328.845.0543.53
HexA13D7103E1E251492d2c
Octal2417516107636455115554
Binary101000011111011110001011111011110100101101001001101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D71; }

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

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

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

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

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

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

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

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