#73174D

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

Shades of Pompadour #73174D

Tints of Pompadour #73174D

Color information

#73174D (or 0x73174D) is unknown color: approx Pompadour. HEX triplet: 73, 17 and 4D. RGB value is (115,23,77). Sum of RGB (Red+Green+Blue) = 115+23+77=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 77 (30.47% from 255 or 35.81% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #73174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73174D is #8CE8B2. Grayscale: #383838. Windows color (decimal): -9234611 or 5052275. OLE color: 5052275.

HSL color Cylindrical-coordinate representation of color #73174D: hue angle of 324.78º 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 #73174D is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1152377-
CMYK00.800.330.55
HSL324.78º66.67%27.06%-
HSV(B)324.78º80%45.1%-
XYZ8.724.797.49-
YUV56.66139.48169.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.49%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 77 (30.47% from 255) = 35.81%
R=53.49%
G=10.70%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115237700.800.330.55324.7866.6727.06
Hex73174D0502137145431b
Octal163271150120416750510333
Binary111001110111100110101010000100001110111101000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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