Html Css Color HEX #A44371 Rouge

📋 copy color: '#A44371'

red 164 ◦ green 67 ◦ blue 113

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

Shades of Rouge #A44371

Tints of Rouge #A44371

RGB

 RED value IS 164 (64.45% from 255) = 47.67%

 GREEN value IS 67 (26.56% from 255) = 19.48%

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

R = 47.67%
G = 19.48%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#A44371 (or 0xA44371) is known color: Rouge. HEX triplet: A4, 43 and 71. RGB value is (164,67,113). Sum of RGB (Red+Green+Blue) = 164+67+113=344 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.67% from 344); Green value is 67 (26.56% from 255 or 19.48% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 164 - color contains mainly: red. Hex color #A44371 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44371 is #5BBC8E. Grayscale: #656565. Windows color (decimal): -6012047 or 7422884. OLE color: 7422884.

HSL color Cylindrical-coordinate representation of color #A44371: hue angle of 331.55º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A44371 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 113 -
CMYK 0 0.59 0.31 0.36
HSL 331.55º 0.42% 0.45% -
HSV(B) 331.55º 0.59% 0.64% -
XYZ 20.3 13.1 17.08 -
YUV 101.25 134.64 172.76 -
System Red Green Blue C M Y K H S L
Decimal 164 67 113 0 0.59 0.31 0.36 331.55 0.42 0.45
Hex A4 43 71 0 3B 1F 24 14C 2A 2D
Octal 244 103 161 0 73 37 44 514 52 55
Binary 10100100 1000011 1110001 0 111011 11111 100100 101001100 101010 101101

Color Harmonies of #A44371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A44371

Black with #A44371

Text Example


Text Example

White with #A44371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A44371; }

 p { color: rgb(164,67,113); }

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

background-color css

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

 a { background-color: rgb(164,67,113); }

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

border-color css

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

 span { border-color: rgb(164,67,113); }

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