Html Css Color HEX #A13764 Rouge

📋 copy color: '#A13764'

red 161 ◦ green 55 ◦ blue 100

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

Shades of Rouge #A13764

Tints of Rouge #A13764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 50.95%
G = 17.41%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A13764 (or 0xA13764) is known color: Rouge. HEX triplet: A1, 37 and 64. RGB value is (161,55,100). Sum of RGB (Red+Green+Blue) = 161+55+100=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13764 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13764 is #5EC89B. Grayscale: #5B5B5B. Windows color (decimal): -6211740 or 6567841. OLE color: 6567841.

HSL color Cylindrical-coordinate representation of color #A13764: hue angle of 334.53º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A13764 is Cyan = 0, Magento = 0.66, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 55 100 -
CMYK 0 0.66 0.38 0.37
HSL 334.53º 0.49% 0.42% -
HSV(B) 334.53º 0.66% 0.63% -
XYZ 18.36 11.23 13.26 -
YUV 91.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 161 55 100 0 0.66 0.38 0.37 334.53 0.49 0.42
Hex A1 37 64 0 42 26 25 14F 31 2A
Octal 241 67 144 0 102 46 45 517 61 52
Binary 10100001 110111 1100100 0 1000010 100110 100101 101001111 110001 101010

Color Harmonies of #A13764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13764

Black with #A13764

Text Example


Text Example

White with #A13764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13764; }

 p { color: rgb(161,55,100); }

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

background-color css

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

 a { background-color: rgb(161,55,100); }

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

border-color css

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

 span { border-color: rgb(161,55,100); }

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