#72164F

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

Shades of Pompadour #72164F

Tints of Pompadour #72164F

Color information

#72164F (or 0x72164F) is unknown color: approx Pompadour. HEX triplet: 72, 16 and 4F. RGB value is (114,22,79). Sum of RGB (Red+Green+Blue) = 114+22+79=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 22 (8.98% from 255 or 10.23% from 215); Blue value is 79 (31.25% from 255 or 36.74% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #72164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72164F is #8DE9B0. Grayscale: #373737. Windows color (decimal): -9300401 or 5183090. OLE color: 5183090.

HSL color Cylindrical-coordinate representation of color #72164F: hue angle of 322.83º 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 #72164F is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1142279-
CMYK00.810.310.55
HSL322.83º67.65%26.67%-
HSV(B)322.83º80.7%44.71%-
XYZ8.644.727.85-
YUV56.01140.98169.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 22 (8.98% from 255) = 10.23%
BLUE value IS 79 (31.25% from 255) = 36.74%
R=53.02%
G=10.23%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114227900.810.310.55322.8367.6526.67
Hex72164F0511F37143441b
Octal162261170121376750310433
Binary11100101011010011110101000111111110111101000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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