#72174F

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

Shades of Pompadour #72174F

Tints of Pompadour #72174F

Color information

#72174F (or 0x72174F) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 4F. RGB value is (114,23,79). Sum of RGB (Red+Green+Blue) = 114+23+79=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 23 (9.38% from 255 or 10.65% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #72174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #72174F is #8DE8B0. Grayscale: #383838. Windows color (decimal): -9300145 or 5183346. OLE color: 5183346.

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

Color convert

RGB1142379-
CMYK00.800.310.55
HSL323.08º66.42%26.86%-
HSV(B)323.08º79.82%44.71%-
XYZ8.664.757.86-
YUV56.59140.65168.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 23 (9.38% from 255) = 10.65%
BLUE value IS 79 (31.25% from 255) = 36.57%
R=52.78%
G=10.65%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114237900.800.310.55323.0866.4226.86
Hex72174F0501F37143421b
Octal162271170120376750310233
Binary11100101011110011110101000011111110111101000011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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