#A13E5D

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

Shades of Rouge #A13E5D

Tints of Rouge #A13E5D

Color information

#A13E5D (or 0xA13E5D) is unknown color: approx Rouge. HEX triplet: A1, 3E and 5D. RGB value is (161,62,93). Sum of RGB (Red+Green+Blue) = 161+62+93=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E5D is #5EC1A2. Grayscale: #5F5F5F. Windows color (decimal): -6209955 or 6110881. OLE color: 6110881.

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

Color convert

RGB1616293-
CMYK00.610.420.37
HSL341.21º44.39%43.73%-
HSV(B)341.21º61.49%63.14%-
XYZ18.411.8111.67-
YUV95.14126.8174.98-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=50.95%
G=19.62%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161629300.610.420.37341.2144.3943.73
HexA13E5D03D2A251552c2c
Octal2417613507552455255454
Binary1010000111111010111010111101101010100101101010101101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13E5D; }

 p { color: rgb(161,62,93); }

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

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

 a { background-color: rgb(161,62,93); }

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

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

 span { border-color: rgb(161,62,93); }

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