#711C4F

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

Shades of Pompadour #711C4F

Tints of Pompadour #711C4F

Color information

#711C4F (or 0x711C4F) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 4F. RGB value is (113,28,79). Sum of RGB (Red+Green+Blue) = 113+28+79=220 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.36% from 220); Green value is 28 (11.33% from 255 or 12.73% from 220); Blue value is 79 (31.25% from 255 or 35.91% from 220); Max value from RGB is 113 - color contains mainly: red. Hex color #711C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C4F is #8EE3B0. Grayscale: #3B3B3B. Windows color (decimal): -9364401 or 5184625. OLE color: 5184625.

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

Color convert

RGB1132879-
CMYK00.750.300.56
HSL324º60.28%27.65%-
HSV(B)324º75.22%44.31%-
XYZ8.644.917.89-
YUV59.23139.16166.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.36%
GREEN value IS 28 (11.33% from 255) = 12.73%
BLUE value IS 79 (31.25% from 255) = 35.91%
R=51.36%
G=12.73%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113287900.750.300.5632460.2827.65
Hex711C4F04B1E381443c1c
Octal16134117011336705047434
Binary1110001111001001111010010111111011100010100010011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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