#722649

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

Shades of Pompadour #722649

Tints of Pompadour #722649

Color information

#722649 (or 0x722649) is unknown color: approx Pompadour. HEX triplet: 72, 26 and 49. RGB value is (114,38,73). Sum of RGB (Red+Green+Blue) = 114+38+73=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #722649 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722649 is #8DD9B6. Grayscale: #404040. Windows color (decimal): -9296311 or 4793970. OLE color: 4793970.

HSL color Cylindrical-coordinate representation of color #722649: hue angle of 332.37º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #722649 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1143873-
CMYK00.670.360.55
HSL332.37º50%29.8%-
HSV(B)332.37º66.67%44.71%-
XYZ8.845.446.89-
YUV64.71132.68163.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 38 (15.23% from 255) = 16.89%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=50.67%
G=16.89%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114387300.670.360.55332.375029.8
Hex722649043243714c321e
Octal16246111010344675146236
Binary111001010011010010010100001110010011011110100110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722649; }

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

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

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

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

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

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

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

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