#711C51

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

Shades of Pompadour #711C51

Tints of Pompadour #711C51

Color information

#711C51 (or 0x711C51) is unknown color: approx Pompadour. HEX triplet: 71, 1C and 51. RGB value is (113,28,81). Sum of RGB (Red+Green+Blue) = 113+28+81=222 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.90% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 113 - color contains mainly: red. Hex color #711C51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #711C51 is #8EE3AE. Grayscale: #3B3B3B. Windows color (decimal): -9364399 or 5315697. OLE color: 5315697.

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

Color convert

RGB1132881-
CMYK00.750.280.56
HSL322.59º60.28%27.65%-
HSV(B)322.59º75.22%44.31%-
XYZ8.714.948.28-
YUV59.46140.16166.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.90%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 81 (32.03% from 255) = 36.49%
R=50.90%
G=12.61%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.28
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113288100.750.280.56322.5960.2827.65
Hex711C5104B1C381433c1c
Octal16134121011334705037434
Binary1110001111001010001010010111110011100010100001111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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