Html Css Color HEX #A1385D Rouge

📋 copy color: '#A1385D'

red 161 ◦ green 56 ◦ blue 93

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

Shades of Rouge #A1385D

Tints of Rouge #A1385D

RGB

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

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

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

R = 51.94%
G = 18.06%
B = 30%

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

#A1385D (or 0xA1385D) is known color: Rouge. HEX triplet: A1, 38 and 5D. RGB value is (161,56,93). Sum of RGB (Red+Green+Blue) = 161+56+93=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 56 (22.27% from 255 or 18.06% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A1385D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1385D is #5EC7A2. Grayscale: #5B5B5B. Windows color (decimal): -6211491 or 6109345. OLE color: 6109345.

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

Color convert

RGB 161 56 93 -
CMYK 0 0.65 0.42 0.37
HSL 338.86º 0.48% 0.43% -
HSV(B) 338.86º 0.65% 0.63% -
XYZ 18.09 11.2 11.56 -
YUV 91.61 128.79 177.49 -
System Red Green Blue C M Y K H S L
Decimal 161 56 93 0 0.65 0.42 0.37 338.86 0.48 0.43
Hex A1 38 5D 0 41 2A 25 153 30 2B
Octal 241 70 135 0 101 52 45 523 60 53
Binary 10100001 111000 1011101 0 1000001 101010 100101 101010011 110000 101011

Color Harmonies of #A1385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1385D

Black with #A1385D

Text Example


Text Example

White with #A1385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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