#711B47

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

Shades of Pompadour #711B47

Tints of Pompadour #711B47

Color information

#711B47 (or 0x711B47) is unknown color: approx Pompadour. HEX triplet: 71, 1B and 47. RGB value is (113,27,71). Sum of RGB (Red+Green+Blue) = 113+27+71=211 (27% of max value = 765). Red value is 113 (44.53% from 255 or 53.55% from 211); Green value is 27 (10.94% from 255 or 12.80% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 113 - color contains mainly: red. Hex color #711B47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #711B47 is #8EE4B8. Grayscale: #393939. Windows color (decimal): -9364665 or 4660081. OLE color: 4660081.

HSL color Cylindrical-coordinate representation of color #711B47: hue angle of 329.3º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #711B47 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1132771-
CMYK00.760.370.56
HSL329.3º61.43%27.45%-
HSV(B)329.3º76.11%44.31%-
XYZ8.344.756.44-
YUV57.73135.49167.42-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 53.55%
GREEN value IS 27 (10.94% from 255) = 12.80%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=53.55%
G=12.80%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113277100.760.370.56329.361.4327.45
Hex711B4704C25381493d1b
Octal16133107011445705117533
Binary11100011101110001110100110010010111100010100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,27,71); }

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

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

 a { background-color: rgb(113,27,71); }

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

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

 span { border-color: rgb(113,27,71); }

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