#711E54

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

Shades of Pompadour #711E54

Tints of Pompadour #711E54

Color information

#711E54 (or 0x711E54) is unknown color: approx Pompadour. HEX triplet: 71, 1E and 54. RGB value is (113,30,84). Sum of RGB (Red+Green+Blue) = 113+30+84=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #711E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711E54 is #8EE1AB. Grayscale: #3C3C3C. Windows color (decimal): -9363884 or 5512817. OLE color: 5512817.

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

Color convert

RGB1133084-
CMYK00.730.260.56
HSL320.96º58.04%28.04%-
HSV(B)320.96º73.45%44.31%-
XYZ8.875.088.9-
YUV60.97141165.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 30 (12.11% from 255) = 13.22%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=49.78%
G=13.22%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113308400.730.260.56320.9658.0428.04
Hex711E540491A381413a1c
Octal16136124011132705017234
Binary1110001111101010100010010011101011100010100000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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