#A74361

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

Shades of Rouge #A74361

Tints of Rouge #A74361

Color information

#A74361 (or 0xA74361) is unknown color: approx Rouge. HEX triplet: A7, 43 and 61. RGB value is (167,67,97). Sum of RGB (Red+Green+Blue) = 167+67+97=331 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.45% from 331); Green value is 67 (26.56% from 255 or 20.24% from 331); Blue value is 97 (38.28% from 255 or 29.31% from 331); Max value from RGB is 167 - color contains mainly: red. Hex color #A74361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74361 is #58BC9E. Grayscale: #646464. Windows color (decimal): -5815455 or 6374311. OLE color: 6374311.

HSL color Cylindrical-coordinate representation of color #A74361: hue angle of 342º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A74361 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.35.

Color convert

RGB1676797-
CMYK00.600.420.35
HSL342º42.74%45.88%-
HSV(B)342º59.88%65.49%-
XYZ20.113.0912.78-
YUV100.32126.13175.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 50.45%
GREEN value IS 67 (26.56% from 255) = 20.24%
BLUE value IS 97 (38.28% from 255) = 29.31%
R=50.45%
G=20.24%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167679700.600.420.3534242.7445.88
HexA7436103C2A231562b2e
Octal24710314107452435265356
Binary10100111100001111000010111100101010100011101010110101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74361; }

 p { color: rgb(167,67,97); }

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

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

 a { background-color: rgb(167,67,97); }

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

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

 span { border-color: rgb(167,67,97); }

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