#73174C

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

Shades of Pompadour #73174C

Tints of Pompadour #73174C

Color information

#73174C (or 0x73174C) is unknown color: approx Pompadour. HEX triplet: 73, 17 and 4C. RGB value is (115,23,76). Sum of RGB (Red+Green+Blue) = 115+23+76=214 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.74% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 115 - color contains mainly: red. Hex color #73174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73174C is #8CE8B3. Grayscale: #383838. Windows color (decimal): -9234612 or 4986739. OLE color: 4986739.

HSL color Cylindrical-coordinate representation of color #73174C: hue angle of 325.43º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #73174C is Cyan = 0, Magento = 0.80, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB1152376-
CMYK00.800.340.55
HSL325.43º66.67%27.06%-
HSV(B)325.43º80%45.1%-
XYZ8.684.787.3-
YUV56.55138.98169.69-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.74%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 76 (30.08% from 255) = 35.51%
R=53.74%
G=10.75%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115237600.800.340.55325.4366.6727.06
Hex73174C0502237145431b
Octal163271140120426750510333
Binary111001110111100110001010000100010110111101000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73174C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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