Html Css Color HEX #A7395C Rouge

📋 copy color: '#A7395C'

red 167 ◦ green 57 ◦ blue 92

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

Shades of Rouge #A7395C

Tints of Rouge #A7395C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 52.85%
G = 18.04%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A7395C (or 0xA7395C) is known color: Rouge. HEX triplet: A7, 39 and 5C. RGB value is (167,57,92). Sum of RGB (Red+Green+Blue) = 167+57+92=316 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.85% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 167 - color contains mainly: red. Hex color #A7395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7395C is #58C6A3. Grayscale: #5D5D5D. Windows color (decimal): -5818020 or 6044071. OLE color: 6044071.

HSL color Cylindrical-coordinate representation of color #A7395C: hue angle of 340.91º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7395C is Cyan = 0, Magento = 0.66, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 57 92 -
CMYK 0 0.66 0.45 0.35
HSL 340.91º 0.49% 0.44% -
HSV(B) 340.91º 0.66% 0.65% -
XYZ 19.33 11.91 11.41 -
YUV 93.88 126.94 180.15 -
System Red Green Blue C M Y K H S L
Decimal 167 57 92 0 0.66 0.45 0.35 340.91 0.49 0.44
Hex A7 39 5C 0 42 2D 23 155 31 2C
Octal 247 71 134 0 102 55 43 525 61 54
Binary 10100111 111001 1011100 0 1000010 101101 100011 101010101 110001 101100

Color Harmonies of #A7395C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7395C

Black with #A7395C

Text Example


Text Example

White with #A7395C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7395C; }

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

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

background-color css

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

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

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

border-color css

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

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

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