Html Css Color HEX #A7316B Rouge

📋 copy color: '#A7316B'

red 167 ◦ green 49 ◦ blue 107

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

Shades of Rouge #A7316B

Tints of Rouge #A7316B

RGB

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

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

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

R = 51.7%
G = 15.17%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7316B (or 0xA7316B) is known color: Rouge. HEX triplet: A7, 31 and 6B. RGB value is (167,49,107). Sum of RGB (Red+Green+Blue) = 167+49+107=323 (42% of max value = 765). Red value is 167 (65.62% from 255 or 51.70% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 167 - color contains mainly: red. Hex color #A7316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7316B is #58CE94. Grayscale: #5A5A5A. Windows color (decimal): -5820053 or 7025063. OLE color: 7025063.

HSL color Cylindrical-coordinate representation of color #A7316B: hue angle of 330.51º 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 #A7316B is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 49 107 -
CMYK 0 0.71 0.36 0.35
HSL 330.51º 0.55% 0.42% -
HSV(B) 330.51º 0.71% 0.65% -
XYZ 19.69 11.47 15.09 -
YUV 90.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 167 49 107 0 0.71 0.36 0.35 330.51 0.55 0.42
Hex A7 31 6B 0 47 24 23 14B 37 2A
Octal 247 61 153 0 107 44 43 513 67 52
Binary 10100111 110001 1101011 0 1000111 100100 100011 101001011 110111 101010

Color Harmonies of #A7316B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7316B

Black with #A7316B

Text Example


Text Example

White with #A7316B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7316B; }

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

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

background-color css

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

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

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

border-color css

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

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

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