#A4376B

Color #A4376B Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #A4376B

Tints of Rouge #A4376B

Color information

#A4376B (or 0xA4376B) is unknown color: approx Rouge. HEX triplet: A4, 37 and 6B. RGB value is (164,55,107). Sum of RGB (Red+Green+Blue) = 164+55+107=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4376B is #5BC894. Grayscale: #5D5D5D. Windows color (decimal): -6015125 or 7026596. OLE color: 7026596.

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

Color convert

RGB16455107-
CMYK00.660.350.36
HSL331.38º49.77%42.94%-
HSV(B)331.38º66.46%64.31%-
XYZ19.3311.6915.15-
YUV93.52135.61178.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 50.31%
GREEN value IS 55 (21.88% from 255) = 16.87%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=50.31%
G=16.87%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1645510700.660.350.36331.3849.7742.94
HexA4376B042232414b322b
Octal24467153010243445136253
Binary10100100110111110101101000010100011100100101001011110010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4376B; }

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

 H1.HeaderClassName
 {
   color: #A4376B;
 }
 .AnyTagClassName
 {
   color: #A4376B;
 }
</style>
background-color css

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

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

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

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

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

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