#AB375B

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

Shades of Rouge #AB375B

Tints of Rouge #AB375B

Color information

#AB375B (or 0xAB375B) is unknown color: approx Rouge. HEX triplet: AB, 37 and 5B. RGB value is (171,55,91). Sum of RGB (Red+Green+Blue) = 171+55+91=317 (41% of max value = 765). Red value is 171 (67.19% from 255 or 53.94% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 171 - color contains mainly: red. Hex color #AB375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB375B is #54C8A4. Grayscale: #5D5D5D. Windows color (decimal): -5556389 or 5978027. OLE color: 5978027.

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

Color convert

RGB1715591-
CMYK00.680.470.33
HSL341.38º51.33%44.31%-
HSV(B)341.38º67.84%67.06%-
XYZ20.0512.1511.19-
YUV93.79126.43183.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.94%
GREEN value IS 55 (21.88% from 255) = 17.35%
BLUE value IS 91 (35.94% from 255) = 28.71%
R=53.94%
G=17.35%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171559100.680.470.33341.3851.3344.31
HexAB375B0442F21155332c
Octal25367133010457415256354
Binary10101011110111101101101000100101111100001101010101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB375B; }

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

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

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

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

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

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

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

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