#A13860

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

Shades of Rouge #A13860

Tints of Rouge #A13860

Color information

#A13860 (or 0xA13860) is unknown color: approx Rouge. HEX triplet: A1, 38 and 60. RGB value is (161,56,96). Sum of RGB (Red+Green+Blue) = 161+56+96=313 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.44% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 161 - color contains mainly: red. Hex color #A13860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13860 is #5EC79F. Grayscale: #5B5B5B. Windows color (decimal): -6211488 or 6305953. OLE color: 6305953.

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

Color convert

RGB1615696-
CMYK00.650.400.37
HSL337.14º48.39%42.55%-
HSV(B)337.14º65.22%63.14%-
XYZ18.2211.2512.28-
YUV91.96130.29177.25-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.44%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=51.44%
G=17.89%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161569600.650.400.37337.1448.3942.55
HexA138600412825151302b
Octal24170140010150455216053
Binary10100001111000110000001000001101000100101101010001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13860; }

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

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

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

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

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

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

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

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