#722455

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

Shades of Pompadour #722455

Tints of Pompadour #722455

Color information

#722455 (or 0x722455) is unknown color: approx Pompadour. HEX triplet: 72, 24 and 55. RGB value is (114,36,85). Sum of RGB (Red+Green+Blue) = 114+36+85=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 85 (33.59% from 255 or 36.17% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #722455 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722455 is #8DDBAA. Grayscale: #404040. Windows color (decimal): -9296811 or 5579890. OLE color: 5579890.

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

Color convert

RGB1143685-
CMYK00.680.250.55
HSL322.31º52%29.41%-
HSV(B)322.31º68.42%44.71%-
XYZ9.215.59.17-
YUV64.91139.34163.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 36 (14.45% from 255) = 15.32%
BLUE value IS 85 (33.59% from 255) = 36.17%
R=48.51%
G=15.32%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114368500.680.250.55322.315229.41
Hex7224550441937142341d
Octal16244125010431675026435
Binary11100101001001010101010001001100111011110100001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722455; }

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

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

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

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

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

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

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

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