#A13272

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

Shades of Rouge #A13272

Tints of Rouge #A13272

Color information

#A13272 (or 0xA13272) is unknown color: approx Rouge. HEX triplet: A1, 32 and 72. RGB value is (161,50,114). Sum of RGB (Red+Green+Blue) = 161+50+114=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A13272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13272 is #5ECD8D. Grayscale: #5A5A5A. Windows color (decimal): -6213006 or 7484065. OLE color: 7484065.

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

Color convert

RGB16150114-
CMYK00.690.290.37
HSL325.41º52.61%41.37%-
HSV(B)325.41º68.94%63.14%-
XYZ18.8811.0717.06-
YUV90.48141.27178.3-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 50 (19.92% from 255) = 15.38%
BLUE value IS 114 (44.92% from 255) = 35.08%
R=49.54%
G=15.38%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615011400.690.290.37325.4152.6141.37
HexA132720451D251453529
Octal24162162010535455056551
Binary1010000111001011100100100010111101100101101000101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13272; }

 p { color: rgb(161,50,114); }

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

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

 a { background-color: rgb(161,50,114); }

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

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

 span { border-color: rgb(161,50,114); }

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