#A7415D

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

Shades of Rouge #A7415D

Tints of Rouge #A7415D

Color information

#A7415D (or 0xA7415D) is unknown color: approx Rouge. HEX triplet: A7, 41 and 5D. RGB value is (167,65,93). Sum of RGB (Red+Green+Blue) = 167+65+93=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A7415D is #58BEA2. Grayscale: #626262. Windows color (decimal): -5815971 or 6111655. OLE color: 6111655.

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

Color convert

RGB1676593-
CMYK00.610.440.35
HSL343.53º43.97%45.49%-
HSV(B)343.53º61.08%65.49%-
XYZ19.812.7911.78-
YUV98.69124.79176.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 65 (25.78% from 255) = 20%
BLUE value IS 93 (36.72% from 255) = 28.62%
R=51.38%
G=20%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167659300.610.440.35343.5343.9745.49
HexA7415D03D2C231582c2d
Octal24710113507554435305455
Binary10100111100000110111010111101101100100011101011000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7415D; }

 p { color: rgb(167,65,93); }

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

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

 a { background-color: rgb(167,65,93); }

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

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

 span { border-color: rgb(167,65,93); }

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