#731849

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

Shades of Pompadour #731849

Tints of Pompadour #731849

Color information

#731849 (or 0x731849) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 49. RGB value is (115,24,73). Sum of RGB (Red+Green+Blue) = 115+24+73=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 24 (9.77% from 255 or 11.32% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #731849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #731849 is #8CE7B6. Grayscale: #383838. Windows color (decimal): -9234359 or 4790387. OLE color: 4790387.

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

Color convert

RGB1152473-
CMYK00.790.370.55
HSL327.69º65.47%27.25%-
HSV(B)327.69º79.13%45.1%-
XYZ8.64.786.77-
YUV56.8137.15169.52-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 24 (9.77% from 255) = 11.32%
BLUE value IS 73 (28.91% from 255) = 34.43%
R=54.25%
G=11.32%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115247300.790.370.55327.6965.4727.25
Hex73184904F2537148411b
Octal163301110117456751010133
Binary111001111000100100101001111100101110111101001000100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #731849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #731849; }

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

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

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

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

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

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

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

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