#711C4A

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

Shades of Pompadour #711C4A

Tints of Pompadour #711C4A

Color information

#711C4A (or 0x711C4A) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 4A. RGB value is (113,28,74). Sum of RGB (Red+Green+Blue) = 113+28+74=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C4A is #8EE3B5. Grayscale: #3A3A3A. Windows color (decimal): -9364406 or 4856945. OLE color: 4856945.

HSL color Cylindrical-coordinate representation of color #711C4A: hue angle of 327.53º 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 #711C4A is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.56.

Color convert

RGB1132874-
CMYK00.750.350.56
HSL327.53º60.28%27.65%-
HSV(B)327.53º75.22%44.31%-
XYZ8.464.846.97-
YUV58.66136.66166.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 28 (11.33% from 255) = 13.02%
BLUE value IS 74 (29.30% from 255) = 34.42%
R=52.56%
G=13.02%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.35
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113287400.750.350.56327.5360.2827.65
Hex711C4A04B23381483c1c
Octal16134112011343705107434
Binary11100011110010010100100101110001111100010100100011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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