#722050

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

Shades of Pompadour #722050

Tints of Pompadour #722050

Color information

#722050 (or 0x722050) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 50. RGB value is (114,32,80). Sum of RGB (Red+Green+Blue) = 114+32+80=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #722050 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722050 is #8DDFAF. Grayscale: #3D3D3D. Windows color (decimal): -9297840 or 5251186. OLE color: 5251186.

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

Color convert

RGB1143280-
CMYK00.720.300.55
HSL324.88º56.16%28.63%-
HSV(B)324.88º71.93%44.71%-
XYZ8.95.198.12-
YUV61.99138.17165.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 32 (12.89% from 255) = 14.16%
BLUE value IS 80 (31.64% from 255) = 35.40%
R=50.44%
G=14.16%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114328000.720.300.55324.8856.1628.63
Hex7220500481E37145381d
Octal16240120011036675057035
Binary11100101000001010000010010001111011011110100010111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722050; }

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

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

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

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

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

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

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

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