Html Css Color HEX #A1316B Rouge

📋 copy color: '#A1316B'

red 161 ◦ green 49 ◦ blue 107

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

Shades of Rouge #A1316B

Tints of Rouge #A1316B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.46%

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

R = 50.79%
G = 15.46%
B = 33.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A1316B (or 0xA1316B) is known color: Rouge. HEX triplet: A1, 31 and 6B. RGB value is (161,49,107). Sum of RGB (Red+Green+Blue) = 161+49+107=317 (41% of max value = 765). Red value is 161 (63.28% from 255 or 50.79% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 161 - color contains mainly: red. Hex color #A1316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1316B is #5ECE94. Grayscale: #585858. Windows color (decimal): -6213269 or 7025057. OLE color: 7025057.

HSL color Cylindrical-coordinate representation of color #A1316B: hue angle of 328.93º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1316B is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 49 107 -
CMYK 0 0.70 0.34 0.37
HSL 328.93º 0.53% 0.41% -
HSV(B) 328.93º 0.7% 0.63% -
XYZ 18.45 10.84 15.03 -
YUV 89.1 138.11 179.28 -
System Red Green Blue C M Y K H S L
Decimal 161 49 107 0 0.70 0.34 0.37 328.93 0.53 0.41
Hex A1 31 6B 0 46 22 25 149 35 29
Octal 241 61 153 0 106 42 45 511 65 51
Binary 10100001 110001 1101011 0 1000110 100010 100101 101001001 110101 101001

Color Harmonies of #A1316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1316B

Black with #A1316B

Text Example


Text Example

White with #A1316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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