#722544

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

Shades of Pompadour #722544

Tints of Pompadour #722544

Color information

#722544 (or 0x722544) is unknown color: approx Pompadour. HEX triplet: 72, 25 and 44. RGB value is (114,37,68). Sum of RGB (Red+Green+Blue) = 114+37+68=219 (29% of max value = 765). Red value is 114 (44.92% from 255 or 52.05% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 114 - color contains mainly: red. Hex color #722544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #722544 is #8DDABB. Grayscale: #3F3F3F. Windows color (decimal): -9296572 or 4466034. OLE color: 4466034.

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

Color convert

RGB1143768-
CMYK00.680.400.55
HSL335.84º50.99%29.61%-
HSV(B)335.84º67.54%44.71%-
XYZ8.645.326.04-
YUV63.56130.51163.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.05%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=52.05%
G=16.89%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114376800.680.400.55335.8450.9929.61
Hex7225440442837150331e
Octal16245104010450675206336
Binary111001010010110001000100010010100011011110101000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722544; }

 p { color: rgb(114,37,68); }

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

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

 a { background-color: rgb(114,37,68); }

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

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

 span { border-color: rgb(114,37,68); }

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