#73224A

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

Shades of Pompadour #73224A

Tints of Pompadour #73224A

Color information

#73224A (or 0x73224A) is unknown color: approx Pompadour. HEX triplet: 73, 22 and 4A. RGB value is (115,34,74). Sum of RGB (Red+Green+Blue) = 115+34+74=223 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.57% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 115 - color contains mainly: red. Hex color #73224A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73224A is #8CDDB5. Grayscale: #3E3E3E. Windows color (decimal): -9231798 or 4858483. OLE color: 4858483.

HSL color Cylindrical-coordinate representation of color #73224A: hue angle of 330.37º degrees, saturation: 0.54, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #73224A is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1153474-
CMYK00.700.360.55
HSL330.37º54.36%29.22%-
HSV(B)330.37º70.43%45.1%-
XYZ8.885.287.03-
YUV62.78134.34165.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.57%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 74 (29.30% from 255) = 33.18%
R=51.57%
G=15.25%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115347400.700.360.55330.3754.3629.22
Hex73224A046243714a361d
Octal16342112010644675126635
Binary111001110001010010100100011010010011011110100101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73224A; }

 p { color: rgb(115,34,74); }

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

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

 a { background-color: rgb(115,34,74); }

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

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

 span { border-color: rgb(115,34,74); }

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