#A3415F

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

Shades of Rouge #A3415F

Tints of Rouge #A3415F

Color information

#A3415F (or 0xA3415F) is unknown color: approx Rouge. HEX triplet: A3, 41 and 5F. RGB value is (163,65,95). Sum of RGB (Red+Green+Blue) = 163+65+95=323 (42% of max value = 765). Red value is 163 (64.06% from 255 or 50.46% from 323); Green value is 65 (25.78% from 255 or 20.12% from 323); Blue value is 95 (37.5% from 255 or 29.41% from 323); Max value from RGB is 163 - color contains mainly: red. Hex color #A3415F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3415F is #5CBEA0. Grayscale: #616161. Windows color (decimal): -6078113 or 6242723. OLE color: 6242723.

HSL color Cylindrical-coordinate representation of color #A3415F: hue angle of 341.63º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A3415F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.36.

Color convert

RGB1636595-
CMYK00.600.420.36
HSL341.63º42.98%44.71%-
HSV(B)341.63º60.12%63.92%-
XYZ19.0612.3912.21-
YUV97.72126.47174.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 50.46%
GREEN value IS 65 (25.78% from 255) = 20.12%
BLUE value IS 95 (37.5% from 255) = 29.41%
R=50.46%
G=20.12%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163659500.600.420.36341.6342.9844.71
HexA3415F03C2A241562b2d
Octal24310113707452445265355
Binary10100011100000110111110111100101010100100101010110101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3415F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3415F; }

 p { color: rgb(163,65,95); }

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

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

 a { background-color: rgb(163,65,95); }

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

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

 span { border-color: rgb(163,65,95); }

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