Html Css Color HEX #A7376B Rouge

📋 copy color: '#A7376B'

red 167 ◦ green 55 ◦ blue 107

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

Shades of Rouge #A7376B

Tints of Rouge #A7376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.72%

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

R = 50.76%
G = 16.72%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A7376B (or 0xA7376B) is known color: Rouge. HEX triplet: A7, 37 and 6B. RGB value is (167,55,107). Sum of RGB (Red+Green+Blue) = 167+55+107=329 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.76% from 329); Green value is 55 (21.88% from 255 or 16.72% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 167 - color contains mainly: red. Hex color #A7376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7376B is #58C894. Grayscale: #5E5E5E. Windows color (decimal): -5818517 or 7026599. OLE color: 7026599.

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

Color convert

RGB 167 55 107 -
CMYK 0 0.67 0.36 0.35
HSL 332.14º 0.5% 0.44% -
HSV(B) 332.14º 0.67% 0.65% -
XYZ 19.96 12.01 15.18 -
YUV 94.42 135.11 179.77 -
System Red Green Blue C M Y K H S L
Decimal 167 55 107 0 0.67 0.36 0.35 332.14 0.5 0.44
Hex A7 37 6B 0 43 24 23 14C 32 2C
Octal 247 67 153 0 103 44 43 514 62 54
Binary 10100111 110111 1101011 0 1000011 100100 100011 101001100 110010 101100

Color Harmonies of #A7376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7376B

Black with #A7376B

Text Example


Text Example

White with #A7376B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7376B; }

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

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

background-color css

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

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

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

border-color css

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

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

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