#73184F

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

Shades of Pompadour #73184F

Tints of Pompadour #73184F

Color information

#73184F (or 0x73184F) is unknown color: approx Pompadour. HEX triplet: 73, 18 and 4F. RGB value is (115,24,79). Sum of RGB (Red+Green+Blue) = 115+24+79=218 (28% of max value = 765). Red value is 115 (45.31% from 255 or 52.75% from 218); Green value is 24 (9.77% from 255 or 11.01% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 115 - color contains mainly: red. Hex color #73184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73184F is #8CE7B0. Grayscale: #393939. Windows color (decimal): -9234353 or 5183603. OLE color: 5183603.

HSL color Cylindrical-coordinate representation of color #73184F: hue angle of 323.74º 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 #73184F is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB1152479-
CMYK00.790.310.55
HSL323.74º65.47%27.25%-
HSV(B)323.74º79.13%45.1%-
XYZ8.814.867.87-
YUV57.48140.15169.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 52.75%
GREEN value IS 24 (9.77% from 255) = 11.01%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=52.75%
G=11.01%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115247900.790.310.55323.7465.4727.25
Hex73184F04F1F37144411b
Octal163301170117376750410133
Binary11100111100010011110100111111111110111101000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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