#A13575

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

Shades of Rouge #A13575

Tints of Rouge #A13575

Color information

#A13575 (or 0xA13575) is unknown color: approx Rouge. HEX triplet: A1, 35 and 75. RGB value is (161,53,117). Sum of RGB (Red+Green+Blue) = 161+53+117=331 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.64% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 161 - color contains mainly: red. Hex color #A13575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13575 is #5ECA8A. Grayscale: #5C5C5C. Windows color (decimal): -6212235 or 7681441. OLE color: 7681441.

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

Color convert

RGB16153117-
CMYK00.670.270.37
HSL324.44º50.47%41.96%-
HSV(B)324.44º67.08%63.14%-
XYZ19.1811.4118.02-
YUV92.59141.78176.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 48.64%
GREEN value IS 53 (21.09% from 255) = 16.01%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=48.64%
G=16.01%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615311700.670.270.37324.4450.4741.96
HexA135750431B25144322a
Octal24165165010333455046252
Binary1010000111010111101010100001111011100101101000100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13575; }

 p { color: rgb(161,53,117); }

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

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

 a { background-color: rgb(161,53,117); }

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

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

 span { border-color: rgb(161,53,117); }

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