#720E51

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

Shades of Pompadour #720E51

Tints of Pompadour #720E51

Color information

#720E51 (or 0x720E51) is unknown color: approx Pompadour. HEX triplet: 72, 0E and 51. RGB value is (114,14,81). Sum of RGB (Red+Green+Blue) = 114+14+81=209 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.55% from 209); Green value is 14 (5.86% from 255 or 6.70% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 114 - color contains mainly: red. Hex color #720E51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E51 is #8DF1AE. Grayscale: #333333. Windows color (decimal): -9302447 or 5312114. OLE color: 5312114.

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

Color convert

RGB1141481-
CMYK00.880.290.55
HSL319.8º78.12%25.1%-
HSV(B)319.8º87.72%44.71%-
XYZ8.584.498.2-
YUV51.54144.63172.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.55%
GREEN value IS 14 (5.86% from 255) = 6.70%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=54.55%
G=6.70%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114148100.880.290.55319.878.1225.1
Hex72E510581D371404e19
Octal162161210130356750011631
Binary1110010111010100010101100011101110111101000000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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