#AB3761

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

Shades of Rouge #AB3761

Tints of Rouge #AB3761

Color information

#AB3761 (or 0xAB3761) is unknown color: approx Rouge. HEX triplet: AB, 37 and 61. RGB value is (171,55,97). Sum of RGB (Red+Green+Blue) = 171+55+97=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 55 (21.88% from 255 or 17.03% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3761 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3761 is #54C89E. Grayscale: #5E5E5E. Windows color (decimal): -5556383 or 6371243. OLE color: 6371243.

HSL color Cylindrical-coordinate representation of color #AB3761: hue angle of 338.28º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3761 is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1715597-
CMYK00.680.430.33
HSL338.28º51.33%44.31%-
HSV(B)338.28º67.84%67.06%-
XYZ20.3212.2512.6-
YUV94.47129.43182.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 52.94%
GREEN value IS 55 (21.88% from 255) = 17.03%
BLUE value IS 97 (38.28% from 255) = 30.03%
R=52.94%
G=17.03%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171559700.680.430.33338.2851.3344.31
HexAB37610442B21152332c
Octal25367141010453415226354
Binary10101011110111110000101000100101011100001101010010110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3761; }

 p { color: rgb(171,55,97); }

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

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

 a { background-color: rgb(171,55,97); }

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

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

 span { border-color: rgb(171,55,97); }

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