#73224B

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

Shades of Pompadour #73224B

Tints of Pompadour #73224B

Color information

#73224B (or 0x73224B) is unknown color: approx Pompadour. HEX triplet: 73, 22 and 4B. RGB value is (115,34,75). Sum of RGB (Red+Green+Blue) = 115+34+75=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #73224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73224B is #8CDDB4. Grayscale: #3E3E3E. Windows color (decimal): -9231797 or 4924019. OLE color: 4924019.

HSL color Cylindrical-coordinate representation of color #73224B: hue angle of 329.63º 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 #73224B is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.55.

Color convert

RGB1153475-
CMYK00.700.350.55
HSL329.63º54.36%29.22%-
HSV(B)329.63º70.43%45.1%-
XYZ8.915.37.21-
YUV62.89134.84165.17-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.34%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 75 (29.69% from 255) = 33.48%
R=51.34%
G=15.18%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115347500.700.350.55329.6354.3629.22
Hex73224B046233714a361d
Octal16342113010643675126635
Binary111001110001010010110100011010001111011110100101011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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