#711C44

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

Shades of Pompadour #711C44

Tints of Pompadour #711C44

Color information

#711C44 (or 0x711C44) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 44. RGB value is (113,28,68). Sum of RGB (Red+Green+Blue) = 113+28+68=209 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.07% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 68 (26.95% from 255 or 32.54% from 209); Max value from RGB is 113 - color contains mainly: red. Hex color #711C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C44 is #8EE3BB. Grayscale: #393939. Windows color (decimal): -9364412 or 4463729. OLE color: 4463729.

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

Color convert

RGB1132868-
CMYK00.750.400.56
HSL331.76º60.28%27.65%-
HSV(B)331.76º75.22%44.31%-
XYZ8.274.765.95-
YUV57.98133.66167.25-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.07%
GREEN value IS 28 (11.33% from 255) = 13.40%
BLUE value IS 68 (26.95% from 255) = 32.54%
R=54.07%
G=13.40%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113286800.750.400.56331.7660.2827.65
Hex711C4404B283814c3c1c
Octal16134104011350705147434
Binary11100011110010001000100101110100011100010100110011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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