Html Css Color HEX #A1395D Rouge

📋 copy color: '#A1395D'

red 161 ◦ green 57 ◦ blue 93

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

Shades of Rouge #A1395D

Tints of Rouge #A1395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.33%

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

R = 51.77%
G = 18.33%
B = 29.9%

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

#A1395D (or 0xA1395D) is known color: Rouge. HEX triplet: A1, 39 and 5D. RGB value is (161,57,93). Sum of RGB (Red+Green+Blue) = 161+57+93=311 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.77% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 161 - color contains mainly: red. Hex color #A1395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1395D is #5EC6A2. Grayscale: #5C5C5C. Windows color (decimal): -6211235 or 6109601. OLE color: 6109601.

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

Color convert

RGB 161 57 93 -
CMYK 0 0.65 0.42 0.37
HSL 339.23º 0.48% 0.43% -
HSV(B) 339.23º 0.65% 0.63% -
XYZ 18.14 11.29 11.58 -
YUV 92.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 161 57 93 0 0.65 0.42 0.37 339.23 0.48 0.43
Hex A1 39 5D 0 41 2A 25 153 30 2B
Octal 241 71 135 0 101 52 45 523 60 53
Binary 10100001 111001 1011101 0 1000001 101010 100101 101010011 110000 101011

Color Harmonies of #A1395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1395D

Black with #A1395D

Text Example


Text Example

White with #A1395D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1395D; }

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

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

background-color css

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

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

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

border-color css

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

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

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