#AB375D

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

Shades of Rouge #AB375D

Tints of Rouge #AB375D

Color information

#AB375D (or 0xAB375D) is unknown color: approx Rouge. HEX triplet: AB, 37 and 5D. RGB value is (171,55,93). Sum of RGB (Red+Green+Blue) = 171+55+93=319 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.61% from 319); Green value is 55 (21.88% from 255 or 17.24% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 171 - color contains mainly: red. Hex color #AB375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB375D is #54C8A2. Grayscale: #5D5D5D. Windows color (decimal): -5556387 or 6109099. OLE color: 6109099.

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

Color convert

RGB1715593-
CMYK00.680.460.33
HSL340.34º51.33%44.31%-
HSV(B)340.34º67.84%67.06%-
XYZ20.1412.1811.65-
YUV94.02127.43182.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 53.61%
GREEN value IS 55 (21.88% from 255) = 17.24%
BLUE value IS 93 (36.72% from 255) = 29.15%
R=53.61%
G=17.24%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171559300.680.460.33340.3451.3344.31
HexAB375D0442E21154332c
Octal25367135010456415246354
Binary10101011110111101110101000100101110100001101010100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB375D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB375D; }

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

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

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

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

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

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

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

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