#73194C

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

Shades of Pompadour #73194C

Tints of Pompadour #73194C

Color information

#73194C (or 0x73194C) is unknown color: approx Pompadour. HEX triplet: 73, 19 and 4C. RGB value is (115,25,76). Sum of RGB (Red+Green+Blue) = 115+25+76=216 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.24% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 115 - color contains mainly: red. Hex color #73194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #73194C is #8CE6B3. Grayscale: #393939. Windows color (decimal): -9234100 or 4987251. OLE color: 4987251.

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

Color convert

RGB1152576-
CMYK00.780.340.55
HSL326º64.29%27.45%-
HSV(B)326º78.26%45.1%-
XYZ8.724.867.32-
YUV57.72138.32168.85-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.24%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 76 (30.08% from 255) = 35.19%
R=53.24%
G=11.57%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115257600.780.340.5532664.2927.45
Hex73194C04E2237146401b
Octal163311140116426750610033
Binary111001111001100110001001110100010110111101000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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