#732549

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

Shades of Pompadour #732549

Tints of Pompadour #732549

Color information

#732549 (or 0x732549) is unknown color: approx Pompadour. HEX triplet: 73, 25 and 49. RGB value is (115,37,73). Sum of RGB (Red+Green+Blue) = 115+37+73=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #732549 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732549 is #8CDAB6. Grayscale: #404040. Windows color (decimal): -9231031 or 4793715. OLE color: 4793715.

HSL color Cylindrical-coordinate representation of color #732549: hue angle of 332.31º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #732549 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB1153773-
CMYK00.680.370.55
HSL332.31º51.32%29.8%-
HSV(B)332.31º67.83%45.1%-
XYZ8.935.456.88-
YUV64.43132.84164.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 73 (28.91% from 255) = 32.44%
R=51.11%
G=16.44%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115377300.680.370.55332.3151.3229.8
Hex732549044253714c331e
Octal16345111010445675146336
Binary111001110010110010010100010010010111011110100110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732549; }

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

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

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

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

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

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

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

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