#720E52

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

Shades of Pompadour #720E52

Tints of Pompadour #720E52

Color information

#720E52 (or 0x720E52) is unknown color: approx Pompadour. HEX triplet: 72, 0E and 52. RGB value is (114,14,82). Sum of RGB (Red+Green+Blue) = 114+14+82=210 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.29% from 210); Green value is 14 (5.86% from 255 or 6.67% from 210); Blue value is 82 (32.42% from 255 or 39.05% from 210); Max value from RGB is 114 - color contains mainly: red. Hex color #720E52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E52 is #8DF1AD. Grayscale: #333333. Windows color (decimal): -9302446 or 5377650. OLE color: 5377650.

HSL color Cylindrical-coordinate representation of color #720E52: hue angle of 319.2º 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 #720E52 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB1141482-
CMYK00.880.280.55
HSL319.2º78.12%25.1%-
HSV(B)319.2º87.72%44.71%-
XYZ8.624.58.4-
YUV51.65145.13172.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.29%
GREEN value IS 14 (5.86% from 255) = 6.67%
BLUE value IS 82 (32.42% from 255) = 39.05%
R=54.29%
G=6.67%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114148200.880.280.55319.278.1225.1
Hex72E520581C3713f4e19
Octal162161220130346747711631
Binary1110010111010100100101100011100110111100111111100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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