#A13B5F

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

Shades of Rouge #A13B5F

Tints of Rouge #A13B5F

Color information

#A13B5F (or 0xA13B5F) is unknown color: approx Rouge. HEX triplet: A1, 3B and 5F. RGB value is (161,59,95). Sum of RGB (Red+Green+Blue) = 161+59+95=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 59 (23.44% from 255 or 18.73% from 315); Blue value is 95 (37.5% from 255 or 30.16% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B5F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13B5F is #5EC4A0. Grayscale: #5D5D5D. Windows color (decimal): -6210721 or 6241185. OLE color: 6241185.

HSL color Cylindrical-coordinate representation of color #A13B5F: hue angle of 338.82º 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 #A13B5F is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1615995-
CMYK00.630.410.37
HSL338.82º46.36%43.14%-
HSV(B)338.82º63.35%63.14%-
XYZ18.3311.5312.09-
YUV93.6128.79176.07-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.11%
GREEN value IS 59 (23.44% from 255) = 18.73%
BLUE value IS 95 (37.5% from 255) = 30.16%
R=51.11%
G=18.73%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161599500.630.410.37338.8246.3643.14
HexA13B5F03F29251532e2b
Octal2417313707751455235653
Binary1010000111101110111110111111101001100101101010011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13B5F; }

 p { color: rgb(161,59,95); }

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

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

 a { background-color: rgb(161,59,95); }

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

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

 span { border-color: rgb(161,59,95); }

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