#731950

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

Shades of Pompadour #731950

Tints of Pompadour #731950

Color information

#731950 (or 0x731950) is unknown color: approx Pompadour. HEX triplet: 73, 19 and 50. RGB value is (115,25,80). Sum of RGB (Red+Green+Blue) = 115+25+80=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 25 (10.16% from 255 or 11.36% from 220); Blue value is 80 (31.64% from 255 or 36.36% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #731950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731950 is #8CE6AF. Grayscale: #3A3A3A. Windows color (decimal): -9234096 or 5249395. OLE color: 5249395.

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

Color convert

RGB1152580-
CMYK00.780.300.55
HSL323.33º64.29%27.45%-
HSV(B)323.33º78.26%45.1%-
XYZ8.874.928.07-
YUV58.18140.32168.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 25 (10.16% from 255) = 11.36%
BLUE value IS 80 (31.64% from 255) = 36.36%
R=52.27%
G=11.36%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115258000.780.300.55323.3364.2927.45
Hex73195004E1E37143401b
Octal163311200116366750310033
Binary11100111100110100000100111011110110111101000011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731950; }

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

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

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

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

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

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

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

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