#721C54

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

Shades of Pompadour #721C54

Tints of Pompadour #721C54

Color information

#721C54 (or 0x721C54) is unknown color: approx Pompadour. HEX triplet: 72, 1C and 54. RGB value is (114,28,84). Sum of RGB (Red+Green+Blue) = 114+28+84=226 (29% of max value = 765). Red value is 114 (44.92% from 255 or 50.44% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 84 (33.20% from 255 or 37.17% from 226); Max value from RGB is 114 - color contains mainly: red. Hex color #721C54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C54 is #8DE3AB. Grayscale: #3B3B3B. Windows color (decimal): -9298860 or 5512306. OLE color: 5512306.

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

Color convert

RGB1142884-
CMYK00.750.260.55
HSL320.93º60.56%27.84%-
HSV(B)320.93º75.44%44.71%-
XYZ8.955.058.89-
YUV60.1141.49166.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 50.44%
GREEN value IS 28 (11.33% from 255) = 12.39%
BLUE value IS 84 (33.20% from 255) = 37.17%
R=50.44%
G=12.39%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114288400.750.260.55320.9360.5627.84
Hex721C5404B1A371413d1c
Octal16234124011332675017534
Binary1110010111001010100010010111101011011110100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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