#A13B6C

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

Shades of Rouge #A13B6C

Tints of Rouge #A13B6C

Color information

#A13B6C (or 0xA13B6C) is unknown color: approx Rouge. HEX triplet: A1, 3B and 6C. RGB value is (161,59,108). Sum of RGB (Red+Green+Blue) = 161+59+108=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A13B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A13B6C is #5EC493. Grayscale: #5E5E5E. Windows color (decimal): -6210708 or 7093153. OLE color: 7093153.

HSL color Cylindrical-coordinate representation of color #A13B6C: hue angle of 331.18º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A13B6C is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB16159108-
CMYK00.630.330.37
HSL331.18º46.36%43.14%-
HSV(B)331.18º63.35%63.14%-
XYZ18.9711.7915.46-
YUV95.08135.29175.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 49.09%
GREEN value IS 59 (23.44% from 255) = 17.99%
BLUE value IS 108 (42.58% from 255) = 32.93%
R=49.09%
G=17.99%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1615910800.630.330.37331.1846.3643.14
HexA13B6C03F212514b2e2b
Octal2417315407741455135653
Binary1010000111101111011000111111100001100101101001011101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A13B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A13B6C; }

 p { color: rgb(161,59,108); }

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

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

 a { background-color: rgb(161,59,108); }

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

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

 span { border-color: rgb(161,59,108); }

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