#721544

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

Shades of Pompadour #721544

Tints of Pompadour #721544

Color information

#721544 (or 0x721544) is unknown color: approx Pompadour. HEX triplet: 72, 15 and 44. RGB value is (114,21,68). Sum of RGB (Red+Green+Blue) = 114+21+68=203 (26% of max value = 765). Red value is 114 (44.92% from 255 or 56.16% from 203); Green value is 21 (8.59% from 255 or 10.34% from 203); Blue value is 68 (26.95% from 255 or 33.50% from 203); Max value from RGB is 114 - color contains mainly: red. Hex color #721544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #721544 is #8DEABB. Grayscale: #363636. Windows color (decimal): -9300668 or 4461938. OLE color: 4461938.

HSL color Cylindrical-coordinate representation of color #721544: hue angle of 329.68º 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 #721544 is Cyan = 0, Magento = 0.82, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB1142168-
CMYK00.820.400.55
HSL329.68º68.89%26.47%-
HSV(B)329.68º81.58%44.71%-
XYZ8.254.535.91-
YUV54.16135.81170.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 56.16%
GREEN value IS 21 (8.59% from 255) = 10.34%
BLUE value IS 68 (26.95% from 255) = 33.50%
R=56.16%
G=10.34%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.40
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114216800.820.400.55329.6868.8926.47
Hex721544052283714a451a
Octal162251040122506751210532
Binary111001010101100010001010010101000110111101001010100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721544; }

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

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

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

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

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

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

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

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