#720F4E

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

Shades of Pompadour #720F4E

Tints of Pompadour #720F4E

Color information

#720F4E (or 0x720F4E) is unknown color: approx Pompadour. HEX triplet: 72, 0F and 4E. RGB value is (114,15,78). Sum of RGB (Red+Green+Blue) = 114+15+78=207 (27% of max value = 765). Red value is 114 (44.92% from 255 or 55.07% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 114 - color contains mainly: red. Hex color #720F4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F4E is #8DF0B1. Grayscale: #333333. Windows color (decimal): -9302194 or 5115762. OLE color: 5115762.

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

Color convert

RGB1141578-
CMYK00.870.320.55
HSL321.82º76.74%25.29%-
HSV(B)321.82º86.84%44.71%-
XYZ8.494.477.62-
YUV51.78142.8172.38-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 55.07%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 78 (30.86% from 255) = 37.68%
R=55.07%
G=7.25%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114157800.870.320.55321.8276.7425.29
Hex72F4E05720371424d19
Octal162171160127406750211531
Binary11100101111100111001010111100000110111101000010100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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