#A13976

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

Shades of Rouge #A13976

Tints of Rouge #A13976

Color information

#A13976 (or 0xA13976) is unknown color: approx Rouge. HEX triplet: A1, 39 and 76. RGB value is (161,57,118). Sum of RGB (Red+Green+Blue) = 161+57+118=336 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.92% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 161 - color contains mainly: red. Hex color #A13976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13976 is #5EC689. Grayscale: #5E5E5E. Windows color (decimal): -6211210 or 7748001. OLE color: 7748001.

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

Color convert

RGB16157118-
CMYK00.650.270.37
HSL324.81º47.71%42.75%-
HSV(B)324.81º64.6%63.14%-
XYZ19.4311.8118.4-
YUV95.05140.96175.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.92%
GREEN value IS 57 (22.66% from 255) = 16.96%
BLUE value IS 118 (46.48% from 255) = 35.12%
R=47.92%
G=16.96%
B=35.12%

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
Decimal1615711800.650.270.37324.8147.7142.75
HexA139760411B25145302b
Octal24171166010133455056053
Binary1010000111100111101100100000111011100101101000101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13976; }

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

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

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

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

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

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

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

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