#731640

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

Shades of Pompadour #731640

Tints of Pompadour #731640

Color information

#731640 (or 0x731640) is unknown color: approx Pompadour. HEX triplet: 73, 16 and 40. RGB value is (115,22,64). Sum of RGB (Red+Green+Blue) = 115+22+64=201 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.21% from 201); Green value is 22 (8.98% from 255 or 10.95% from 201); Blue value is 64 (25.39% from 255 or 31.84% from 201); Max value from RGB is 115 - color contains mainly: red. Hex color #731640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731640 is #8CE9BF. Grayscale: #363636. Windows color (decimal): -9234880 or 4200051. OLE color: 4200051.

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

Color convert

RGB1152264-
CMYK00.810.440.55
HSL332.9º67.88%26.86%-
HSV(B)332.9º80.87%45.1%-
XYZ8.284.595.3-
YUV54.6133.31171.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.21%
GREEN value IS 22 (8.98% from 255) = 10.95%
BLUE value IS 64 (25.39% from 255) = 31.84%
R=57.21%
G=10.95%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115226400.810.440.55332.967.8826.86
Hex7316400512C3714d441b
Octal163261000121546751510433
Binary111001110110100000001010001101100110111101001101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731640; }

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

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

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

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

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

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

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

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