#A13362

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

Shades of Rouge #A13362

Tints of Rouge #A13362

Color information

#A13362 (or 0xA13362) is unknown color: approx Rouge. HEX triplet: A1, 33 and 62. RGB value is (161,51,98). Sum of RGB (Red+Green+Blue) = 161+51+98=310 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.94% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 161 - color contains mainly: red. Hex color #A13362 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13362 is #5ECC9D. Grayscale: #595959. Windows color (decimal): -6212766 or 6435745. OLE color: 6435745.

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

Color convert

RGB1615198-
CMYK00.680.390.37
HSL334.36º51.89%41.57%-
HSV(B)334.36º68.32%63.14%-
XYZ18.0910.8312.69-
YUV89.25132.94179.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 51.94%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 98 (38.67% from 255) = 31.61%
R=51.94%
G=16.45%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161519800.680.390.37334.3651.8941.57
HexA13362044272514e342a
Octal24163142010447455166452
Binary10100001110011110001001000100100111100101101001110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13362; }

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

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

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

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

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

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

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

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