Html Css Color HEX #A1396B Rouge

📋 copy color: '#A1396B'

red 161 ◦ green 57 ◦ blue 107

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

Shades of Rouge #A1396B

Tints of Rouge #A1396B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 49.54%
G = 17.54%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1396B (or 0xA1396B) is known color: Rouge. HEX triplet: A1, 39 and 6B. RGB value is (161,57,107). Sum of RGB (Red+Green+Blue) = 161+57+107=325 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.54% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 161 - color contains mainly: red. Hex color #A1396B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1396B is #5EC694. Grayscale: #5D5D5D. Windows color (decimal): -6211221 or 7027105. OLE color: 7027105.

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

Color convert

RGB 161 57 107 -
CMYK 0 0.65 0.34 0.37
HSL 331.15º 0.48% 0.43% -
HSV(B) 331.15º 0.65% 0.63% -
XYZ 18.81 11.56 15.15 -
YUV 93.8 135.46 175.93 -
System Red Green Blue C M Y K H S L
Decimal 161 57 107 0 0.65 0.34 0.37 331.15 0.48 0.43
Hex A1 39 6B 0 41 22 25 14B 30 2B
Octal 241 71 153 0 101 42 45 513 60 53
Binary 10100001 111001 1101011 0 1000001 100010 100101 101001011 110000 101011

Color Harmonies of #A1396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1396B

Black with #A1396B

Text Example


Text Example

White with #A1396B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1396B; }

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

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

background-color css

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

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

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

border-color css

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

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

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