Html Css Color HEX #AD3771 Rouge

📋 copy color: '#AD3771'

red 173 ◦ green 55 ◦ blue 113

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

Shades of Rouge #AD3771

Tints of Rouge #AD3771

RGB

 RED value IS 173 (67.97% from 255) = 50.73%

 GREEN value IS 55 (21.88% from 255) = 16.13%

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 50.73%
G = 16.13%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD3771 (or 0xAD3771) is known color: Rouge. HEX triplet: AD, 37 and 71. RGB value is (173,55,113). Sum of RGB (Red+Green+Blue) = 173+55+113=341 (45% of max value = 765). Red value is 173 (67.97% from 255 or 50.73% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 173 - color contains mainly: red. Hex color #AD3771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AD3771 is #52C88E. Grayscale: #606060. Windows color (decimal): -5425295 or 7419821. OLE color: 7419821.

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

Color convert

RGB 173 55 113 -
CMYK 0 0.68 0.35 0.32
HSL 330.51º 0.52% 0.45% -
HSV(B) 330.51º 0.68% 0.68% -
XYZ 21.58 12.81 16.96 -
YUV 96.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 173 55 113 0 0.68 0.35 0.32 330.51 0.52 0.45
Hex AD 37 71 0 44 23 20 14B 34 2D
Octal 255 67 161 0 104 43 40 513 64 55
Binary 10101101 110111 1110001 0 1000100 100011 100000 101001011 110100 101101

Color Harmonies of #AD3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD3771

Black with #AD3771

Text Example


Text Example

White with #AD3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD3771; }

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

 H1.HeaderClassName
 {
   color: #AD3771;
 }
 .AnyTagClassName
 {
   color: #AD3771;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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