#711644

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

Shades of Pompadour #711644

Tints of Pompadour #711644

Color information

#711644 (or 0x711644) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 44. RGB value is (113,22,68). Sum of RGB (Red+Green+Blue) = 113+22+68=203 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.67% from 203); Green value is 22 (8.98% from 255 or 10.84% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 113 - color contains mainly: red. Hex color #711644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711644 is #8EE9BB. Grayscale: #363636. Windows color (decimal): -9365948 or 4462193. OLE color: 4462193.

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

Color convert

RGB1132268-
CMYK00.810.400.56
HSL329.67º67.41%26.47%-
HSV(B)329.67º80.53%44.31%-
XYZ8.144.55.91-
YUV54.45135.65169.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.67%
GREEN value IS 22 (8.98% from 255) = 10.84%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=55.67%
G=10.84%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.40
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113226800.810.400.56329.6767.4126.47
Hex711644051283814a431a
Octal161261040121507051210332
Binary111000110110100010001010001101000111000101001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711644; }

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

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

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

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

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

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

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

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