#A1385D

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

Shades of Rouge #A1385D

Tints of Rouge #A1385D

Color information

#A1385D (or 0xA1385D) is unknown color: approx Rouge. HEX triplet: A1, 38 and 5D. RGB value is (161,56,93). Sum of RGB (Red+Green+Blue) = 161+56+93=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1385D is #5EC7A2. Grayscale: #5B5B5B. Windows color (decimal): -6211491 or 6109345. OLE color: 6109345.

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

Color convert

RGB1615693-
CMYK00.650.420.37
HSL338.86º48.39%42.55%-
HSV(B)338.86º65.22%63.14%-
XYZ18.0911.211.56-
YUV91.61128.79177.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 56 (22.27% from 255) = 18.06%
BLUE value IS 93 (36.72% from 255) = 30%
R=51.94%
G=18.06%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161569300.650.420.37338.8648.3942.55
HexA1385D0412A25153302b
Octal24170135010152455236053
Binary10100001111000101110101000001101010100101101010011110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1385D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1385D; }

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

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

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

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

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

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

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

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