#A13D75

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

Shades of Rouge #A13D75

Tints of Rouge #A13D75

Color information

#A13D75 (or 0xA13D75) is unknown color: approx Rouge. HEX triplet: A1, 3D and 75. RGB value is (161,61,117). Sum of RGB (Red+Green+Blue) = 161+61+117=339 (44% of max value = 765). Red value is 161 (63.28% from 255 or 47.49% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 117 (46.09% from 255 or 34.51% from 339); Max value from RGB is 161 - color contains mainly: red. Hex color #A13D75 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13D75 is #5EC28A. Grayscale: #616161. Windows color (decimal): -6210187 or 7683489. OLE color: 7683489.

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

Color convert

RGB16161117-
CMYK00.620.270.37
HSL326.4º45.05%43.53%-
HSV(B)326.4º62.11%63.14%-
XYZ19.5812.218.15-
YUV97.28139.13173.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 47.49%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 117 (46.09% from 255) = 34.51%
R=47.49%
G=17.99%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616111700.620.270.37326.445.0543.53
HexA13D7503E1B251462d2c
Octal2417516507633455065554
Binary101000011111011110101011111011011100101101000110101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13D75; }

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

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

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

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

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

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

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

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