#711643

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

Shades of Pompadour #711643

Tints of Pompadour #711643

Color information

#711643 (or 0x711643) is unknown color: approx Pompadour. HEX triplet: 71, 16 and 43. RGB value is (113,22,67). Sum of RGB (Red+Green+Blue) = 113+22+67=202 (26% of max value = 765). Red value is 113 (44.53% from 255 or 55.94% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 113 - color contains mainly: red. Hex color #711643 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #711643 is #8EE9BC. Grayscale: #363636. Windows color (decimal): -9365949 or 4396657. OLE color: 4396657.

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

Color convert

RGB1132267-
CMYK00.810.410.56
HSL330.33º67.41%26.47%-
HSV(B)330.33º80.53%44.31%-
XYZ8.114.495.75-
YUV54.34135.15169.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.94%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=55.94%
G=10.89%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113226700.810.410.56330.3367.4126.47
Hex711643051293814a431a
Octal161261030121517051210332
Binary111000110110100001101010001101001111000101001010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711643; }

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

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

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

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

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

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

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

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