#731940

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

Shades of Pompadour #731940

Tints of Pompadour #731940

Color information

#731940 (or 0x731940) is unknown color: approx Pompadour. HEX triplet: 73, 19 and 40. RGB value is (115,25,64). Sum of RGB (Red+Green+Blue) = 115+25+64=204 (27% of max value = 765). Red value is 115 (45.31% from 255 or 56.37% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 64 (25.39% from 255 or 31.37% from 204); Max value from RGB is 115 - color contains mainly: red. Hex color #731940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731940 is #8CE6BF. Grayscale: #383838. Windows color (decimal): -9234112 or 4200819. OLE color: 4200819.

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

Color convert

RGB1152564-
CMYK00.780.440.55
HSL334º64.29%27.45%-
HSV(B)334º78.26%45.1%-
XYZ8.344.715.32-
YUV56.36132.32169.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.37%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 64 (25.39% from 255) = 31.37%
R=56.37%
G=12.25%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115256400.780.440.5533464.2927.45
Hex73194004E2C3714e401b
Octal163311000116546751610033
Binary111001111001100000001001110101100110111101001110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731940; }

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

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

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

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

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

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

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

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