#73204B

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

Shades of Pompadour #73204B

Tints of Pompadour #73204B

Color information

#73204B (or 0x73204B) is unknown color: approx Pompadour. HEX triplet: 73, 20 and 4B. RGB value is (115,32,75). Sum of RGB (Red+Green+Blue) = 115+32+75=222 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.80% from 222); Green value is 32 (12.89% from 255 or 14.41% from 222); Blue value is 75 (29.69% from 255 or 33.78% from 222); Max value from RGB is 115 - color contains mainly: red. Hex color #73204B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #73204B is #8CDFB4. Grayscale: #3D3D3D. Windows color (decimal): -9232309 or 4923507. OLE color: 4923507.

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

Color convert

RGB1153275-
CMYK00.720.350.55
HSL328.92º56.46%28.82%-
HSV(B)328.92º72.17%45.1%-
XYZ8.865.197.19-
YUV61.72135.5166-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 51.80%
GREEN value IS 32 (12.89% from 255) = 14.41%
BLUE value IS 75 (29.69% from 255) = 33.78%
R=51.80%
G=14.41%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.35
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115327500.720.350.55328.9256.4628.82
Hex73204B0482337149381d
Octal16340113011043675117035
Binary111001110000010010110100100010001111011110100100111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73204B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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