#AD3371

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

Shades of Rouge #AD3371

Tints of Rouge #AD3371

Color information

#AD3371 (or 0xAD3371) is unknown color: approx Rouge. HEX triplet: AD, 33 and 71. RGB value is (173,51,113). Sum of RGB (Red+Green+Blue) = 173+51+113=337 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.34% from 337); Green value is 51 (20.31% from 255 or 15.13% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3371 is #52CC8E. Grayscale: #5E5E5E. Windows color (decimal): -5426319 or 7418797. OLE color: 7418797.

HSL color Cylindrical-coordinate representation of color #AD3371: hue angle of 329.51º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AD3371 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17351113-
CMYK00.710.350.32
HSL329.51º54.46%43.92%-
HSV(B)329.51º70.52%67.84%-
XYZ21.412.4416.9-
YUV94.55138.42183.96-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.34%
GREEN value IS 51 (20.31% from 255) = 15.13%
BLUE value IS 113 (44.53% from 255) = 33.53%
R=51.34%
G=15.13%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1735111300.710.350.32329.5154.4643.92
HexAD3371047232014a362c
Octal25563161010743405126654
Binary10101101110011111000101000111100011100000101001010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3371; }

 p { color: rgb(173,51,113); }

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

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

 a { background-color: rgb(173,51,113); }

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

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

 span { border-color: rgb(173,51,113); }

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