#72173F

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

Shades of Pompadour #72173F

Tints of Pompadour #72173F

Color information

#72173F (or 0x72173F) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 3F. RGB value is (114,23,63). Sum of RGB (Red+Green+Blue) = 114+23+63=200 (26% of max value = 765). Red value is 114 (44.92% from 255 or 57% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 114 - color contains mainly: red. Hex color #72173F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #72173F is #8DE8C0. Grayscale: #363636. Windows color (decimal): -9300161 or 4134770. OLE color: 4134770.

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

Color convert

RGB1142363-
CMYK00.800.450.55
HSL333.63º66.42%26.86%-
HSV(B)333.63º79.82%44.71%-
XYZ8.144.555.15-
YUV54.77132.65170.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 57%
GREEN value IS 23 (9.38% from 255) = 11.5%
BLUE value IS 63 (25% from 255) = 31.5%
R=57%
G=11.5%
B=31.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114236300.800.450.55333.6366.4226.86
Hex72173F0502D3714e421b
Octal16227770120556751610233
Binary11100101011111111101010000101101110111101001110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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