#ad3271

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

Shades of Rouge #AD3271

Tints of Rouge #AD3271

Color information

#AD3271 (or 0xAD3271) is unknown color: approx Rouge. HEX triplet: AD, 32 and 71. RGB value is (173,50,113). Sum of RGB (Red+Green+Blue) = 173+50+113=336 (44% of max value = 765). Red value is 173 (67.97% from 255 or 51.49% from 336); Green value is 50 (19.92% from 255 or 14.88% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3271 is #52CD8E. Grayscale: #5D5D5D. Windows color (decimal): -5426575 or 7418541. OLE color: 7418541.

HSL color Cylindrical-coordinate representation of color #AD3271: hue angle of 329.27º degrees, saturation: 0.55, 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 #AD3271 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.32.

Color convert

RGB17350113-
CMYK00.710.350.32
HSL329.27º55.16%43.73%-
HSV(B)329.27º71.1%67.84%-
XYZ21.3512.3616.88-
YUV93.96138.75184.38-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 51.49%
GREEN value IS 50 (19.92% from 255) = 14.88%
BLUE value IS 113 (44.53% from 255) = 33.63%
R=51.49%
G=14.88%
B=33.63%

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
Decimal1735011300.710.350.32329.2755.1643.73
HexAD32710472320149372c
Octal25562161010743405116754
Binary10101101110010111000101000111100011100000101001001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ad3271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ad3271; }

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

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

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

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

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

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

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

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