Html Css Color HEX #A7315C Rouge

📋 copy color: '#A7315C'

red 167 ◦ green 49 ◦ blue 92

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

Shades of Rouge #A7315C

Tints of Rouge #A7315C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.87%

R = 54.22%
G = 15.91%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7315C (or 0xA7315C) is known color: Rouge. HEX triplet: A7, 31 and 5C. RGB value is (167,49,92). Sum of RGB (Red+Green+Blue) = 167+49+92=308 (40% of max value = 765). Red value is 167 (65.62% from 255 or 54.22% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 167 - color contains mainly: red. Hex color #A7315C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7315C is #58CEA3. Grayscale: #595959. Windows color (decimal): -5820068 or 6042023. OLE color: 6042023.

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

Color convert

RGB 167 49 92 -
CMYK 0 0.71 0.45 0.35
HSL 338.14º 0.55% 0.42% -
HSV(B) 338.14º 0.71% 0.65% -
XYZ 18.97 11.18 11.28 -
YUV 89.18 129.59 183.5 -
System Red Green Blue C M Y K H S L
Decimal 167 49 92 0 0.71 0.45 0.35 338.14 0.55 0.42
Hex A7 31 5C 0 47 2D 23 152 37 2A
Octal 247 61 134 0 107 55 43 522 67 52
Binary 10100111 110001 1011100 0 1000111 101101 100011 101010010 110111 101010

Color Harmonies of #A7315C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7315C

Black with #A7315C

Text Example


Text Example

White with #A7315C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7315C; }

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

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

background-color css

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

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

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

border-color css

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

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

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