#731850

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

Shades of Pompadour #731850

Tints of Pompadour #731850

Color information

#731850 (or 0x731850) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 50. RGB value is (115,24,80). Sum of RGB (Red+Green+Blue) = 115+24+80=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 24 (9.77% from 255 or 10.96% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #731850 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731850 is #8CE7AF. Grayscale: #393939. Windows color (decimal): -9234352 or 5249139. OLE color: 5249139.

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

Color convert

RGB1152480-
CMYK00.790.300.55
HSL323.08º65.47%27.25%-
HSV(B)323.08º79.13%45.1%-
XYZ8.844.888.06-
YUV57.59140.65168.95-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.51%
GREEN value IS 24 (9.77% from 255) = 10.96%
BLUE value IS 80 (31.64% from 255) = 36.53%
R=52.51%
G=10.96%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115248000.790.300.55323.0865.4727.25
Hex73185004F1E37143411b
Octal163301200117366750310133
Binary11100111100010100000100111111110110111101000011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731850; }

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

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

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

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

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

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

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

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