#722047

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

Shades of Pompadour #722047

Tints of Pompadour #722047

Color information

#722047 (or 0x722047) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 47. RGB value is (114,32,71). Sum of RGB (Red+Green+Blue) = 114+32+71=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 32 (12.89% from 255 or 14.75% from 217); Blue value is 71 (28.12% from 255 or 32.72% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #722047 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722047 is #8DDFB8. Grayscale: #3C3C3C. Windows color (decimal): -9297849 or 4661362. OLE color: 4661362.

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

Color convert

RGB1143271-
CMYK00.720.380.55
HSL331.46º56.16%28.63%-
HSV(B)331.46º71.93%44.71%-
XYZ8.595.076.49-
YUV60.96133.67165.83-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 32 (12.89% from 255) = 14.75%
BLUE value IS 71 (28.12% from 255) = 32.72%
R=52.53%
G=14.75%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114327100.720.380.55331.4656.1628.63
Hex722047048263714b381d
Octal16240107011046675137035
Binary111001010000010001110100100010011011011110100101111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722047; }

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

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

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

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

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

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

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

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