#711953

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

Shades of Pompadour #711953

Tints of Pompadour #711953

Color information

#711953 (or 0x711953) is unknown color: approx Pompadour. HEX triplet: 71, 19 and 53. RGB value is (113,25,83). Sum of RGB (Red+Green+Blue) = 113+25+83=221 (29% of max value = 765). Red value is 113 (44.53% from 255 or 51.13% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 113 - color contains mainly: red. Hex color #711953 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711953 is #8EE6AC. Grayscale: #393939. Windows color (decimal): -9365165 or 5446001. OLE color: 5446001.

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

Color convert

RGB1132583-
CMYK00.780.270.56
HSL320.45º63.77%27.06%-
HSV(B)320.45º77.88%44.31%-
XYZ8.724.838.66-
YUV57.92142.15167.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 51.13%
GREEN value IS 25 (10.16% from 255) = 11.31%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=51.13%
G=11.31%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.27
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113258300.780.270.56320.4563.7727.06
Hex71195304E1B38140401b
Octal161311230116337050010033
Binary11100011100110100110100111011011111000101000000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711953; }

 p { color: rgb(113,25,83); }

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

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

 a { background-color: rgb(113,25,83); }

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

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

 span { border-color: rgb(113,25,83); }

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