#720E50

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

Shades of Pompadour #720E50

Tints of Pompadour #720E50

Color information

#720E50 (or 0x720E50) is unknown color: approx Pompadour. HEX triplet: 72, 0E and 50. RGB value is (114,14,80). Sum of RGB (Red+Green+Blue) = 114+14+80=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 80 (31.64% from 255 or 38.46% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #720E50 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E50 is #8DF1AF. Grayscale: #333333. Windows color (decimal): -9302448 or 5246578. OLE color: 5246578.

HSL color Cylindrical-coordinate representation of color #720E50: hue angle of 320.4º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E50 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB1141480-
CMYK00.880.300.55
HSL320.4º78.12%25.1%-
HSV(B)320.4º87.72%44.71%-
XYZ8.544.478-
YUV51.42144.13172.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 80 (31.64% from 255) = 38.46%
R=54.81%
G=6.73%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114148000.880.300.55320.478.1225.1
Hex72E500581E371404e19
Octal162161200130366750011631
Binary1110010111010100000101100011110110111101000000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720E50; }

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

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

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

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

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

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

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

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