#711C54

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

Shades of Pompadour #711C54

Tints of Pompadour #711C54

Color information

#711C54 (or 0x711C54) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 54. RGB value is (113,28,84). Sum of RGB (Red+Green+Blue) = 113+28+84=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 84 (33.20% from 255 or 37.33% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #711C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C54 is #8EE3AB. Grayscale: #3B3B3B. Windows color (decimal): -9364396 or 5512305. OLE color: 5512305.

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

Color convert

RGB1132884-
CMYK00.750.260.56
HSL320.47º60.28%27.65%-
HSV(B)320.47º75.22%44.31%-
XYZ8.834.988.88-
YUV59.8141.66165.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 84 (33.20% from 255) = 37.33%
R=50.22%
G=12.44%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113288400.750.260.56320.4760.2827.65
Hex711C5404B1A381403c1c
Octal16134124011332705007434
Binary1110001111001010100010010111101011100010100000011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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