#711650

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

Shades of Pompadour #711650

Tints of Pompadour #711650

Color information

#711650 (or 0x711650) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 50. RGB value is (113,22,80). Sum of RGB (Red+Green+Blue) = 113+22+80=215 (28% of max value = 765). Red value is 113 (44.53% from 255 or 52.56% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 113 - color contains mainly: red. Hex color #711650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #711650 is #8EE9AF. Grayscale: #373737. Windows color (decimal): -9365936 or 5248625. OLE color: 5248625.

HSL color Cylindrical-coordinate representation of color #711650: hue angle of 321.76º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #711650 is Cyan = 0, Magento = 0.81, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB1132280-
CMYK00.810.290.56
HSL321.76º67.41%26.47%-
HSV(B)321.76º80.53%44.31%-
XYZ8.544.668.04-
YUV55.82141.65168.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 52.56%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 80 (31.64% from 255) = 37.21%
R=52.56%
G=10.23%
B=37.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.29
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113228000.810.290.56321.7667.4126.47
Hex7116500511D38142431a
Octal161261200121357050210332
Binary11100011011010100000101000111101111000101000010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711650; }

 p { color: rgb(113,22,80); }

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

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

 a { background-color: rgb(113,22,80); }

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

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

 span { border-color: rgb(113,22,80); }

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