#72184E

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

Shades of Pompadour #72184E

Tints of Pompadour #72184E

Color information

#72184E (or 0x72184E) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 4E. RGB value is (114,24,78). Sum of RGB (Red+Green+Blue) = 114+24+78=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 24 (9.77% from 255 or 11.11% from 216); Blue value is 78 (30.86% from 255 or 36.11% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72184E is #8DE7B1. Grayscale: #383838. Windows color (decimal): -9299890 or 5118066. OLE color: 5118066.

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

Color convert

RGB1142478-
CMYK00.790.320.55
HSL324º65.22%27.06%-
HSV(B)324º78.95%44.71%-
XYZ8.644.787.68-
YUV57.07139.82168.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 24 (9.77% from 255) = 11.11%
BLUE value IS 78 (30.86% from 255) = 36.11%
R=52.78%
G=11.11%
B=36.11%

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
Decimal114247800.790.320.5532465.2227.06
Hex72184E04F2037144411b
Octal162301160117406750410133
Binary111001011000100111001001111100000110111101000100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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