#731040

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

Shades of Pompadour #731040

Tints of Pompadour #731040

Color information

#731040 (or 0x731040) is unknown color: approx Pompadour. HEX triplet: 73, 10 and 40. RGB value is (115,16,64). Sum of RGB (Red+Green+Blue) = 115+16+64=195 (25% of max value = 765). Red value is 115 (45.31% from 255 or 58.97% from 195); Green value is 16 (6.64% from 255 or 8.21% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 115 - color contains mainly: red. Hex color #731040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731040 is #8CEFBF. Grayscale: #323232. Windows color (decimal): -9236416 or 4198515. OLE color: 4198515.

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

Color convert

RGB1151664-
CMYK00.860.440.55
HSL330.91º75.57%25.69%-
HSV(B)330.91º86.09%45.1%-
XYZ8.184.395.27-
YUV51.07135.3173.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.97%
GREEN value IS 16 (6.64% from 255) = 8.21%
BLUE value IS 64 (25.39% from 255) = 32.82%
R=58.97%
G=8.21%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115166400.860.440.55330.9175.5725.69
Hex7310400562C3714b4c1a
Octal163201000126546751311432
Binary111001110000100000001010110101100110111101001011100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731040; }

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

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

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

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

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

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

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

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