#72174E

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

Shades of Pompadour #72174E

Tints of Pompadour #72174E

Color information

#72174E (or 0x72174E) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 4E. RGB value is (114,23,78). Sum of RGB (Red+Green+Blue) = 114+23+78=215 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.02% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 114 - color contains mainly: red. Hex color #72174E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72174E is #8DE8B1. Grayscale: #383838. Windows color (decimal): -9300146 or 5117810. OLE color: 5117810.

HSL color Cylindrical-coordinate representation of color #72174E: hue angle of 323.74º 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 #72174E is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.55.

Color convert

RGB1142378-
CMYK00.800.320.55
HSL323.74º66.42%26.86%-
HSV(B)323.74º79.82%44.71%-
XYZ8.624.747.67-
YUV56.48140.15169.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 53.02%
GREEN value IS 23 (9.38% from 255) = 10.70%
BLUE value IS 78 (30.86% from 255) = 36.28%
R=53.02%
G=10.70%
B=36.28%

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
Decimal114237800.800.320.55323.7466.4226.86
Hex72174E0502037144421b
Octal162271160120406750410233
Binary111001010111100111001010000100000110111101000100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72174E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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