#A1316F

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

Shades of Rouge #A1316F

Tints of Rouge #A1316F

Color information

#A1316F (or 0xA1316F) is unknown color: approx Rouge. HEX triplet: A1, 31 and 6F. RGB value is (161,49,111). Sum of RGB (Red+Green+Blue) = 161+49+111=321 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.16% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 161 - color contains mainly: red. Hex color #A1316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1316F is #5ECE90. Grayscale: #595959. Windows color (decimal): -6213265 or 7287201. OLE color: 7287201.

HSL color Cylindrical-coordinate representation of color #A1316F: hue angle of 326.79º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1316F is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16149111-
CMYK00.700.310.37
HSL326.79º53.33%41.18%-
HSV(B)326.79º69.57%63.14%-
XYZ18.6710.9216.16-
YUV89.56140.11178.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.16%
GREEN value IS 49 (19.53% from 255) = 15.26%
BLUE value IS 111 (43.75% from 255) = 34.58%
R=50.16%
G=15.26%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1614911100.700.310.37326.7953.3341.18
HexA1316F0461F251473529
Octal24161157010637455076551
Binary1010000111000111011110100011011111100101101000111110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1316F; }

 p { color: rgb(161,49,111); }

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

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

 a { background-color: rgb(161,49,111); }

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

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

 span { border-color: rgb(161,49,111); }

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