#722556

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

Shades of Pompadour #722556

Tints of Pompadour #722556

Color information

#722556 (or 0x722556) is unknown color: approx Pompadour. HEX triplet: 72, 25 and 56. RGB value is (114,37,86). Sum of RGB (Red+Green+Blue) = 114+37+86=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #722556 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722556 is #8DDAA9. Grayscale: #414141. Windows color (decimal): -9296554 or 5645682. OLE color: 5645682.

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

Color convert

RGB1143786-
CMYK00.680.250.55
HSL321.82º50.99%29.61%-
HSV(B)321.82º67.54%44.71%-
XYZ9.285.579.39-
YUV65.61139.51162.52-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 37 (14.84% from 255) = 15.61%
BLUE value IS 86 (33.98% from 255) = 36.29%
R=48.10%
G=15.61%
B=36.29%

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
Decimal114378600.680.250.55321.8250.9929.61
Hex7225560441937142331e
Octal16245126010431675026336
Binary11100101001011010110010001001100111011110100001011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722556; }

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

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

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

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

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

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

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

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