#731754

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

Shades of Pompadour #731754

Tints of Pompadour #731754

Color information

#731754 (or 0x731754) is unknown color: approx Pompadour. HEX triplet: 73, 17 and 54. RGB value is (115,23,84). Sum of RGB (Red+Green+Blue) = 115+23+84=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 23 (9.38% from 255 or 10.36% from 222); Blue value is 84 (33.20% from 255 or 37.84% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #731754 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731754 is #8CE8AB. Grayscale: #393939. Windows color (decimal): -9234604 or 5511027. OLE color: 5511027.

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

Color convert

RGB1152384-
CMYK00.800.270.55
HSL320.22º66.67%27.06%-
HSV(B)320.22º80%45.1%-
XYZ8.984.98.86-
YUV57.46142.98169.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 23 (9.38% from 255) = 10.36%
BLUE value IS 84 (33.20% from 255) = 37.84%
R=51.80%
G=10.36%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115238400.800.270.55320.2266.6727.06
Hex7317540501B37140431b
Octal163271240120336750010333
Binary11100111011110101000101000011011110111101000000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731754; }

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

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

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

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

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

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

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

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