#722055

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

Shades of Pompadour #722055

Tints of Pompadour #722055

Color information

#722055 (or 0x722055) is unknown color: approx Pompadour. HEX triplet: 72, 20 and 55. RGB value is (114,32,85). Sum of RGB (Red+Green+Blue) = 114+32+85=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 32 (12.89% from 255 or 13.85% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #722055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722055 is #8DDFAA. Grayscale: #3E3E3E. Windows color (decimal): -9297835 or 5578866. OLE color: 5578866.

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

Color convert

RGB1143285-
CMYK00.720.250.55
HSL321.22º56.16%28.63%-
HSV(B)321.22º71.93%44.71%-
XYZ9.15.279.13-
YUV62.56140.67164.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 32 (12.89% from 255) = 13.85%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=49.35%
G=13.85%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.25
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114328500.720.250.55321.2256.1628.63
Hex7220550481937141381d
Octal16240125011031675017035
Binary11100101000001010101010010001100111011110100000111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722055; }

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

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

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

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

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

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

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

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