#73184E

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

Shades of Pompadour #73184E

Tints of Pompadour #73184E

Color information

#73184E (or 0x73184E) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 4E. RGB value is (115,24,78). Sum of RGB (Red+Green+Blue) = 115+24+78=217 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.00% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 115 - color contains mainly: red. Hex color #73184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73184E is #8CE7B1. Grayscale: #393939. Windows color (decimal): -9234354 or 5118067. OLE color: 5118067.

HSL color Cylindrical-coordinate representation of color #73184E: hue angle of 324.4º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #73184E is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1152478-
CMYK00.790.320.55
HSL324.4º65.47%27.25%-
HSV(B)324.4º79.13%45.1%-
XYZ8.774.857.68-
YUV57.36139.65169.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 53.00%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=53.00%
G=11.06%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115247800.790.320.55324.465.4727.25
Hex73184E04F2037144411b
Octal163301160117406750410133
Binary111001111000100111001001111100000110111101000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73184E; }

 p { color: rgb(115,24,78); }

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

<style>
 a { background-color: #73184E; }

 a { background-color: rgb(115,24,78); }

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

<style>
 span { border-color: #73184E; }

 span { border-color: rgb(115,24,78); }

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