#722454

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

Shades of Pompadour #722454

Tints of Pompadour #722454

Color information

#722454 (or 0x722454) is unknown color: approx Pompadour. HEX triplet: 72, 24 and 54. RGB value is (114,36,84). Sum of RGB (Red+Green+Blue) = 114+36+84=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #722454 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722454 is #8DDBAB. Grayscale: #404040. Windows color (decimal): -9296812 or 5514354. OLE color: 5514354.

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

Color convert

RGB1143684-
CMYK00.680.260.55
HSL323.08º52%29.41%-
HSV(B)323.08º68.42%44.71%-
XYZ9.175.488.96-
YUV64.79138.84163.1-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 36 (14.45% from 255) = 15.38%
BLUE value IS 84 (33.20% from 255) = 35.90%
R=48.72%
G=15.38%
B=35.90%

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
Decimal114368400.680.260.55323.085229.41
Hex7224540441A37143341d
Octal16244124010432675036435
Binary11100101001001010100010001001101011011110100001111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722454; }

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

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

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

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

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

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

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

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