#722049

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

Shades of Pompadour #722049

Tints of Pompadour #722049

Color information

#722049 (or 0x722049) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 49. RGB value is (114,32,73). Sum of RGB (Red+Green+Blue) = 114+32+73=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 32 (12.89% from 255 or 14.61% from 219); Blue value is 73 (28.91% from 255 or 33.33% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #722049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722049 is #8DDFB6. Grayscale: #3D3D3D. Windows color (decimal): -9297847 or 4792434. OLE color: 4792434.

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

Color convert

RGB1143273-
CMYK00.720.360.55
HSL330º56.16%28.63%-
HSV(B)330º71.93%44.71%-
XYZ8.665.096.83-
YUV61.19134.67165.67-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 32 (12.89% from 255) = 14.61%
BLUE value IS 73 (28.91% from 255) = 33.33%
R=52.05%
G=14.61%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114327300.720.360.5533056.1628.63
Hex722049048243714a381d
Octal16240111011044675127035
Binary111001010000010010010100100010010011011110100101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722049; }

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

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

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

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

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

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

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

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