Html Css Color HEX #A1385E Rouge

📋 copy color: '#A1385E'

red 161 ◦ green 56 ◦ blue 94

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

Shades of Rouge #A1385E

Tints of Rouge #A1385E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.01%

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

R = 51.77%
G = 18.01%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#A1385E (or 0xA1385E) is known color: Rouge. HEX triplet: A1, 38 and 5E. RGB value is (161,56,94). Sum of RGB (Red+Green+Blue) = 161+56+94=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 56 (22.27% from 255 or 18.01% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1385E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1385E is #5EC7A1. Grayscale: #5B5B5B. Windows color (decimal): -6211490 or 6174881. OLE color: 6174881.

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

Color convert

RGB 161 56 94 -
CMYK 0 0.65 0.42 0.37
HSL 338.29º 0.48% 0.43% -
HSV(B) 338.29º 0.65% 0.63% -
XYZ 18.13 11.21 11.8 -
YUV 91.73 129.29 177.41 -
System Red Green Blue C M Y K H S L
Decimal 161 56 94 0 0.65 0.42 0.37 338.29 0.48 0.43
Hex A1 38 5E 0 41 2A 25 152 30 2B
Octal 241 70 136 0 101 52 45 522 60 53
Binary 10100001 111000 1011110 0 1000001 101010 100101 101010010 110000 101011

Color Harmonies of #A1385E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1385E

Black with #A1385E

Text Example


Text Example

White with #A1385E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1385E; }

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

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

background-color css

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

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

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

border-color css

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

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

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