#711647

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

Shades of Pompadour #711647

Tints of Pompadour #711647

Color information

#711647 (or 0x711647) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 47. RGB value is (113,22,71). Sum of RGB (Red+Green+Blue) = 113+22+71=206 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.85% from 206); Green value is 22 (8.98% from 255 or 10.68% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 113 - color contains mainly: red. Hex color #711647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711647 is #8EE9B8. Grayscale: #363636. Windows color (decimal): -9365945 or 4658801. OLE color: 4658801.

HSL color Cylindrical-coordinate representation of color #711647: hue angle of 327.69º 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 #711647 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB1132271-
CMYK00.810.370.56
HSL327.69º67.41%26.47%-
HSV(B)327.69º80.53%44.31%-
XYZ8.234.546.4-
YUV54.8137.15169.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.85%
GREEN value IS 22 (8.98% from 255) = 10.68%
BLUE value IS 71 (28.12% from 255) = 34.47%
R=54.85%
G=10.68%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113227100.810.370.56327.6967.4126.47
Hex7116470512538148431a
Octal161261070121457051010332
Binary111000110110100011101010001100101111000101001000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711647; }

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

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

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

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

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

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

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

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