#73214D

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

Shades of Pompadour #73214D

Tints of Pompadour #73214D

Color information

#73214D (or 0x73214D) is unknown color: approx Pompadour. HEX triplet: 73, 21 and 4D. RGB value is (115,33,77). Sum of RGB (Red+Green+Blue) = 115+33+77=225 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.11% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 115 - color contains mainly: red. Hex color #73214D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73214D is #8CDEB2. Grayscale: #3E3E3E. Windows color (decimal): -9232051 or 5054835. OLE color: 5054835.

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

Color convert

RGB1153377-
CMYK00.710.330.55
HSL327.8º55.41%29.02%-
HSV(B)327.8º71.3%45.1%-
XYZ8.955.277.57-
YUV62.53136.17165.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.11%
GREEN value IS 33 (13.28% from 255) = 14.67%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=51.11%
G=14.67%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115337700.710.330.55327.855.4129.02
Hex73214D0472137148371d
Octal16341115010741675106735
Binary111001110000110011010100011110000111011110100100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73214D; }

 p { color: rgb(115,33,77); }

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

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

 a { background-color: rgb(115,33,77); }

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

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

 span { border-color: rgb(115,33,77); }

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