Html Css Color HEX #A6316D Rouge

📋 copy color: '#A6316D'

red 166 ◦ green 49 ◦ blue 109

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

Shades of Rouge #A6316D

Tints of Rouge #A6316D

RGB

 RED value IS 166 (65.23% from 255) = 51.23%

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

 BLUE value IS 109 (42.97% from 255) = 33.64%

R = 51.23%
G = 15.12%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A6316D (or 0xA6316D) is known color: Rouge. HEX triplet: A6, 31 and 6D. RGB value is (166,49,109). Sum of RGB (Red+Green+Blue) = 166+49+109=324 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.23% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 166 - color contains mainly: red. Hex color #A6316D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6316D is #59CE92. Grayscale: #5A5A5A. Windows color (decimal): -5885587 or 7156134. OLE color: 7156134.

HSL color Cylindrical-coordinate representation of color #A6316D: hue angle of 329.23º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6316D is Cyan = 0, Magento = 0.70, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 49 109 -
CMYK 0 0.70 0.34 0.35
HSL 329.23º 0.54% 0.42% -
HSV(B) 329.23º 0.7% 0.65% -
XYZ 19.58 11.41 15.64 -
YUV 90.82 138.26 181.62 -
System Red Green Blue C M Y K H S L
Decimal 166 49 109 0 0.70 0.34 0.35 329.23 0.54 0.42
Hex A6 31 6D 0 46 22 23 149 36 2A
Octal 246 61 155 0 106 42 43 511 66 52
Binary 10100110 110001 1101101 0 1000110 100010 100011 101001001 110110 101010

Color Harmonies of #A6316D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6316D

Black with #A6316D

Text Example


Text Example

White with #A6316D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6316D; }

 p { color: rgb(166,49,109); }

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

background-color css

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

 a { background-color: rgb(166,49,109); }

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

border-color css

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

 span { border-color: rgb(166,49,109); }

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