Html Css Color HEX #A7316F Rouge

📋 copy color: '#A7316F'

red 167 ◦ green 49 ◦ blue 111

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

Shades of Rouge #A7316F

Tints of Rouge #A7316F

RGB

 RED value IS 167 (65.63% from 255) = 51.07%

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

 BLUE value IS 111 (43.75% from 255) = 33.94%

R = 51.07%
G = 14.98%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.34

 K value IS 0.35

RGB Variations

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

Color information

#A7316F (or 0xA7316F) is known color: Rouge. HEX triplet: A7, 31 and 6F. RGB value is (167,49,111). Sum of RGB (Red+Green+Blue) = 167+49+111=327 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.07% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 167 - color contains mainly: red. Hex color #A7316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7316F is #58CE90. Grayscale: #5B5B5B. Windows color (decimal): -5820049 or 7287207. OLE color: 7287207.

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

Color convert

RGB 167 49 111 -
CMYK 0 0.71 0.34 0.35
HSL 328.47º 0.55% 0.42% -
HSV(B) 328.47º 0.71% 0.65% -
XYZ 19.9 11.56 16.22 -
YUV 91.35 139.09 181.96 -
System Red Green Blue C M Y K H S L
Decimal 167 49 111 0 0.71 0.34 0.35 328.47 0.55 0.42
Hex A7 31 6F 0 47 22 23 148 37 2A
Octal 247 61 157 0 107 42 43 510 67 52
Binary 10100111 110001 1101111 0 1000111 100010 100011 101001000 110111 101010

Color Harmonies of #A7316F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7316F

Black with #A7316F

Text Example


Text Example

White with #A7316F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7316F; }

 p { color: rgb(167,49,111); }

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

background-color css

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

 a { background-color: rgb(167,49,111); }

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

border-color css

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

 span { border-color: rgb(167,49,111); }

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