#72194E

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

Shades of Pompadour #72194E

Tints of Pompadour #72194E

Color information

#72194E (or 0x72194E) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 4E. RGB value is (114,25,78). Sum of RGB (Red+Green+Blue) = 114+25+78=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 25 (10.16% from 255 or 11.52% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #72194E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72194E is #8DE6B1. Grayscale: #393939. Windows color (decimal): -9299634 or 5118322. OLE color: 5118322.

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

Color convert

RGB1142578-
CMYK00.780.320.55
HSL324.27º64.03%27.25%-
HSV(B)324.27º78.07%44.71%-
XYZ8.664.827.68-
YUV57.65139.49168.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 25 (10.16% from 255) = 11.52%
BLUE value IS 78 (30.86% from 255) = 35.94%
R=52.53%
G=11.52%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114257800.780.320.55324.2764.0327.25
Hex72194E04E2037144401b
Octal162311160116406750410033
Binary111001011001100111001001110100000110111101000100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72194E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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