#722054

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

Shades of Pompadour #722054

Tints of Pompadour #722054

Color information

#722054 (or 0x722054) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 54. RGB value is (114,32,84). Sum of RGB (Red+Green+Blue) = 114+32+84=230 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.57% from 230); Green value is 32 (12.89% from 255 or 13.91% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 114 - color contains mainly: red. Hex color #722054 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722054 is #8DDFAB. Grayscale: #3E3E3E. Windows color (decimal): -9297836 or 5513330. OLE color: 5513330.

HSL color Cylindrical-coordinate representation of color #722054: hue angle of 321.95º 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 #722054 is Cyan = 0, Magento = 0.72, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB1143284-
CMYK00.720.260.55
HSL321.95º56.16%28.63%-
HSV(B)321.95º71.93%44.71%-
XYZ9.065.258.92-
YUV62.45140.17164.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.57%
GREEN value IS 32 (12.89% from 255) = 13.91%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=49.57%
G=13.91%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114328400.720.260.55321.9556.1628.63
Hex7220540481A37142381d
Octal16240124011032675027035
Binary11100101000001010100010010001101011011110100001011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722054; }

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

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

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

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

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

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

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

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