#711C42

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

Shades of Pompadour #711C42

Tints of Pompadour #711C42

Color information

#711C42 (or 0x711C42) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 42. RGB value is (113,28,66). Sum of RGB (Red+Green+Blue) = 113+28+66=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 28 (11.33% from 255 or 13.53% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #711C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711C42 is #8EE3BD. Grayscale: #393939. Windows color (decimal): -9364414 or 4332657. OLE color: 4332657.

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

Color convert

RGB1132866-
CMYK00.750.420.56
HSL333.18º60.28%27.65%-
HSV(B)333.18º75.22%44.31%-
XYZ8.214.735.64-
YUV57.75132.66167.41-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 28 (11.33% from 255) = 13.53%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=54.59%
G=13.53%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113286600.750.420.56333.1860.2827.65
Hex711C4204B2A3814d3c1c
Octal16134102011352705157434
Binary11100011110010000100100101110101011100010100110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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