#A5415D

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

Shades of Rouge #A5415D

Tints of Rouge #A5415D

Color information

#A5415D (or 0xA5415D) is unknown color: approx Rouge. HEX triplet: A5, 41 and 5D. RGB value is (165,65,93). Sum of RGB (Red+Green+Blue) = 165+65+93=323 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.08% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 165 - color contains mainly: red. Hex color #A5415D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5415D is #5ABEA2. Grayscale: #626262. Windows color (decimal): -5947043 or 6111653. OLE color: 6111653.

HSL color Cylindrical-coordinate representation of color #A5415D: hue angle of 343.2º degrees, saturation: 0.43, 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 #A5415D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1656593-
CMYK00.610.440.35
HSL343.2º43.48%45.1%-
HSV(B)343.2º60.61%64.71%-
XYZ19.3812.5711.76-
YUV98.09125.13175.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 51.08%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 93 (36.72% from 255) = 28.79%
R=51.08%
G=20.12%
B=28.79%

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
Decimal165659300.610.440.35343.243.4845.1
HexA5415D03D2C231572b2d
Octal24510113507554435275355
Binary10100101100000110111010111101101100100011101010111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5415D; }

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

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

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

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

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

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

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

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