#722554

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

Shades of Pompadour #722554

Tints of Pompadour #722554

Color information

#722554 (or 0x722554) is unknown color: approx Pompadour. HEX triplet: 72, 25 and 54. RGB value is (114,37,84). Sum of RGB (Red+Green+Blue) = 114+37+84=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722554 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722554 is #8DDAAB. Grayscale: #414141. Windows color (decimal): -9296556 or 5514610. OLE color: 5514610.

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

Color convert

RGB1143784-
CMYK00.680.260.55
HSL323.38º50.99%29.61%-
HSV(B)323.38º67.54%44.71%-
XYZ9.25.548.97-
YUV65.38138.51162.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 37 (14.84% from 255) = 15.74%
BLUE value IS 84 (33.20% from 255) = 35.74%
R=48.51%
G=15.74%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114378400.680.260.55323.3850.9929.61
Hex7225540441A37143331e
Octal16245124010432675036336
Binary11100101001011010100010001001101011011110100001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722554; }

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

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

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

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

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

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

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

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