#A13876

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

Shades of Rouge #A13876

Tints of Rouge #A13876

Color information

#A13876 (or 0xA13876) is unknown color: approx Rouge. HEX triplet: A1, 38 and 76. RGB value is (161,56,118). Sum of RGB (Red+Green+Blue) = 161+56+118=335 (44% of max value = 765). Red value is 161 (63.28% from 255 or 48.06% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 118 (46.48% from 255 or 35.22% from 335); Max value from RGB is 161 - color contains mainly: red. Hex color #A13876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13876 is #5EC789. Grayscale: #5E5E5E. Windows color (decimal): -6211466 or 7747745. OLE color: 7747745.

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

Color convert

RGB16156118-
CMYK00.650.270.37
HSL324.57º48.39%42.55%-
HSV(B)324.57º65.22%63.14%-
XYZ19.3811.7118.38-
YUV94.46141.29175.46-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.06%
GREEN value IS 56 (22.27% from 255) = 16.72%
BLUE value IS 118 (46.48% from 255) = 35.22%
R=48.06%
G=16.72%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615611800.650.270.37324.5748.3942.55
HexA138760411B25145302b
Octal24170166010133455056053
Binary1010000111100011101100100000111011100101101000101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13876; }

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

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

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

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

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

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

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

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