#73244E

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

Shades of Pompadour #73244E

Tints of Pompadour #73244E

Color information

#73244E (or 0x73244E) is unknown color: approx Pompadour. HEX triplet: 73, 24 and 4E. RGB value is (115,36,78). Sum of RGB (Red+Green+Blue) = 115+36+78=229 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.22% from 229); Green value is 36 (14.45% from 255 or 15.72% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 115 - color contains mainly: red. Hex color #73244E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #73244E is #8CDBB1. Grayscale: #404040. Windows color (decimal): -9231282 or 5121139. OLE color: 5121139.

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

Color convert

RGB1153678-
CMYK00.690.320.55
HSL328.1º52.32%29.61%-
HSV(B)328.1º68.7%45.1%-
XYZ9.085.467.78-
YUV64.41135.67164.08-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.22%
GREEN value IS 36 (14.45% from 255) = 15.72%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=50.22%
G=15.72%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115367800.690.320.55328.152.3229.61
Hex73244E0452037148341e
Octal16344116010540675106436
Binary111001110010010011100100010110000011011110100100011010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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