#731653

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

Shades of Pompadour #731653

Tints of Pompadour #731653

Color information

#731653 (or 0x731653) is unknown color: approx Pompadour. HEX triplet: 73, 16 and 53. RGB value is (115,22,83). Sum of RGB (Red+Green+Blue) = 115+22+83=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731653 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731653 is #8CE9AC. Grayscale: #383838. Windows color (decimal): -9234861 or 5445235. OLE color: 5445235.

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

Color convert

RGB1152283-
CMYK00.810.280.55
HSL320.65º67.88%26.86%-
HSV(B)320.65º80.87%45.1%-
XYZ8.924.848.65-
YUV56.76142.81169.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 83 (32.81% from 255) = 37.73%
R=52.27%
G=10%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115228300.810.280.55320.6567.8826.86
Hex7316530511C37141441b
Octal163261230121346750110433
Binary11100111011010100110101000111100110111101000001100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731653; }

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

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

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

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

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

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

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

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