#72254E

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

Shades of Pompadour #72254E

Tints of Pompadour #72254E

Color information

#72254E (or 0x72254E) is unknown color: approx Pompadour. HEX triplet: 72, 25 and 4E. RGB value is (114,37,78). Sum of RGB (Red+Green+Blue) = 114+37+78=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 78 (30.86% from 255 or 34.06% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #72254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #72254E is #8DDAB1. Grayscale: #404040. Windows color (decimal): -9296562 or 5121394. OLE color: 5121394.

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

Color convert

RGB1143778-
CMYK00.680.320.55
HSL328.05º50.99%29.61%-
HSV(B)328.05º67.54%44.71%-
XYZ8.985.457.79-
YUV64.7135.51163.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 37 (14.84% from 255) = 16.16%
BLUE value IS 78 (30.86% from 255) = 34.06%
R=49.78%
G=16.16%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114377800.680.320.55328.0550.9929.61
Hex72254E0442037148331e
Octal16245116010440675106336
Binary111001010010110011100100010010000011011110100100011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,37,78); }

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

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

 a { background-color: rgb(114,37,78); }

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

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

 span { border-color: rgb(114,37,78); }

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