#721A47

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

Shades of Pompadour #721A47

Tints of Pompadour #721A47

Color information

#721A47 (or 0x721A47) is unknown color: approx Pompadour. HEX triplet: 72, 1A and 47. RGB value is (114,26,71). Sum of RGB (Red+Green+Blue) = 114+26+71=211 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.03% from 211); Green value is 26 (10.55% from 255 or 12.32% from 211); Blue value is 71 (28.12% from 255 or 33.65% from 211); Max value from RGB is 114 - color contains mainly: red. Hex color #721A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #721A47 is #8DE5B8. Grayscale: #393939. Windows color (decimal): -9299385 or 4659826. OLE color: 4659826.

HSL color Cylindrical-coordinate representation of color #721A47: hue angle of 329.32º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #721A47 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB1142671-
CMYK00.770.380.55
HSL329.32º62.86%27.45%-
HSV(B)329.32º77.19%44.71%-
XYZ8.454.776.44-
YUV57.44135.65168.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.03%
GREEN value IS 26 (10.55% from 255) = 12.32%
BLUE value IS 71 (28.12% from 255) = 33.65%
R=54.03%
G=12.32%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114267100.770.380.55329.3262.8627.45
Hex721A4704D26371493f1b
Octal16232107011546675117733
Binary11100101101010001110100110110011011011110100100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721A47; }

 p { color: rgb(114,26,71); }

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

<style>
 a { background-color: #721A47; }

 a { background-color: rgb(114,26,71); }

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

<style>
 span { border-color: #721A47; }

 span { border-color: rgb(114,26,71); }

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