#721750

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

Shades of Pompadour #721750

Tints of Pompadour #721750

Color information

#721750 (or 0x721750) is unknown color: approx Pompadour. HEX triplet: 72, 17 and 50. RGB value is (114,23,80). Sum of RGB (Red+Green+Blue) = 114+23+80=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 23 (9.38% from 255 or 10.60% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #721750 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721750 is #8DE8AF. Grayscale: #383838. Windows color (decimal): -9300144 or 5248882. OLE color: 5248882.

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

Color convert

RGB1142380-
CMYK00.800.300.55
HSL322.42º66.42%26.86%-
HSV(B)322.42º79.82%44.71%-
XYZ8.694.778.05-
YUV56.71141.15168.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 23 (9.38% from 255) = 10.60%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=52.53%
G=10.60%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114238000.800.300.55322.4266.4226.86
Hex7217500501E37142421b
Octal162271200120366750210233
Binary11100101011110100000101000011110110111101000010100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721750; }

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

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

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

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

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

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

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

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