#732049

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

Shades of Pompadour #732049

Tints of Pompadour #732049

Color information

#732049 (or 0x732049) is unknown color: approx Pompadour. HEX triplet: 73, 20 and 49. RGB value is (115,32,73). Sum of RGB (Red+Green+Blue) = 115+32+73=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 73 (28.91% from 255 or 33.18% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #732049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #732049 is #8CDFB6. Grayscale: #3D3D3D. Windows color (decimal): -9232311 or 4792435. OLE color: 4792435.

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

Color convert

RGB1153273-
CMYK00.720.370.55
HSL330.36º56.46%28.82%-
HSV(B)330.36º72.17%45.1%-
XYZ8.795.166.84-
YUV61.49134.5166.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.27%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 73 (28.91% from 255) = 33.18%
R=52.27%
G=14.55%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115327300.720.370.55330.3656.4628.82
Hex732049048253714a381d
Octal16340111011045675127035
Binary111001110000010010010100100010010111011110100101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #732049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #732049; }

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

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

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

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

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

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

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

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