#721A53

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

Shades of Pompadour #721A53

Tints of Pompadour #721A53

Color information

#721A53 (or 0x721A53) is unknown color: approx Pompadour. HEX triplet: 72, 1A and 53. RGB value is (114,26,83). Sum of RGB (Red+Green+Blue) = 114+26+83=223 (29% of max value = 765). Red value is 114 (44.92% from 255 or 51.12% from 223); Green value is 26 (10.55% from 255 or 11.66% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 114 - color contains mainly: red. Hex color #721A53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721A53 is #8DE5AC. Grayscale: #3A3A3A. Windows color (decimal): -9299373 or 5446258. OLE color: 5446258.

HSL color Cylindrical-coordinate representation of color #721A53: hue angle of 321.14º 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 #721A53 is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB1142683-
CMYK00.770.270.55
HSL321.14º62.86%27.45%-
HSV(B)321.14º77.19%44.71%-
XYZ8.874.948.67-
YUV58.81141.65167.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 51.12%
GREEN value IS 26 (10.55% from 255) = 11.66%
BLUE value IS 83 (32.81% from 255) = 37.22%
R=51.12%
G=11.66%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114268300.770.270.55321.1462.8627.45
Hex721A5304D1B371413f1b
Octal16232123011533675017733
Binary1110010110101010011010011011101111011110100000111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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