#72184F

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

Shades of Pompadour #72184F

Tints of Pompadour #72184F

Color information

#72184F (or 0x72184F) is unknown color: approx Pompadour. HEX triplet: 72, 18 and 4F. RGB value is (114,24,79). Sum of RGB (Red+Green+Blue) = 114+24+79=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 24 (9.77% from 255 or 11.06% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #72184F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72184F is #8DE7B0. Grayscale: #393939. Windows color (decimal): -9299889 or 5183602. OLE color: 5183602.

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

Color convert

RGB1142479-
CMYK00.790.310.55
HSL323.33º65.22%27.06%-
HSV(B)323.33º78.95%44.71%-
XYZ8.684.87.87-
YUV57.18140.32168.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 24 (9.77% from 255) = 11.06%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=52.53%
G=11.06%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114247900.790.310.55323.3365.2227.06
Hex72184F04F1F37143411b
Octal162301170117376750310133
Binary11100101100010011110100111111111110111101000011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72184F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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