#72194C

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

Shades of Pompadour #72194C

Tints of Pompadour #72194C

Color information

#72194C (or 0x72194C) is unknown color: approx Pompadour. HEX triplet: 72, 19 and 4C. RGB value is (114,25,76). Sum of RGB (Red+Green+Blue) = 114+25+76=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #72194C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72194C is #8DE6B3. Grayscale: #393939. Windows color (decimal): -9299636 or 4987250. OLE color: 4987250.

HSL color Cylindrical-coordinate representation of color #72194C: hue angle of 325.62º 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 #72194C is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1142576-
CMYK00.780.330.55
HSL325.62º64.03%27.25%-
HSV(B)325.62º78.07%44.71%-
XYZ8.594.797.31-
YUV57.42138.49168.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 25 (10.16% from 255) = 11.63%
BLUE value IS 76 (30.08% from 255) = 35.35%
R=53.02%
G=11.63%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114257600.780.330.55325.6264.0327.25
Hex72194C04E2137146401b
Octal162311140116416750610033
Binary111001011001100110001001110100001110111101000110100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72194C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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