#73204C

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

Shades of Pompadour #73204C

Tints of Pompadour #73204C

Color information

#73204C (or 0x73204C) is unknown color: approx Pompadour. HEX triplet: 73, 20 and 4C. RGB value is (115,32,76). Sum of RGB (Red+Green+Blue) = 115+32+76=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 76 (30.08% from 255 or 34.08% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73204C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73204C is #8CDFB3. Grayscale: #3D3D3D. Windows color (decimal): -9232308 or 4989043. OLE color: 4989043.

HSL color Cylindrical-coordinate representation of color #73204C: hue angle of 328.19º 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 #73204C is Cyan = 0, Magento = 0.72, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1153276-
CMYK00.720.340.55
HSL328.19º56.46%28.82%-
HSV(B)328.19º72.17%45.1%-
XYZ8.895.27.37-
YUV61.83136165.92-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 32 (12.89% from 255) = 14.35%
BLUE value IS 76 (30.08% from 255) = 34.08%
R=51.57%
G=14.35%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115327600.720.340.55328.1956.4628.82
Hex73204C0482237148381d
Octal16340114011042675107035
Binary111001110000010011000100100010001011011110100100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73204C; }

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

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

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

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

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

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

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

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