#722553

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

Shades of Pompadour #722553

Tints of Pompadour #722553

Color information

#722553 (or 0x722553) is unknown color: approx Pompadour. HEX triplet: 72, 25 and 53. RGB value is (114,37,83). Sum of RGB (Red+Green+Blue) = 114+37+83=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 83 (32.81% from 255 or 35.47% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722553 is #8DDAAC. Grayscale: #414141. Windows color (decimal): -9296557 or 5449074. OLE color: 5449074.

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

Color convert

RGB1143783-
CMYK00.680.270.55
HSL324.16º50.99%29.61%-
HSV(B)324.16º67.54%44.71%-
XYZ9.165.538.77-
YUV65.27138.01162.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 37 (14.84% from 255) = 15.81%
BLUE value IS 83 (32.81% from 255) = 35.47%
R=48.72%
G=15.81%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114378300.680.270.55324.1650.9929.61
Hex7225530441B37144331e
Octal16245123010433675046336
Binary11100101001011010011010001001101111011110100010011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722553; }

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

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

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

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

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

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

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

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