#722456

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

Shades of Pompadour #722456

Tints of Pompadour #722456

Color information

#722456 (or 0x722456) is unknown color: approx Pompadour. HEX triplet: 72, 24 and 56. RGB value is (114,36,86). Sum of RGB (Red+Green+Blue) = 114+36+86=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #722456 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #722456 is #8DDBA9. Grayscale: #404040. Windows color (decimal): -9296810 or 5645426. OLE color: 5645426.

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

Color convert

RGB1143686-
CMYK00.680.250.55
HSL321.54º52%29.41%-
HSV(B)321.54º68.42%44.71%-
XYZ9.255.519.38-
YUV65.02139.84162.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 36 (14.45% from 255) = 15.25%
BLUE value IS 86 (33.98% from 255) = 36.44%
R=48.31%
G=15.25%
B=36.44%

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
Decimal114368600.680.250.55321.545229.41
Hex7224560441937142341d
Octal16244126010431675026435
Binary11100101001001010110010001001100111011110100001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #722456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #722456; }

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

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

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

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

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

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

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

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