#711C46

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

Shades of Pompadour #711C46

Tints of Pompadour #711C46

Color information

#711C46 (or 0x711C46) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 46. RGB value is (113,28,70). Sum of RGB (Red+Green+Blue) = 113+28+70=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 28 (11.33% from 255 or 13.27% from 211); Blue value is 70 (27.73% from 255 or 33.18% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #711C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C46 is #8EE3B9. Grayscale: #3A3A3A. Windows color (decimal): -9364410 or 4594801. OLE color: 4594801.

HSL color Cylindrical-coordinate representation of color #711C46: hue angle of 330.35º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #711C46 is Cyan = 0, Magento = 0.75, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1132870-
CMYK00.750.380.56
HSL330.35º60.28%27.65%-
HSV(B)330.35º75.22%44.31%-
XYZ8.334.786.28-
YUV58.2134.66167.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 28 (11.33% from 255) = 13.27%
BLUE value IS 70 (27.73% from 255) = 33.18%
R=53.55%
G=13.27%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113287000.750.380.56330.3560.2827.65
Hex711C4604B263814a3c1c
Octal16134106011346705127434
Binary11100011110010001100100101110011011100010100101011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711C46; }

 p { color: rgb(113,28,70); }

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

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

 a { background-color: rgb(113,28,70); }

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

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

 span { border-color: rgb(113,28,70); }

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