#72204C

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

Shades of Pompadour #72204C

Tints of Pompadour #72204C

Color information

#72204C (or 0x72204C) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 4C. RGB value is (114,32,76). Sum of RGB (Red+Green+Blue) = 114+32+76=222 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.35% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 76 (30.08% from 255 or 34.23% from 222); Max value from RGB is 114 - color contains mainly: red. Hex color #72204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72204C is #8DDFB3. Grayscale: #3D3D3D. Windows color (decimal): -9297844 or 4989042. OLE color: 4989042.

HSL color Cylindrical-coordinate representation of color #72204C: hue angle of 327.8º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #72204C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1143276-
CMYK00.720.330.55
HSL327.8º56.16%28.63%-
HSV(B)327.8º71.93%44.71%-
XYZ8.765.137.37-
YUV61.53136.17165.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.35%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 76 (30.08% from 255) = 34.23%
R=51.35%
G=14.41%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114327600.720.330.55327.856.1628.63
Hex72204C0482137148381d
Octal16240114011041675107035
Binary111001010000010011000100100010000111011110100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72204C; }

 p { color: rgb(114,32,76); }

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

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

 a { background-color: rgb(114,32,76); }

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

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

 span { border-color: rgb(114,32,76); }

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