#AD3361

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

Shades of Rouge #AD3361

Tints of Rouge #AD3361

Color information

#AD3361 (or 0xAD3361) is unknown color: approx Rouge. HEX triplet: AD, 33 and 61. RGB value is (173,51,97). Sum of RGB (Red+Green+Blue) = 173+51+97=321 (42% of max value = 765). Red value is 173 (67.97% from 255 or 53.89% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 97 (38.28% from 255 or 30.22% from 321); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3361 is #52CC9E. Grayscale: #5C5C5C. Windows color (decimal): -5426335 or 6370221. OLE color: 6370221.

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

Color convert

RGB1735197-
CMYK00.710.440.32
HSL337.38º54.46%43.92%-
HSV(B)337.38º70.52%67.84%-
XYZ20.5812.1112.56-
YUV92.72130.42185.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 53.89%
GREEN value IS 51 (20.31% from 255) = 15.89%
BLUE value IS 97 (38.28% from 255) = 30.22%
R=53.89%
G=15.89%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal173519700.710.440.32337.3854.4643.92
HexAD33610472C20151362c
Octal25563141010754405216654
Binary10101101110011110000101000111101100100000101010001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD3361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD3361; }

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

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

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

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

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

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

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

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