#721549

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

Shades of Pompadour #721549

Tints of Pompadour #721549

Color information

#721549 (or 0x721549) is unknown color: approx Pompadour. HEX triplet: 72, 15 and 49. RGB value is (114,21,73). Sum of RGB (Red+Green+Blue) = 114+21+73=208 (27% of max value = 765). Red value is 114 (44.92% from 255 or 54.81% from 208); Green value is 21 (8.59% from 255 or 10.10% from 208); Blue value is 73 (28.91% from 255 or 35.10% from 208); Max value from RGB is 114 - color contains mainly: red. Hex color #721549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721549 is #8DEAB6. Grayscale: #363636. Windows color (decimal): -9300663 or 4789618. OLE color: 4789618.

HSL color Cylindrical-coordinate representation of color #721549: hue angle of 326.45º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #721549 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB1142173-
CMYK00.820.360.55
HSL326.45º68.89%26.47%-
HSV(B)326.45º81.58%44.71%-
XYZ8.414.596.75-
YUV54.74138.31170.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 54.81%
GREEN value IS 21 (8.59% from 255) = 10.10%
BLUE value IS 73 (28.91% from 255) = 35.10%
R=54.81%
G=10.10%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.36
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114217300.820.360.55326.4568.8926.47
Hex7215490522437146451a
Octal162251110122446750610532
Binary111001010101100100101010010100100110111101000110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721549; }

 p { color: rgb(114,21,73); }

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

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

 a { background-color: rgb(114,21,73); }

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

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

 span { border-color: rgb(114,21,73); }

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