#72144C

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

Shades of Pompadour #72144C

Tints of Pompadour #72144C

Color information

#72144C (or 0x72144C) is unknown color: approx Pompadour. HEX triplet: 72, 14 and 4C. RGB value is (114,20,76). Sum of RGB (Red+Green+Blue) = 114+20+76=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 76 (30.08% from 255 or 36.19% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #72144C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72144C is #8DEBB3. Grayscale: #363636. Windows color (decimal): -9300916 or 4985970. OLE color: 4985970.

HSL color Cylindrical-coordinate representation of color #72144C: hue angle of 324.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #72144C is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.55.

Color convert

RGB1142076-
CMYK00.820.330.55
HSL324.26º70.15%26.27%-
HSV(B)324.26º82.46%44.71%-
XYZ8.494.67.28-
YUV54.49140.14170.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 20 (8.20% from 255) = 9.52%
BLUE value IS 76 (30.08% from 255) = 36.19%
R=54.29%
G=9.52%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114207600.820.330.55324.2670.1526.27
Hex72144C0522137144461a
Octal162241140122416750410632
Binary111001010100100110001010010100001110111101000100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72144C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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