#721C53

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

Shades of Pompadour #721C53

Tints of Pompadour #721C53

Color information

#721C53 (or 0x721C53) is unknown color: approx Pompadour. HEX triplet: 72, 1C and 53. RGB value is (114,28,83). Sum of RGB (Red+Green+Blue) = 114+28+83=225 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.67% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 83 (32.81% from 255 or 36.89% from 225); Max value from RGB is 114 - color contains mainly: red. Hex color #721C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C53 is #8DE3AC. Grayscale: #3B3B3B. Windows color (decimal): -9298861 or 5446770. OLE color: 5446770.

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

Color convert

RGB1142883-
CMYK00.750.270.55
HSL321.63º60.56%27.84%-
HSV(B)321.63º75.44%44.71%-
XYZ8.925.038.69-
YUV59.98140.99166.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.67%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 83 (32.81% from 255) = 36.89%
R=50.67%
G=12.44%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114288300.750.270.55321.6360.5627.84
Hex721C5304B1B371423d1c
Octal16234123011333675027534
Binary1110010111001010011010010111101111011110100001011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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