#A1335F

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

Shades of Rouge #A1335F

Tints of Rouge #A1335F

Color information

#A1335F (or 0xA1335F) is unknown color: approx Rouge. HEX triplet: A1, 33 and 5F. RGB value is (161,51,95). Sum of RGB (Red+Green+Blue) = 161+51+95=307 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.44% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 161 - color contains mainly: red. Hex color #A1335F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1335F is #5ECCA0. Grayscale: #585858. Windows color (decimal): -6212769 or 6239137. OLE color: 6239137.

HSL color Cylindrical-coordinate representation of color #A1335F: hue angle of 336º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1335F is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.37.

Color convert

RGB1615195-
CMYK00.680.410.37
HSL336º51.89%41.57%-
HSV(B)336º68.32%63.14%-
XYZ17.9510.7711.96-
YUV88.91131.44179.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.44%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=52.44%
G=16.61%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161519500.680.410.3733651.8941.57
HexA1335F0442925150342a
Octal24163137010451455206452
Binary10100001110011101111101000100101001100101101010000110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1335F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1335F; }

 p { color: rgb(161,51,95); }

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

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

 a { background-color: rgb(161,51,95); }

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

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

 span { border-color: rgb(161,51,95); }

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