Html Css Color HEX #A13E5E Rouge

📋 copy color: '#A13E5E'

red 161 ◦ green 62 ◦ blue 94

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

Shades of Rouge #A13E5E

Tints of Rouge #A13E5E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.56%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 50.79%
G = 19.56%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A13E5E (or 0xA13E5E) is known color: Rouge. HEX triplet: A1, 3E and 5E. RGB value is (161,62,94). Sum of RGB (Red+Green+Blue) = 161+62+94=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E5E is #5EC1A1. Grayscale: #5F5F5F. Windows color (decimal): -6209954 or 6176417. OLE color: 6176417.

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

Color convert

RGB 161 62 94 -
CMYK 0 0.61 0.42 0.37
HSL 340.61º 0.44% 0.44% -
HSV(B) 340.61º 0.61% 0.63% -
XYZ 18.44 11.83 11.9 -
YUV 95.25 127.3 174.9 -
System Red Green Blue C M Y K H S L
Decimal 161 62 94 0 0.61 0.42 0.37 340.61 0.44 0.44
Hex A1 3E 5E 0 3D 2A 25 155 2C 2C
Octal 241 76 136 0 75 52 45 525 54 54
Binary 10100001 111110 1011110 0 111101 101010 100101 101010101 101100 101100

Color Harmonies of #A13E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E5E

Black with #A13E5E

Text Example


Text Example

White with #A13E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E5E; }

 p { color: rgb(161,62,94); }

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

background-color css

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

 a { background-color: rgb(161,62,94); }

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

border-color css

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

 span { border-color: rgb(161,62,94); }

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