#711A4D

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

Shades of Pompadour #711A4D

Tints of Pompadour #711A4D

Color information

#711A4D (or 0x711A4D) is unknown color: approx Pompadour. HEX triplet: 71, 1A and 4D. RGB value is (113,26,77). Sum of RGB (Red+Green+Blue) = 113+26+77=216 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.31% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 113 - color contains mainly: red. Hex color #711A4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711A4D is #8EE5B2. Grayscale: #393939. Windows color (decimal): -9364915 or 5053041. OLE color: 5053041.

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

Color convert

RGB1132677-
CMYK00.770.320.56
HSL324.83º62.59%27.25%-
HSV(B)324.83º76.99%44.31%-
XYZ8.524.797.5-
YUV57.83138.82167.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.31%
GREEN value IS 26 (10.55% from 255) = 12.04%
BLUE value IS 77 (30.47% from 255) = 35.65%
R=52.31%
G=12.04%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113267700.770.320.56324.8362.5927.25
Hex711A4D04D20381453f1b
Octal16132115011540705057733
Binary11100011101010011010100110110000011100010100010111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,26,77); }

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

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

 a { background-color: rgb(113,26,77); }

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

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

 span { border-color: rgb(113,26,77); }

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