#A13F65

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

Shades of Rouge #A13F65

Tints of Rouge #A13F65

Color information

#A13F65 (or 0xA13F65) is unknown color: approx Rouge. HEX triplet: A1, 3F and 65. RGB value is (161,63,101). Sum of RGB (Red+Green+Blue) = 161+63+101=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A13F65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13F65 is #5EC09A. Grayscale: #606060. Windows color (decimal): -6209691 or 6635425. OLE color: 6635425.

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

Color convert

RGB16163101-
CMYK00.610.370.37
HSL336.73º43.75%43.92%-
HSV(B)336.73º60.87%63.14%-
XYZ18.8212.0713.65-
YUV96.63130.47173.91-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.54%
GREEN value IS 63 (25% from 255) = 19.38%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=49.54%
G=19.38%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616310100.610.370.37336.7343.7543.92
HexA13F6503D25251512c2c
Octal2417714507545455215454
Binary1010000111111111001010111101100101100101101010001101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13F65; }

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

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

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

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

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

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

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

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