#731654

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

Shades of Pompadour #731654

Tints of Pompadour #731654

Color information

#731654 (or 0x731654) is unknown color: approx Pompadour. HEX triplet: 73, 16 and 54. RGB value is (115,22,84). Sum of RGB (Red+Green+Blue) = 115+22+84=221 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.04% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 84 (33.20% from 255 or 38.01% from 221); Max value from RGB is 115 - color contains mainly: red. Hex color #731654 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731654 is #8CE9AB. Grayscale: #383838. Windows color (decimal): -9234860 or 5510771. OLE color: 5510771.

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

Color convert

RGB1152284-
CMYK00.810.270.55
HSL320º67.88%26.86%-
HSV(B)320º80.87%45.1%-
XYZ8.964.868.85-
YUV56.88143.31169.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.04%
GREEN value IS 22 (8.98% from 255) = 9.95%
BLUE value IS 84 (33.20% from 255) = 38.01%
R=52.04%
G=9.95%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115228400.810.270.5532067.8826.86
Hex7316540511B37140441b
Octal163261240121336750010433
Binary11100111011010101000101000111011110111101000000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731654; }

 p { color: rgb(115,22,84); }

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

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

 a { background-color: rgb(115,22,84); }

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

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

 span { border-color: rgb(115,22,84); }

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