#722052

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

Shades of Pompadour #722052

Tints of Pompadour #722052

Color information

#722052 (or 0x722052) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 52. RGB value is (114,32,82). Sum of RGB (Red+Green+Blue) = 114+32+82=228 (30% of max value = 765). Red value is 114 (44.92% from 255 or 50% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 114 - color contains mainly: red. Hex color #722052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722052 is #8DDFAD. Grayscale: #3E3E3E. Windows color (decimal): -9297838 or 5382258. OLE color: 5382258.

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

Color convert

RGB1143282-
CMYK00.720.280.55
HSL323.41º56.16%28.63%-
HSV(B)323.41º71.93%44.71%-
XYZ8.985.228.52-
YUV62.22139.17164.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 14.04%
BLUE value IS 82 (32.42% from 255) = 35.96%
R=50%
G=14.04%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114328200.720.280.55323.4156.1628.63
Hex7220520481C37143381d
Octal16240122011034675037035
Binary11100101000001010010010010001110011011110100001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722052; }

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

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

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

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

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

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

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

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