#72174D

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

Shades of Pompadour #72174D

Tints of Pompadour #72174D

Color information

#72174D (or 0x72174D) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 4D. RGB value is (114,23,77). Sum of RGB (Red+Green+Blue) = 114+23+77=214 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.27% from 214); Green value is 23 (9.38% from 255 or 10.75% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 114 - color contains mainly: red. Hex color #72174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72174D is #8DE8B2. Grayscale: #383838. Windows color (decimal): -9300147 or 5052274. OLE color: 5052274.

HSL color Cylindrical-coordinate representation of color #72174D: hue angle of 324.4º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #72174D is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1142377-
CMYK00.800.320.55
HSL324.4º66.42%26.86%-
HSV(B)324.4º79.82%44.71%-
XYZ8.594.737.48-
YUV56.36139.65169.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.27%
GREEN value IS 23 (9.38% from 255) = 10.75%
BLUE value IS 77 (30.47% from 255) = 35.98%
R=53.27%
G=10.75%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114237700.800.320.55324.466.4226.86
Hex72174D0502037144421b
Octal162271150120406750410233
Binary111001010111100110101010000100000110111101000100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72174D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72174D; }

 p { color: rgb(114,23,77); }

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

<style>
 a { background-color: #72174D; }

 a { background-color: rgb(114,23,77); }

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

<style>
 span { border-color: #72174D; }

 span { border-color: rgb(114,23,77); }

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