Html Css Color HEX #AD3371 Rouge

📋 copy color: '#AD3371'

red 173 ◦ green 51 ◦ blue 113

#AD3371
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rouge #AD3371

Tints of Rouge #AD3371

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 value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3371 (or 0xAD3371) is known color: 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

RGB 173 51 113 -
CMYK 0 0.71 0.35 0.32
HSL 329.51º 0.54% 0.44% -
HSV(B) 329.51º 0.71% 0.68% -
XYZ 21.4 12.44 16.9 -
YUV 94.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 173 51 113 0 0.71 0.35 0.32 329.51 0.54 0.44
Hex AD 33 71 0 47 23 20 14A 36 2C
Octal 255 63 161 0 107 43 40 512 66 54
Binary 10101101 110011 1110001 0 1000111 100011 100000 101001010 110110 101100

Color Harmonies of #AD3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3371

Black with #AD3371

Text Example


Text Example

White with #AD3371

Text Example


Text Example

HTML Codes & Css Web 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>