#731540

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

Shades of Pompadour #731540

Tints of Pompadour #731540

Color information

#731540 (or 0x731540) is unknown color: approx Pompadour. HEX triplet: 73, 15 and 40. RGB value is (115,21,64). Sum of RGB (Red+Green+Blue) = 115+21+64=200 (26% of max value = 765). Red value is 115 (45.31% from 255 or 57.5% from 200); Green value is 21 (8.59% from 255 or 10.5% from 200); Blue value is 64 (25.39% from 255 or 32% from 200); Max value from RGB is 115 - color contains mainly: red. Hex color #731540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731540 is #8CEABF. Grayscale: #353535. Windows color (decimal): -9235136 or 4199795. OLE color: 4199795.

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

Color convert

RGB1152164-
CMYK00.820.440.55
HSL332.55º69.12%26.67%-
HSV(B)332.55º81.74%45.1%-
XYZ8.264.555.29-
YUV54.01133.64171.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 57.5%
GREEN value IS 21 (8.59% from 255) = 10.5%
BLUE value IS 64 (25.39% from 255) = 32%
R=57.5%
G=10.5%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115216400.820.440.55332.5569.1226.67
Hex7315400522C3714d451b
Octal163251000122546751510533
Binary111001110101100000001010010101100110111101001101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731540; }

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

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

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

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

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

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

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

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