#A13665

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

Shades of Rouge #A13665

Tints of Rouge #A13665

Color information

#A13665 (or 0xA13665) is unknown color: approx Rouge. HEX triplet: A1, 36 and 65. RGB value is (161,54,101). Sum of RGB (Red+Green+Blue) = 161+54+101=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13665 is #5EC99A. Grayscale: #5B5B5B. Windows color (decimal): -6211995 or 6633121. OLE color: 6633121.

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

Color convert

RGB16154101-
CMYK00.660.370.37
HSL333.64º49.77%42.16%-
HSV(B)333.64º66.46%63.14%-
XYZ18.3711.1513.5-
YUV91.35133.45177.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 50.95%
GREEN value IS 54 (21.48% from 255) = 17.09%
BLUE value IS 101 (39.84% from 255) = 31.96%
R=50.95%
G=17.09%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615410100.660.370.37333.6449.7742.16
HexA13665042252514e322a
Octal24166145010245455166252
Binary10100001110110110010101000010100101100101101001110110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13665; }

 p { color: rgb(161,54,101); }

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

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

 a { background-color: rgb(161,54,101); }

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

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

 span { border-color: rgb(161,54,101); }

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