Html Css Color HEX #A14373 Rouge

📋 copy color: '#A14373'

red 161 ◦ green 67 ◦ blue 115

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

Shades of Rouge #A14373

Tints of Rouge #A14373

RGB

 RED value IS 161 (63.28% from 255) = 46.94%

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

 BLUE value IS 115 (45.31% from 255) = 33.53%

R = 46.94%
G = 19.53%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A14373 (or 0xA14373) is known color: Rouge. HEX triplet: A1, 43 and 73. RGB value is (161,67,115). Sum of RGB (Red+Green+Blue) = 161+67+115=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A14373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14373 is #5EBC8C. Grayscale: #646464. Windows color (decimal): -6208653 or 7553953. OLE color: 7553953.

HSL color Cylindrical-coordinate representation of color #A14373: hue angle of 329.36º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14373 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 67 115 -
CMYK 0 0.58 0.29 0.37
HSL 329.36º 0.41% 0.45% -
HSV(B) 329.36º 0.58% 0.63% -
XYZ 19.8 12.83 17.65 -
YUV 100.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 161 67 115 0 0.58 0.29 0.37 329.36 0.41 0.45
Hex A1 43 73 0 3A 1D 25 149 29 2D
Octal 241 103 163 0 72 35 45 511 51 55
Binary 10100001 1000011 1110011 0 111010 11101 100101 101001001 101001 101101

Color Harmonies of #A14373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A14373

Black with #A14373

Text Example


Text Example

White with #A14373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A14373; }

 p { color: rgb(161,67,115); }

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

background-color css

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

 a { background-color: rgb(161,67,115); }

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

border-color css

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

 span { border-color: rgb(161,67,115); }

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