Html Css Color HEX #A13E5D Rouge

📋 copy color: '#A13E5D'

red 161 ◦ green 62 ◦ blue 93

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

Shades of Rouge #A13E5D

Tints of Rouge #A13E5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.43%

R = 50.95%
G = 19.62%
B = 29.43%

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

#A13E5D (or 0xA13E5D) is known color: Rouge. HEX triplet: A1, 3E and 5D. RGB value is (161,62,93). Sum of RGB (Red+Green+Blue) = 161+62+93=316 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.95% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 161 - color contains mainly: red. Hex color #A13E5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13E5D is #5EC1A2. Grayscale: #5F5F5F. Windows color (decimal): -6209955 or 6110881. OLE color: 6110881.

HSL color Cylindrical-coordinate representation of color #A13E5D: hue angle of 341.21º 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 #A13E5D is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 62 93 -
CMYK 0 0.61 0.42 0.37
HSL 341.21º 0.44% 0.44% -
HSV(B) 341.21º 0.61% 0.63% -
XYZ 18.4 11.81 11.67 -
YUV 95.14 126.8 174.98 -
System Red Green Blue C M Y K H S L
Decimal 161 62 93 0 0.61 0.42 0.37 341.21 0.44 0.44
Hex A1 3E 5D 0 3D 2A 25 155 2C 2C
Octal 241 76 135 0 75 52 45 525 54 54
Binary 10100001 111110 1011101 0 111101 101010 100101 101010101 101100 101100

Color Harmonies of #A13E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A13E5D

Black with #A13E5D

Text Example


Text Example

White with #A13E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A13E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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