#A13373

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

Shades of Rouge #A13373

Tints of Rouge #A13373

Color information

#A13373 (or 0xA13373) is unknown color: approx Rouge. HEX triplet: A1, 33 and 73. RGB value is (161,51,115). Sum of RGB (Red+Green+Blue) = 161+51+115=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 51 (20.31% from 255 or 15.60% from 327); Blue value is 115 (45.31% from 255 or 35.17% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A13373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13373 is #5ECC8C. Grayscale: #5B5B5B. Windows color (decimal): -6212749 or 7549857. OLE color: 7549857.

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

Color convert

RGB16151115-
CMYK00.680.290.37
HSL325.09º51.89%41.57%-
HSV(B)325.09º68.32%63.14%-
XYZ18.9811.1817.38-
YUV91.19141.44177.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.24%
GREEN value IS 51 (20.31% from 255) = 15.60%
BLUE value IS 115 (45.31% from 255) = 35.17%
R=49.24%
G=15.60%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615111500.680.290.37325.0951.8941.57
HexA133730441D25145342a
Octal24163163010435455056452
Binary1010000111001111100110100010011101100101101000101110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13373; }

 p { color: rgb(161,51,115); }

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

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

 a { background-color: rgb(161,51,115); }

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

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

 span { border-color: rgb(161,51,115); }

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