#A13C61

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

Shades of Rouge #A13C61

Tints of Rouge #A13C61

Color information

#A13C61 (or 0xA13C61) is unknown color: approx Rouge. HEX triplet: A1, 3C and 61. RGB value is (161,60,97). Sum of RGB (Red+Green+Blue) = 161+60+97=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A13C61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13C61 is #5EC39E. Grayscale: #5E5E5E. Windows color (decimal): -6210463 or 6372513. OLE color: 6372513.

HSL color Cylindrical-coordinate representation of color #A13C61: hue angle of 338.02º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13C61 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1616097-
CMYK00.630.400.37
HSL338.02º45.7%43.33%-
HSV(B)338.02º62.73%63.14%-
XYZ18.4711.6712.59-
YUV94.42129.46175.49-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.63%
GREEN value IS 60 (23.83% from 255) = 18.87%
BLUE value IS 97 (38.28% from 255) = 30.50%
R=50.63%
G=18.87%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161609700.630.400.37338.0245.743.33
HexA13C6103F28251522e2b
Octal2417414107750455225653
Binary1010000111110011000010111111101000100101101010010101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13C61; }

 p { color: rgb(161,60,97); }

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

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

 a { background-color: rgb(161,60,97); }

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

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

 span { border-color: rgb(161,60,97); }

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