#720F4C

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

Shades of Pompadour #720F4C

Tints of Pompadour #720F4C

Color information

#720F4C (or 0x720F4C) is unknown color: approx Pompadour. HEX triplet: 72, 0F and 4C. RGB value is (114,15,76). Sum of RGB (Red+Green+Blue) = 114+15+76=205 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.61% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 76 (30.08% from 255 or 37.07% from 205); Max value from RGB is 114 - color contains mainly: red. Hex color #720F4C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720F4C is #8DF0B3. Grayscale: #333333. Windows color (decimal): -9302196 or 4984690. OLE color: 4984690.

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

Color convert

RGB1141576-
CMYK00.870.330.55
HSL323.03º76.74%25.29%-
HSV(B)323.03º86.84%44.71%-
XYZ8.414.447.25-
YUV51.56141.8172.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.61%
GREEN value IS 15 (6.25% from 255) = 7.32%
BLUE value IS 76 (30.08% from 255) = 37.07%
R=55.61%
G=7.32%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.33
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114157600.870.330.55323.0376.7425.29
Hex72F4C05721371434d19
Octal162171140127416750311531
Binary11100101111100110001010111100001110111101000011100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,15,76); }

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

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

 a { background-color: rgb(114,15,76); }

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

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

 span { border-color: rgb(114,15,76); }

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