#72164E

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

Shades of Pompadour #72164E

Tints of Pompadour #72164E

Color information

#72164E (or 0x72164E) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 4E. RGB value is (114,22,78). Sum of RGB (Red+Green+Blue) = 114+22+78=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 22 (8.98% from 255 or 10.28% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72164E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72164E is #8DE9B1. Grayscale: #373737. Windows color (decimal): -9300402 or 5117554. OLE color: 5117554.

HSL color Cylindrical-coordinate representation of color #72164E: hue angle of 323.48º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #72164E is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1142278-
CMYK00.810.320.55
HSL323.48º67.65%26.67%-
HSV(B)323.48º80.7%44.71%-
XYZ8.64.77.66-
YUV55.89140.48169.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 22 (8.98% from 255) = 10.28%
BLUE value IS 78 (30.86% from 255) = 36.45%
R=53.27%
G=10.28%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114227800.810.320.55323.4867.6526.67
Hex72164E0512037143441b
Octal162261160121406750310433
Binary111001010110100111001010001100000110111101000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72164E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72164E; }

 p { color: rgb(114,22,78); }

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

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

 a { background-color: rgb(114,22,78); }

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

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

 span { border-color: rgb(114,22,78); }

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