#A13360

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

Shades of Rouge #A13360

Tints of Rouge #A13360

Color information

#A13360 (or 0xA13360) is unknown color: approx Rouge. HEX triplet: A1, 33 and 60. RGB value is (161,51,96). Sum of RGB (Red+Green+Blue) = 161+51+96=308 (40% of max value = 765). Red value is 161 (63.28% from 255 or 52.27% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 161 - color contains mainly: red. Hex color #A13360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13360 is #5ECC9F. Grayscale: #585858. Windows color (decimal): -6212768 or 6304673. OLE color: 6304673.

HSL color Cylindrical-coordinate representation of color #A13360: hue angle of 335.45º 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 #A13360 is Cyan = 0, Magento = 0.68, Yellow = 0.40 and Black (K on CMYK) = 0.37.

Color convert

RGB1615196-
CMYK00.680.400.37
HSL335.45º51.89%41.57%-
HSV(B)335.45º68.32%63.14%-
XYZ17.9910.7912.2-
YUV89.02131.94179.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 52.27%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 96 (37.89% from 255) = 31.17%
R=52.27%
G=16.56%
B=31.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161519600.680.400.37335.4551.8941.57
HexA13360044282514f342a
Octal24163140010450455176452
Binary10100001110011110000001000100101000100101101001111110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13360; }

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

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

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

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

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

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

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

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