#A13D5E

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

Shades of Rouge #A13D5E

Tints of Rouge #A13D5E

Color information

#A13D5E (or 0xA13D5E) is unknown color: approx Rouge. HEX triplet: A1, 3D and 5E. RGB value is (161,61,94). Sum of RGB (Red+Green+Blue) = 161+61+94=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D5E is #5EC2A1. Grayscale: #5E5E5E. Windows color (decimal): -6210210 or 6176161. OLE color: 6176161.

HSL color Cylindrical-coordinate representation of color #A13D5E: hue angle of 340.2º 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 #A13D5E is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB1616194-
CMYK00.620.420.37
HSL340.2º45.05%43.53%-
HSV(B)340.2º62.11%63.14%-
XYZ18.3911.7211.88-
YUV94.66127.63175.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=50.95%
G=19.30%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161619400.620.420.37340.245.0543.53
HexA13D5E03E2A251542d2c
Octal2417513607652455245554
Binary1010000111110110111100111110101010100101101010100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D5E; }

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

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

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

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

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

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

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

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